Cache unseen count

2016-02-10 Thread Jorge Carling
Dear all, Lately I am working on PHP mail account management application. It has, among others, Unread messages count column. To get the number of unread messages, I execute "doveadm search" command for each database row. The search time for single account is about 0.03 seconds. Our system has

Re: user password in mail-filter plugin

2016-02-10 Thread @bitkomplex
Am 05.02.2016 um 11:31 schrieb Thomas Möhle: > Am 05.02.2016 um 10:38 schrieb Timo Sirainen: >> >>> On 05 Feb 2016, at 00:54, Thomas Möhle wrote: >>> >>> Unfortunately it still doesn't work. The filter-script does not recieve >>> any data from that variable. >>> I tried

Re: Question on setting up dovecot

2016-02-10 Thread Joseph Tam
Jeffery Small writes: I'm new to dovecot and have a configuration question. I'm attempting to have a Windows 7 system on my secure LAN connect to the Ubuntu server using POP3 on channel 110 and retrieve mail from the /var/mail directory. The user is defined on the Ubuntu machine and when

Pigeonhole Sieve fails on date-based filter rules - bug?

2016-02-10 Thread Clemens Ender
Hi list! I’m running dovecot + pigeonhole on a debian wheezy based VPS. Here is the output of „dovecot -n“ # 2.2.18: /usr/local/etc/dovecot/dovecot.conf # Pigeonhole version 0.4.8 (0c4ae064f307+) # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.9 disable_plaintext_auth = no imap_idle_notify_interval

Re: RFC: HTTP based storage API

2016-02-10 Thread David Niklas
On 08 Feb 2016, at 11:01, Nagy, Attila wrote: > Nearly every popular programming language has an LMTP/POP/IMAP > implementation, most of them suck in many different ways. > I don't know any server or library which provides a well-established, > compatible protocol frontend with an

Re: Sieve question

2016-02-10 Thread @lbutlr
On Feb 10, 2016, at 12:18 AM, A.L.E.C wrote: > require ["copy"] > if header :contains “from” “t...@example.com” { > redirect :copy “us...@example.com”; > redirect “us...@example.com”; > } Ah, right, that makes sense. Thanks. -- Honesty may be the best policy, but insanity

Re: Sieve question

2016-02-10 Thread Stephan Bosch
Op 10-2-2016 om 10:30 schreef @lbutlr: On Feb 10, 2016, at 12:18 AM, A.L.E.C wrote: require ["copy"] if header :contains “from” “t...@example.com” { redirect :copy “us...@example.com”; redirect “us...@example.com”; } Ah, right, that makes sense. Thanks. The copy