aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4
Commit message (Expand)AuthorAgeFilesLines
* Don't instantiate an engine here. Instead, take an engine as an argumentJeffrey Stedfast2004-07-273-85/+53
* Set the size of the ptrarray to prevent potentially realloc'ing severalJeffrey Stedfast2004-07-011-6/+10
* Aded a new %formatter 'V' which takes a string vector (needed for SEARCH).Jeffrey Stedfast2004-06-308-166/+628
* First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (itJeffrey Stedfast2004-06-241-6/+57
* Same.Jeffrey Stedfast2004-06-242-6/+8
* Hide password, etc info in the fi->uri's. (imap4_create_folder): Don'tJeffrey Stedfast2004-06-241-20/+73
* Hide password, etc info in the fi->uri's.Jeffrey Stedfast2004-06-242-2/+2
* 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
* Make sure we have elements in the array, if not then we're done (return aJeffrey Stedfast2004-06-181-0/+6
* 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
* 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
* Init have_unget to FALSE. Don't set unget to NULL, it's no longer aJeffrey Stedfast2004-06-152-13/+9
* Flush summary updates for the currently selected folder. (imap4_noop):Jeffrey Stedfast2004-06-131-2/+11
* Flush summary updates for the currently selected folder.Jeffrey Stedfast2004-06-122-1/+4
* Don't bother with exists_changed. We don't need it afterall.Jeffrey Stedfast2004-06-122-9/+4
* 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-113-30/+75
* (camel_imap4_summary_flush_updates): Added some logic toJeffrey Stedfast2004-06-112-0/+8
* 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-112-9/+51
* Don't always try and parse a RESP-CODE in the BYE case as the RESP-CODE isJeffrey Stedfast2004-06-111-1/+9
* replace strcasecmp with g_ascii_strcasecmpJeffrey Stedfast2004-06-111-2/+2
* some code cleanupJeffrey Stedfast2004-06-112-4/+7
* If flags does not include FOLDER_INFO_FAST, get the total/unread countsJeffrey Stedfast2004-06-114-168/+249
* 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