| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of doing a host-lookup ourselves, get it passed in to us as an | Jeffrey Stedfast | 2004-09-28 | 1 | -94/+65 |
* | Use g_ptr_array_sized_new() rather than using set_size() after creating a | Jeffrey Stedfast | 2004-08-14 | 1 | -8/+8 |
* | use g_string_append_len when appending a subset of a string rather than g_str... | Jeffrey Stedfast | 2004-08-13 | 1 | -7/+7 |
* | Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info we | Jeffrey Stedfast | 2004-08-07 | 1 | -0/+21 |
* | Pass a reconnect func. | Jeffrey Stedfast | 2004-08-04 | 3 | -3/+29 |
* | This needs to prequeue the CAPABILITY command rather than queue it | Jeffrey Stedfast | 2004-07-31 | 2 | -4/+4 |
* | fixed sed-o's (s/IMAP44/IMAP4/g) | Jeffrey Stedfast | 2004-07-31 | 2 | -10/+10 |
* | bleh | Jeffrey Stedfast | 2004-07-31 | 1 | -0/+1 |
* | Changed to be the same prototype as engine_queue(). | Jeffrey Stedfast | 2004-07-28 | 3 | -35/+48 |
* | Don't instantiate an engine here. Instead, take an engine as an argument | Jeffrey Stedfast | 2004-07-27 | 3 | -85/+53 |
* | Set the size of the ptrarray to prevent potentially realloc'ing several | Jeffrey Stedfast | 2004-07-01 | 1 | -6/+10 |
* | Aded a new %formatter 'V' which takes a string vector (needed for SEARCH). | Jeffrey Stedfast | 2004-06-30 | 8 | -166/+628 |
* | First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (it | Jeffrey Stedfast | 2004-06-24 | 1 | -6/+57 |
* | Same. | Jeffrey Stedfast | 2004-06-24 | 2 | -6/+8 |
* | Hide password, etc info in the fi->uri's. (imap4_create_folder): Don't | Jeffrey Stedfast | 2004-06-24 | 1 | -20/+73 |
* | Hide password, etc info in the fi->uri's. | Jeffrey Stedfast | 2004-06-24 | 2 | -2/+2 |
* | make 'colon' a const char * | Jeffrey Stedfast | 2004-06-18 | 1 | -2/+2 |
* | init tail->last to (guint32) -1, so that index = tail->last + 1 will start | Jeffrey Stedfast | 2004-06-18 | 1 | -2/+3 |
* | Make sure we have elements in the array, if not then we're done (return a | Jeffrey Stedfast | 2004-06-18 | 1 | -0/+6 |
* | Fixed to work properly. It was getting ranges wrong before sometimes which | Jeffrey Stedfast | 2004-06-18 | 1 | -62/+144 |
* | Only force a re-update of all FLAGS if this folder wasn't in the SELECTED | Jeffrey Stedfast | 2004-06-17 | 1 | -3/+17 |
* | Added a 'first' member to the imap_fetch_all_t struct so we can use that | Jeffrey Stedfast | 2004-06-17 | 1 | -2/+8 |
* | Added a 'first' member to the imap_fetch_all_t struct so we can use that | Jeffrey Stedfast | 2004-06-17 | 1 | -37/+101 |
* | Init have_unget to FALSE. Don't set unget to NULL, it's no longer a | Jeffrey Stedfast | 2004-06-15 | 2 | -13/+9 |
* | Flush summary updates for the currently selected folder. (imap4_noop): | Jeffrey Stedfast | 2004-06-13 | 1 | -2/+11 |
* | Flush summary updates for the currently selected folder. | Jeffrey Stedfast | 2004-06-12 | 2 | -1/+4 |
* | Don't bother with exists_changed. We don't need it afterall. | Jeffrey Stedfast | 2004-06-12 | 2 | -9/+4 |
* | Force updating of the emsage flags (normally this only happens if | Jeffrey Stedfast | 2004-06-12 | 1 | -0/+1 |
* | Handle getting FLAGS even though we didn't request it (server can send us | Jeffrey Stedfast | 2004-06-11 | 3 | -30/+75 |
* | (camel_imap4_summary_flush_updates): Added some logic to | Jeffrey Stedfast | 2004-06-11 | 2 | -0/+8 |
* | Don't bother scanning summary info if EXISTS was 0. | Jeffrey Stedfast | 2004-06-11 | 1 | -3/+29 |
* | Don't bother scanning summary info if EXISTS was 0. | Jeffrey Stedfast | 2004-06-11 | 2 | -9/+51 |
* | Don't always try and parse a RESP-CODE in the BYE case as the RESP-CODE is | Jeffrey Stedfast | 2004-06-11 | 1 | -1/+9 |
* | replace strcasecmp with g_ascii_strcasecmp | Jeffrey Stedfast | 2004-06-11 | 1 | -2/+2 |
* | some code cleanup | Jeffrey Stedfast | 2004-06-11 | 2 | -4/+7 |
* | If flags does not include FOLDER_INFO_FAST, get the total/unread counts | Jeffrey Stedfast | 2004-06-11 | 4 | -168/+249 |
* | Load the entire summary, not just the summary header. This way when the | Jeffrey Stedfast | 2004-06-08 | 2 | -2/+4 |
* | Implemented, mostly. Still need to update state on the renamed folder | Jeffrey Stedfast | 2004-06-07 | 3 | -1/+138 |
* | removed debug printfs | Jeffrey Stedfast | 2004-06-05 | 1 | -3/+0 |
* | Initialise the folder->summary and force an update of the message info | Jeffrey Stedfast | 2004-06-05 | 2 | -7/+22 |
* | Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, not | Jeffrey Stedfast | 2004-06-05 | 1 | -1/+1 |
* | Always just return 0, don't try to PR_Sync() - fsync on a socket causes an | Jeffrey Stedfast | 2004-06-05 | 3 | -8/+22 |
* | added a 'domain' argument, and rearragned arguments to be prettier and | Not Zed | 2004-05-21 | 1 | -1/+1 |
* | type-o fix for bug #58404 | Jeffrey Stedfast | 2004-05-13 | 1 | -1/+1 |
* | New class for zipping/unzipping gzip streams. | Jeffrey Stedfast | 2004-05-11 | 1 | -0/+5 |
* | Don't bother doing any work if perm_flags is 0. | Jeffrey Stedfast | 2004-04-22 | 1 | -0/+3 |
* | Fixed to not expect ]'s as part of the BODY atom token. | Jeffrey Stedfast | 2004-04-20 | 1 | -1/+7 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -2/+24 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -11/+54 |
* | Defined. | Jeffrey Stedfast | 2004-04-07 | 5 | -7/+12 |
* | Partially implemented. (imap4_get_folder): Implemented. | Jeffrey Stedfast | 2004-03-31 | 2 | -19/+298 |
* | Implemented. | Jeffrey Stedfast | 2004-03-30 | 24 | -1996/+2098 |
* | New source files implementing the CamelFolder class for the new IMAP4 | Jeffrey Stedfast | 2004-03-29 | 3 | -0/+836 |
* | added .cvsignore | Jeffrey Stedfast | 2004-03-29 | 1 | -0/+7 |
* | added camel-imap-store.[c,h] to the build | Jeffrey Stedfast | 2004-03-29 | 2 | -20/+47 |
* | added camel-imap-provider.c | Jeffrey Stedfast | 2004-03-29 | 3 | -1/+141 |
* | build fixes | Jeffrey Stedfast | 2004-03-29 | 2 | -6/+7 |
* | New source files implementing the CamelFolderSummary class for the new | Jeffrey Stedfast | 2004-03-29 | 3 | -0/+1200 |
* | No longer need to split ']' tokens from atom tokens due to a fixup in the | Jeffrey Stedfast | 2004-03-26 | 4 | -27/+892 |
* | New convenience wrapper function. (engine_parse_status): Fixed to handle | Jeffrey Stedfast | 2004-03-25 | 3 | -9/+67 |
* | #include <stdlib.h> for strtoul() | Jeffrey Stedfast | 2004-03-25 | 1 | -0/+1 |
* | The beginnings of a new IMAP provider module | Jeffrey Stedfast | 2004-03-25 | 12 | -0/+4071 |