log

age author description
Sat, 23 Jul 2005 13:13:54 +0300 Timo Sirainen Send untagged FLAGS / PERMANENTFLAGS replies if keywords list changed. HEAD
Sat, 23 Jul 2005 12:20:51 +0300 Timo Sirainen Don't even open mbox file when changing flags and mbox_lazy_writes=yes HEAD
Sat, 23 Jul 2005 11:21:51 +0300 Timo Sirainen Error handling fix, more debugging and a new assert HEAD
Sat, 23 Jul 2005 10:52:06 +0300 Timo Sirainen If header wasn't already parsed when opening mail, we read the whole message HEAD
Fri, 22 Jul 2005 21:41:12 +0300 Timo Sirainen ssl_cipher_list setting needs to be uppercased ALL:!LOW or it won't work HEAD
Fri, 22 Jul 2005 20:50:15 +0300 Timo Sirainen Updated behavior of tb-extra-mailbox-sep HEAD
Fri, 22 Jul 2005 20:09:42 +0300 Timo Sirainen Update about PAM -session. HEAD
Fri, 22 Jul 2005 20:07:04 +0300 Timo Sirainen Open/close PAM session if -session option is given. Patch by Pasi Sj�m. HEAD
Fri, 22 Jul 2005 20:01:47 +0300 Timo Sirainen digest_md5_generate(): If username isn't given, give an error message HEAD
Fri, 22 Jul 2005 17:32:27 +0300 Timo Sirainen Reverted accidental commit. HEAD
Fri, 22 Jul 2005 17:20:44 +0300 Timo Sirainen Added tb-extra-mailbox-sep IMAP workaround. HEAD
Fri, 22 Jul 2005 15:42:57 +0300 Timo Sirainen Added support for variables in passwd-file path. HEAD
Fri, 22 Jul 2005 14:47:07 +0300 Timo Sirainen Try to compare strings even if charset conversion failed. HEAD
Fri, 22 Jul 2005 14:32:57 +0300 Timo Sirainen user_global_uid and user_global_gid settings weren't working. Also changed HEAD
Fri, 22 Jul 2005 14:18:55 +0300 Timo Sirainen We printed "SSL" to log for localhost connections. Use "secured" instead. HEAD
Fri, 22 Jul 2005 13:22:18 +0300 Timo Sirainen added extra assert for checking deadlocks HEAD
Fri, 22 Jul 2005 13:14:58 +0300 Timo Sirainen Fix potential deadlocking while saving messages. HEAD
Thu, 21 Jul 2005 22:16:30 +0300 Timo Sirainen Give error message if mailbox listing fails. Don't crash with mbox if HEAD
Thu, 21 Jul 2005 22:07:37 +0300 Timo Sirainen Check that record alignmentation is actually used correctly. If not, HEAD
Thu, 14 Jul 2005 00:35:17 +0300 Timo Sirainen If address doesn't have a name, return it as NULL instead of "". This fixes HEAD
Wed, 13 Jul 2005 18:55:11 +0300 Timo Sirainen Keep record size divisible with maximum wanted extension field alignment. HEAD
Wed, 13 Jul 2005 18:50:56 +0300 Timo Sirainen mail_cache_register_get_list(): Allocate the returned strings also from HEAD
Wed, 13 Jul 2005 11:25:24 +0300 Timo Sirainen Header caching was more or less broken. HEAD
Wed, 13 Jul 2005 00:15:16 +0300 Timo Sirainen Set close-on-exec flags for opened file descriptors. HEAD
Tue, 12 Jul 2005 23:45:59 +0300 Timo Sirainen Several fixes to FETCHing MIME body parts. [n.MIME] was completely broken. HEAD
Tue, 12 Jul 2005 23:45:27 +0300 Timo Sirainen Boundary line could have been included in next message part's headers. HEAD
Tue, 12 Jul 2005 21:14:44 +0300 Timo Sirainen Updates HEAD
Tue, 12 Jul 2005 19:09:25 +0300 Timo Sirainen And removed the other added atom-specials as well.. HEAD
Tue, 12 Jul 2005 19:08:11 +0300 Timo Sirainen Removed ']' from atom-specials because our FETCH BODY[] handling fails HEAD
Tue, 12 Jul 2005 18:54:26 +0300 Timo Sirainen Compile fix HEAD
Tue, 12 Jul 2005 18:53:55 +0300 Timo Sirainen If dnotify/inotify isn't in kernel, handle the errors silently and without HEAD
Tue, 12 Jul 2005 18:48:51 +0300 Timo Sirainen Notification was added to maildir root always, not to the actual mailbox HEAD
Tue, 12 Jul 2005 18:44:49 +0300 Timo Sirainen data -> context/ctx naming convention replaces HEAD
Tue, 12 Jul 2005 18:40:33 +0300 Timo Sirainen Added inotify patch by Johannes Berg and did some restructuring to HEAD
Tue, 12 Jul 2005 17:43:44 +0300 Timo Sirainen Updated IS_ATOM_SPECIAL() list and moved it to header file. HEAD
Tue, 12 Jul 2005 17:43:11 +0300 Timo Sirainen Try to prevent some broken keyword names. HEAD
Tue, 12 Jul 2005 16:40:29 +0300 Timo Sirainen Removed commented code. HEAD
Tue, 12 Jul 2005 16:40:06 +0300 Timo Sirainen Removed no-diskspace flag from status reply. It wasn't working and we're HEAD
Tue, 12 Jul 2005 16:07:47 +0300 Timo Sirainen Missing array-decl.h HEAD
Tue, 12 Jul 2005 16:06:18 +0300 Timo Sirainen Include just "config.h", not "../../config.h". The absolute path breaks HEAD
Tue, 12 Jul 2005 16:04:36 +0300 Timo Sirainen Added comment about config.h hack HEAD
Tue, 12 Jul 2005 15:58:47 +0300 Timo Sirainen Removed direct config.h including. I'm not sure why it was done before, HEAD
Tue, 12 Jul 2005 15:47:11 +0300 Timo Sirainen '*' wasn't working in non-SEARCH messagesets. HEAD
Tue, 12 Jul 2005 15:45:06 +0300 Timo Sirainen Store new/ directory's timestamp in sync_size header in index (kludgy..). HEAD
Tue, 12 Jul 2005 15:24:16 +0300 Timo Sirainen Keywords weren't saved to index while saving. HEAD
Mon, 04 Jul 2005 14:32:13 +0300 Timo Sirainen Moved array declaration to array-decl.h and include it in lib.h. So array.h HEAD
Mon, 04 Jul 2005 00:35:18 +0300 Timo Sirainen Call t_push/t_pop around client command execution function, so if client HEAD
Mon, 04 Jul 2005 00:19:44 +0300 Timo Sirainen If auth worker socket isn't created yet when we try to connect to it, try HEAD
Mon, 04 Jul 2005 00:09:40 +0300 Timo Sirainen Moved sequence set range checks to imap-specific code, so that SEARCH can HEAD
Sun, 03 Jul 2005 23:53:50 +0300 Timo Sirainen Fetching message parts or virtual size from cache didn't work correctly and HEAD
Sun, 03 Jul 2005 23:48:44 +0300 Timo Sirainen If mail_cache_field_exists() returns -1, we can't assume the field can be HEAD
Sun, 03 Jul 2005 18:42:16 +0300 Timo Sirainen Cache mail headers when saving mails to mbox. We should cache everything, HEAD
Sun, 03 Jul 2005 18:15:47 +0300 Timo Sirainen Mark *all* non-found headers that are registered in cache file as non-found HEAD
Sun, 03 Jul 2005 18:14:40 +0300 Timo Sirainen Don't crash if hdr.message-id isn't set in cache file. HEAD
Sun, 03 Jul 2005 18:09:16 +0300 Timo Sirainen Added mail_cache_register_get_list() to get a list of all registered fields HEAD
Sun, 03 Jul 2005 17:18:53 +0300 Timo Sirainen Added imap_bodystructure_is_plain_7bit() HEAD
Sun, 03 Jul 2005 17:18:28 +0300 Timo Sirainen Added MAIL_CACHE_FLAG_TEXT_PLAIN_7BIT_ASCII to compress simple BODY and HEAD
Sun, 03 Jul 2005 16:07:50 +0300 Timo Sirainen Try to be a bit smarter about when to parse header/body. HEAD
Sun, 03 Jul 2005 13:51:48 +0300 Timo Sirainen Don't crash if extension array isn't initialized for index map. HEAD
Sun, 03 Jul 2005 13:47:38 +0300 Timo Sirainen Don't store headers into cache file if they are already there. HEAD