log

age author description
Mon, 31 Jan 2011 02:13:06 +0200 Timo Sirainen lib-storage: Moved setting "wanted fields/headers" fields for sort program from imap-specific code.
Mon, 31 Jan 2011 01:36:29 +0200 Timo Sirainen imapc: Minor code cleanup
Sun, 30 Jan 2011 20:47:43 +0200 Timo Sirainen imapc: Send UID FETCH commands with larger uidset parameter if possible.
Sun, 30 Jan 2011 20:16:04 +0200 Timo Sirainen lib-storage: Index search context is now more accessible by backends.
Sun, 30 Jan 2011 17:51:17 +0200 Timo Sirainen script: Root permissions weren't being dropped before executing the script.
Fri, 28 Jan 2011 19:41:03 +0200 Timo Sirainen script utility now supports the script using stdio/stdout for communication.
Fri, 28 Jan 2011 19:39:00 +0200 Timo Sirainen imapc: If mail's input stream is changed, don't assume virtual size = physical size.
Fri, 28 Jan 2011 17:57:21 +0200 Timo Sirainen imapc: Added support for saving and copying messages.
Wed, 26 Jan 2011 21:47:52 +0200 Timo Sirainen ioloop: Use -1 for infinite poll/epoll timeout rather than INT_MAX.
Tue, 25 Jan 2011 17:35:32 +0200 Timo Sirainen imapc: Syncing optimization: Don't wait for STOREs to complete before sending EXPUNGE.
Tue, 25 Jan 2011 17:23:52 +0200 Timo Sirainen imapc: Added support for changing flags and expunging.
Tue, 25 Jan 2011 17:15:54 +0200 Timo Sirainen imapc: Added support for keywords.
Mon, 24 Jan 2011 00:42:29 +0200 Timo Sirainen dsync: Changes to make it work with imapc storage.
Mon, 24 Jan 2011 00:42:06 +0200 Timo Sirainen imapc: Fixed mail_set_seq/uid() to work.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
Mon, 24 Jan 2011 00:00:02 +0200 Timo Sirainen imapc: Implemented more methods.
Sun, 23 Jan 2011 23:32:52 +0200 Timo Sirainen imapc: Fixed mailbox deletion and some error handling. Code cleanups.
Sun, 23 Jan 2011 23:32:34 +0200 Timo Sirainen lib-storage: Don't fail mailbox deletion if backend doesn't support mailbox GUIDs.
Sun, 23 Jan 2011 22:58:34 +0200 Timo Sirainen lib-storage: Recent changes accidentally made INBOX case-sensitive.
Sun, 23 Jan 2011 22:57:01 +0200 Timo Sirainen imapc: Handle properly mailbox changes while it's selected. Added support for IDLE.
Sun, 23 Jan 2011 20:26:02 +0200 Timo Sirainen imapc: Fixed seqmap to work.
Fri, 21 Jan 2011 17:39:24 +0200 Timo Sirainen imapc: Code cleanups and fixes.
Fri, 21 Jan 2011 01:05:00 +0200 Timo Sirainen imapc: Call istream_opened() method if it's set for mail.
Thu, 20 Jan 2011 22:45:41 +0200 Timo Sirainen imapc: Added support for LIST/LSUB.
Thu, 20 Jan 2011 22:44:53 +0200 Timo Sirainen imapc: Don't send broken FETCH command when we don't actually have to fetch anything.
Thu, 20 Jan 2011 20:59:07 +0200 Timo Sirainen lib-storage: mailbox_alloc() now takes a virtual mailbox name and other related API changes.
Thu, 20 Jan 2011 19:21:20 +0200 Timo Sirainen lib-storage: Added mailbox_get_last_*error() wrappers and use them.
Thu, 20 Jan 2011 18:17:22 +0200 Timo Sirainen lib-storage: Crashfix on trying to create index root dir.
Thu, 20 Jan 2011 18:14:53 +0200 Timo Sirainen lib-storage: Replaced mailbox_list_get_name_status() with mailbox_exists().
Wed, 19 Jan 2011 01:21:03 +0200 Timo Sirainen imapc: Fixed authenticating with AUTHENTICATE command without SASL-IR.