aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4
Commit message (Expand)AuthorAgeFilesLines
* Load the entire summary, not just the summary header. This way when theJeffrey Stedfast2004-06-082-2/+4
* Implemented, mostly. Still need to update state on the renamed folderJeffrey Stedfast2004-06-073-1/+138
* removed debug printfsJeffrey Stedfast2004-06-051-3/+0
* Initialise the folder->summary and force an update of the message infoJeffrey Stedfast2004-06-052-7/+22
* Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, notJeffrey Stedfast2004-06-051-1/+1
* Always just return 0, don't try to PR_Sync() - fsync on a socket causes anJeffrey Stedfast2004-06-053-8/+22
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-1/+1
* type-o fix for bug #58404Jeffrey Stedfast2004-05-131-1/+1
* New class for zipping/unzipping gzip streams.Jeffrey Stedfast2004-05-111-0/+5
* 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
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-071-11/+54
* Defined.Jeffrey Stedfast2004-04-075-7/+12
* Partially implemented. (imap4_get_folder): Implemented.Jeffrey Stedfast2004-03-312-19/+298
* Implemented.Jeffrey Stedfast2004-03-3024-1996/+2098
* New source files implementing the CamelFolder class for the new IMAP4Jeffrey Stedfast2004-03-293-0/+836
* added .cvsignoreJeffrey Stedfast2004-03-291-0/+7
* added camel-imap-store.[c,h] to the buildJeffrey Stedfast2004-03-292-20/+47
* added camel-imap-provider.cJeffrey Stedfast2004-03-293-1/+141
* build fixesJeffrey Stedfast2004-03-292-6/+7
* New source files implementing the CamelFolderSummary class for the newJeffrey Stedfast2004-03-293-0/+1200
* No longer need to split ']' tokens from atom tokens due to a fixup in theJeffrey Stedfast2004-03-264-27/+892
* New convenience wrapper function. (engine_parse_status): Fixed to handleJeffrey Stedfast2004-03-253-9/+67
* #include <stdlib.h> for strtoul()Jeffrey Stedfast2004-03-251-0/+1
* The beginnings of a new IMAP provider moduleJeffrey Stedfast2004-03-2512-0/+4071