log src/lib-storage/mail-storage-private.h @ 9658:8ba4253adc9b HEAD tip

age author description
Mon, 31 Aug 2009 18:53:17 -0400 Timo Sirainen Added pop3_save_uidl setting. HEAD
Sat, 27 Jun 2009 20:39:30 -0400 Timo Sirainen Whenever file's group changing fails, show the group origin in the error message. HEAD
Wed, 29 Apr 2009 15:05:53 -0400 Timo Sirainen Split struct mail_private.stats_dentry_lookup_count to open/stat counts. HEAD
Tue, 28 Apr 2009 19:55:51 -0400 Timo Sirainen struct mail_private now contains all kinds of statistics about file accesses. HEAD
Tue, 28 Apr 2009 17:20:19 -0400 Timo Sirainen Added struct mail.lookup_abort, which can be used to abort lookups that can't be done using cache. HEAD
Mon, 09 Mar 2009 21:52:42 -0400 Timo Sirainen Maildir and Cydir: When saving mail, expose ostream to mail_save_context.output. HEAD
Thu, 26 Feb 2009 16:43:21 -0500 Timo Sirainen Added mail_user_get_temp_prefix() and mail_storage_get_temp_prefix(). HEAD
Fri, 06 Feb 2009 12:49:46 -0500 Timo Sirainen Mail copying API changed to be based on save API. This allows extending it easily in future. HEAD
Sat, 06 Dec 2008 00:20:02 +0200 Timo Sirainen Improved "Permission denied" error handling. It'll now show also the uid/gid name. HEAD
Sun, 30 Nov 2008 16:28:46 +0200 Timo Sirainen fts: Hide "Searching .." notify while indexing. HEAD
Sun, 30 Nov 2008 15:57:41 +0200 Timo Sirainen Give more correct "* OK searched n%" notifications with fts and virtual mailboxes. HEAD
Sun, 30 Nov 2008 01:27:19 +0200 Timo Sirainen fts: Added support for handling multiple namespaces. HEAD
Sat, 29 Nov 2008 22:39:44 +0200 Timo Sirainen Finished making full text search indexes work fast with virtual mailboxes. HEAD
Sun, 23 Nov 2008 03:59:55 +0200 Timo Sirainen Initial support for getting full text search working nicely with virtual mailboxes. HEAD
Sun, 23 Nov 2008 02:37:23 +0200 Timo Sirainen Added wanted_fields and wanted_headers fields to struct mail_search_context. HEAD
Sat, 22 Nov 2008 23:53:00 +0200 Timo Sirainen mail_storage.search_next_update_seq returns now bool. It was never failing. HEAD
Sun, 16 Nov 2008 15:20:45 +0200 Timo Sirainen ACLs: Initial support for "post" right. HEAD
Sat, 15 Nov 2008 20:59:54 +0200 Timo Sirainen Implemented imap-response-codes draft. HEAD
Sat, 25 Oct 2008 22:50:43 +0300 Timo Sirainen Make mailbox_header_lookup_ctx's list of headers available. HEAD
Thu, 23 Oct 2008 20:15:16 +0300 Timo Sirainen Fixed shared mailboxes to work with plugins. HEAD
Tue, 12 Aug 2008 12:28:42 -0400 Timo Sirainen Added struct mail_user and fixed the code to support multiple users per process. HEAD
Thu, 07 Aug 2008 15:33:52 -0400 Timo Sirainen Added the concept of Global UIDs that are preserved across copies. HEAD
Thu, 07 Aug 2008 14:05:47 -0400 Timo Sirainen mailbox_save_init() API was split to multiple functions. HEAD
Mon, 21 Jul 2008 02:48:51 +0300 Timo Sirainen Added mailbox_keyword_is_valid(). HEAD
Sun, 20 Jul 2008 23:47:32 +0300 Timo Sirainen mailbox.save_init() API now takes ** pointer to dest_mail, so multiple HEAD
Sat, 19 Jul 2008 14:43:24 +0300 Timo Sirainen struct mailbox_header_lookup_ctx can now be referenced/unreferenced so it HEAD
Sat, 21 Jun 2008 07:43:54 +0300 Timo Sirainen CONDSTORE: STORE UNCHANGEDSINCE conflicts are now checked atomically. HEAD
Fri, 09 May 2008 23:47:07 +0300 Timo Sirainen Added hook_mailbox_index_opened. HEAD
Sat, 07 Jun 2008 01:34:16 +0300 Timo Sirainen Added mailbox_get_uid_range(). HEAD
Sat, 07 Jun 2008 01:06:28 +0300 Timo Sirainen Renamed mailbox_get_uids() to mailbox_get_seq_range(). HEAD
Thu, 05 Jun 2008 05:13:08 +0300 Timo Sirainen Implemented CONTEXT=SEARCH extension. HEAD
Wed, 04 Jun 2008 00:51:58 +0300 Timo Sirainen Make mail_search_args an independent structure that can be used for multiple HEAD
Sat, 15 Mar 2008 16:24:26 +0200 Timo Sirainen Added QRESYNC support. HEAD
Sat, 15 Mar 2008 09:59:56 +0200 Timo Sirainen Initial CONDSTORE support. HEAD
Fri, 14 Mar 2008 08:52:14 +0200 Timo Sirainen struct mail can't necessarily be casted to struct index_mail. Added a new HEAD
Fri, 14 Mar 2008 08:50:59 +0200 Timo Sirainen Added transaction flags to struct mailbox_transaction_context. HEAD
Thu, 14 Feb 2008 22:34:39 +0200 Timo Sirainen Added mail_set_cache_corrupted() to rebuild the cache file and force HEAD
Sun, 20 Jan 2008 09:42:01 +0200 Timo Sirainen If mail storage or mailbox can't be accessed because of EACCES, log an error HEAD
Sun, 09 Dec 2007 19:57:14 +0200 Timo Sirainen Added mail_get_keyword_indexes() HEAD
Sun, 11 Nov 2007 17:46:47 +0200 Timo Sirainen Delay creating directories until we really need them. HEAD
Sun, 11 Nov 2007 16:02:25 +0200 Timo Sirainen Moved mailbox_deleted to struct mailbox. Added and used HEAD
Sun, 21 Oct 2007 17:41:47 +0300 Timo Sirainen Moved mail_create_mode/gid from struct maildir_mailbox to struct mailbox. HEAD
Sun, 30 Sep 2007 17:03:26 +0300 Timo Sirainen mailbox_transaction_commit*() doesn't sync the mailbox anymore, so it HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 02 Sep 2007 07:44:50 +0300 Timo Sirainen Changed mail_keywords creation APIs to take mailbox/index instead of HEAD
Sun, 02 Sep 2007 06:10:54 +0300 Timo Sirainen mailbox_keywords_create() checks keyword validity now and returns failure if HEAD
Mon, 13 Aug 2007 17:19:59 +0300 Timo Sirainen Added mail.close() virtual function. HEAD
Sun, 12 Aug 2007 19:40:54 +0300 Timo Sirainen mail_*() APIs changed to return int and return the actual data as pointer. HEAD
Sun, 12 Aug 2007 18:16:40 +0300 Timo Sirainen mail_index_view_sync_next() and mailbox_sync_next() returns now bool. HEAD
Sun, 12 Aug 2007 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Sun, 12 Aug 2007 16:43:05 +0300 Timo Sirainen Removed explicit locking from views and maps. They were already locked all HEAD
Sun, 12 Aug 2007 15:10:35 +0300 Timo Sirainen mailbox_transaction_commit_get_uids() now returns also UIDVALIDITY. It's the HEAD
Fri, 20 Jul 2007 12:36:38 +0300 Timo Sirainen Added mail_get_first_header_utf8() and mail_get_headers_utf8(). HEAD
Wed, 18 Jul 2007 06:17:47 +0300 Timo Sirainen Moved mailbox list index sync stamp checking and updating to HEAD
Wed, 18 Jul 2007 00:42:56 +0300 Timo Sirainen Moved private_flags_mask to struct mailbox. HEAD
Sun, 15 Jul 2007 15:30:00 +0300 Timo Sirainen mail_storage.create() now returns error message string. Also fixed handling HEAD
Sun, 13 May 2007 20:22:38 +0300 Timo Sirainen Added MAIL_ERROR_EXPUNGED. Set the error whenever expunged message is tried HEAD
Sun, 13 May 2007 20:10:48 +0300 Timo Sirainen Error handling rewrite. HEAD
Sun, 13 May 2007 18:46:07 +0300 Timo Sirainen lib-storage doesn't need the ability to return syntax errors. They should be HEAD