aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4/camel-imap4-folder.c
Commit message (Expand)AuthorAgeFilesLines
* 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