Hi Farokh,
yes, imapsync is great. I tested it myself and it fetched all the mails.
Only Problem: Imapsync will loose the Email-UIDs so all Mail will be downloaded
again by the clients after Server switch.
dsync is able to presere the Uids.
Thanks
Christoph
On Sun, Jan 10, 2016 at 05:42:53P
Hello,
currently i try subject tests with special chars and german umlauts öäü etc.
if header :contains "subject" [" äää"] {
fileinto "umlauts";
}
iam surprised, this is working out of the box. great! in procmail i had
to add a second step by manual coding the needle with perl.
is sieve
Am 11.01.2016 um 11:24 schrieb Hajo Locke:
> Hello,
>
> currently i try subject tests with special chars and german umlauts öäü
> etc.
>
> if header :contains "subject" [" äää"] {
> fileinto "umlauts";
> }
>
> iam surprised, this is working out of the box. great! in procmail i had
> to add
Op 11-1-2016 om 11:24 schreef Hajo Locke:
Hello,
currently i try subject tests with special chars and german umlauts
öäü etc.
if header :contains "subject" [" äää"] {
fileinto "umlauts";
}
iam surprised, this is working out of the box. great! in procmail i
had to add a second step b
Op 12/9/2015 om 5:32 PM schreef Timo Sirainen:
> I'm not sure yet if we should continue pushing commit emails to dovecot-cvs
> list or if Github's internal notifications are enough. In any case
> dovecot-cvs list isn't working right now.
As you may have noticed, the dovecot-cvs mailing list is w
https://github.com/dovecot/core/commit/54a1b3574acab5f778843f7f1e04d2d26d61a852
fixed a 'doveadm pw' crash "when trying to use CRYPT scheme when crypt() doesn't
support DES" by testing to see if crypt would generate a DES password and, if
not, disabling the scheme.
I'm using Dovecot on OpenBSD wit
Hello,
Is there a way to allow only certain users on IMAP/POP3 without SSL?
Im running MySQL backend.
/Jonas