commit 470210fa864a56d0f46aa97ba6cc70e703b7432a
Author: Klemens Nanni
AuthorDate: Fri May 18 15:24:49 2018 +0200
Commit: Oswald Buddenhagen
CommitDate: Sun Jul 1 13:24:59 2018 +0200
Fix time_t format strings
For time_t, long long handles dates after Y2038 and should be safe
commit 8a40554f076c484a37f777ba2fff008810349b0f
Author: Klemens Nanni
AuthorDate: Fri May 18 15:11:15 2018 +0200
Commit: Oswald Buddenhagen
CommitDate: Sun Jul 1 12:44:19 2018 +0200
User functions provided by recent LibreSSL versions
At least on OpenBSD, this enables new API
commit f698f16967ae8341ff4b506f96b8cd5790c05d27
Author: Oswald Buddenhagen
Date: Sun Jul 1 13:22:17 2018 +0200
fix type of 'port' and check its range in config reader
src/drv_imap.c | 12 +---
src/socket.h | 2 +-
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/
commit c4d7f0189c37a3957c02e65a66c44820a6b9dc56
Author: Michael J Gruber
AuthorDate: Thu Jun 21 16:52:01 2018 +0200
Commit: Oswald Buddenhagen
CommitDate: Sun Jul 1 12:36:28 2018 +0200
implement Forwarded flag
maildir supports a 'P' flag which denotes the fact that a message
commit e71f0ccc2a19926a28b7888d643d5f71f61dfbb6
Author: Michael J Gruber
AuthorDate: Thu Jun 21 16:52:00 2018 +0200
Commit: Oswald Buddenhagen
CommitDate: Sun Jul 1 12:30:59 2018 +0200
mark MAILBOX_DRIVER_FLAG locations in code
Mailbox driver flags are defined in several pla
On Fri, Jun 29, 2018 at 11:26:27AM +0200, Laura Brustenga wrote:
> Port 993
> SSLType STARTTLS
>
that seems like an unlikely combination. try IMAPS instead.
--
Check out the vibrant tech community on one of the world's mos
On Thu, Jun 28, 2018 at 05:13:00PM +, Jethro Tull wrote:
> Is it possible to add as an optional feature syncing on the basis of the
> Message-ID found in emails header. [...]
>
this has been extensively discussed on this list already.
patches welcome ...
---
On Tue, Jun 26, 2018 at 07:52:47AM +0200, ChloƩ Dequeker wrote:
> Authenticating with SASL mechanism NTLM...
> M: 2 NO AUTHENTICATE failed.
>
you definitely get further than the guy in
https://sourceforge.net/p/isync/bugs/41/ , though ultimately it fails
for reasons beyond me. the same workaround
commit f82c172d2b41ba7b30875167c86ccc073682a35c
Author: Oswald Buddenhagen
Date: Sun Jul 1 11:05:21 2018 +0200
fix IMAP UID sequence also in imap_find_new_msgs()
use just * instead of the rather nonsensical *:* (which davmail happens
to actually barf at).
amends 72be55