aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4/camel-imap4-folder.c
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-111-1178/+0
* Init appended_uid value to NULLJeffrey Stedfast2004-11-131-0/+3
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-121-15/+16
* enabled \\Recent flagJeffrey Stedfast2004-11-111-1/+1
* Updated the properties to include all the same settings as the old imapJeffrey Stedfast2004-11-101-0/+91
* Remove expunged messages from the cache.Jeffrey Stedfast2004-11-021-4/+50
* New files implementing a folder-info cache for offline mode (and fasterJeffrey Stedfast2004-10-271-13/+42
* Don't allow users to create folders in offline mode. When in offline mode,Jeffrey Stedfast2004-10-211-2/+2
* Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.Jeffrey Stedfast2004-10-211-53/+33
* renamed delete_originals to move. clearer. cleaner. shorter. not as ugly.Jeffrey Stedfast2004-10-161-5/+5
* kill cast as lvalue warning.Not Zed2004-10-131-4/+5
* Aded a new %formatter 'V' which takes a string vector (needed for SEARCH).Jeffrey Stedfast2004-06-301-165/+66
* make 'colon' a const char *Jeffrey Stedfast2004-06-181-2/+2
* init tail->last to (guint32) -1, so that index = tail->last + 1 will startJeffrey Stedfast2004-06-181-2/+3
* Fixed to work properly. It was getting ranges wrong before sometimes whichJeffrey Stedfast2004-06-181-62/+144
* Only force a re-update of all FLAGS if this folder wasn't in the SELECTEDJeffrey Stedfast2004-06-171-3/+17
* Force updating of the emsage flags (normally this only happens ifJeffrey Stedfast2004-06-121-0/+1
* Handle getting FLAGS even though we didn't request it (server can send usJeffrey Stedfast2004-06-111-8/+26
* Don't bother scanning summary info if EXISTS was 0.Jeffrey Stedfast2004-06-111-1/+27
* Load the entire summary, not just the summary header. This way when theJeffrey Stedfast2004-06-081-1/+1
* Implemented, mostly. Still need to update state on the renamed folderJeffrey Stedfast2004-06-071-0/+74
* Initialise the folder->summary and force an update of the message infoJeffrey Stedfast2004-06-051-3/+16
* Don't bother doing any work if perm_flags is 0.Jeffrey Stedfast2004-04-221-0/+3
* Fixed to not expect ]'s as part of the BODY atom token.Jeffrey Stedfast2004-04-201-1/+7
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-071-2/+24
* Defined.Jeffrey Stedfast2004-04-071-1/+7
* Implemented.Jeffrey Stedfast2004-03-301-0/+860