aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4/camel-imap4-summary.c
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-111-1319/+0
* have our own so we don't need to link with glib.Not Zed2004-12-031-1/+1
* Folder now gets set on the CamelFolderSummary object rather than theJeffrey Stedfast2004-11-131-16/+12
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-121-32/+39
* #define d()Jeffrey Stedfast2004-11-121-0/+2
* removed some debug printf'sJeffrey Stedfast2004-11-111-5/+5
* Use the expanded ALL macro as on closer inspection of the RFC, we're notJeffrey Stedfast2004-11-111-10/+4
* Do proper cleanup in case of error and also handle literals.Jeffrey Stedfast2004-11-031-6/+31
* Remove expunged messages from the cache.Jeffrey Stedfast2004-11-021-1/+6
* Handle literal strings. (envelope_decode_date): Same. Fixes bug #68894.Jeffrey Stedfast2004-10-291-0/+25
* Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.Jeffrey Stedfast2004-10-201-8/+0
* kill cast as lvalue warning.Not Zed2004-10-131-3/+4
* Use g_ptr_array_sized_new() rather than using set_size() after creating aJeffrey Stedfast2004-08-141-8/+8
* use g_string_append_len when appending a subset of a string rather than g_str...Jeffrey Stedfast2004-08-131-7/+7
* Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info weJeffrey Stedfast2004-08-071-0/+21
* Added a 'first' member to the imap_fetch_all_t struct so we can use thatJeffrey Stedfast2004-06-171-2/+8
* Added a 'first' member to the imap_fetch_all_t struct so we can use thatJeffrey Stedfast2004-06-171-37/+101
* Flush summary updates for the currently selected folder.Jeffrey Stedfast2004-06-121-1/+1
* Don't bother with exists_changed. We don't need it afterall.Jeffrey Stedfast2004-06-121-8/+4
* Handle getting FLAGS even though we didn't request it (server can send usJeffrey Stedfast2004-06-111-21/+48
* (camel_imap4_summary_flush_updates): Added some logic toJeffrey Stedfast2004-06-111-0/+7
* Don't bother scanning summary info if EXISTS was 0.Jeffrey Stedfast2004-06-111-3/+29
* Don't bother scanning summary info if EXISTS was 0.Jeffrey Stedfast2004-06-111-8/+24
* Load the entire summary, not just the summary header. This way when theJeffrey Stedfast2004-06-081-1/+3
* Defined.Jeffrey Stedfast2004-04-071-1/+1
* Implemented.Jeffrey Stedfast2004-03-301-0/+1107