[commit] master: fix crashes in imap_open_store() error paths

2013-03-23 Thread Oswald Buddenhagen
commit 80402f942dbcb900da33be83f4e87305b22174b4 Author: Oswald Buddenhagen Date: Sat Mar 23 10:34:51 2013 +0100 fix crashes in imap_open_store() error paths it's not a good idea to invoke imap_open_store_bail() twice, either ... src/drv_imap.c | 20 ++-- 1 files

[commit] master: fix cram-md5 authentication

2013-03-23 Thread Oswald Buddenhagen
commit cb4578b8f00fbf7594745a03522af4cbd420f0a2 Author: Oswald Buddenhagen Date: Sat Mar 23 09:59:58 2013 +0100 fix cram-md5 authentication we need to send a newline after the response for imap to grok it. src/drv_imap.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(