aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-1124-9894/+0
* have our own so we don't need to link with glib.Not Zed2004-12-036-5/+5
* In the fallback cases, clear the exception first.Jeffrey Stedfast2004-11-161-3/+6
* Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream.Jeffrey Stedfast2004-11-161-1/+1
* Fix bug #69408 by filling our input buffer if inptr == inend.Jeffrey Stedfast2004-11-161-1/+4
* Handle numeric tokens for the COPYUID set values as well.Jeffrey Stedfast2004-11-141-8/+16
* Folder now gets set on the CamelFolderSummary object rather than theJeffrey Stedfast2004-11-132-18/+12
* Init appended_uid value to NULLJeffrey Stedfast2004-11-131-0/+3
* Properly handle NILs for the namespace separator (somehow I missed this,Jeffrey Stedfast2004-11-131-3/+13
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-125-71/+63
* Free the passwd here if we need to retry to authenticate.Jeffrey Stedfast2004-11-121-1/+4
* #define d()Jeffrey Stedfast2004-11-121-0/+2
* removed some debug printf'sJeffrey Stedfast2004-11-111-5/+5
* Use the expanded ALL macro as on closer inspection of the RFC, we're notJeffrey Stedfast2004-11-111-10/+4
* include a headerJeffrey Stedfast2004-11-111-0/+1
* enabled \\Recent flagJeffrey Stedfast2004-11-113-9/+11
* Updated the properties to include all the same settings as the old imapJeffrey Stedfast2004-11-103-0/+113
* Handle not getting the CRLF pair together. Also don't require that we haveJeffrey Stedfast2004-11-104-10/+18
* Added much in-line documentation. (engine_parse_capability): UseJeffrey Stedfast2004-11-052-9/+158
* Don't bother getting the folder delim if the name is "" since we don'tJeffrey Stedfast2004-11-032-17/+16
* If namespaces is NULL, return the default folder delim ('/').Jeffrey Stedfast2004-11-031-0/+3
* Update stream->inptr after fetching the literal chunk.Jeffrey Stedfast2004-11-031-0/+2
* Do proper cleanup in case of error and also handle literals.Jeffrey Stedfast2004-11-031-6/+31
* Removed camel_service_connect() call which is no longer needed.Jeffrey Stedfast2004-11-031-7/+6
* Do the same SSL->TLS and TLS->CLEAR fallbacks that the 2.0 (and older)Jeffrey Stedfast2004-11-021-1/+4
* Remove expunged messages from the cache.Jeffrey Stedfast2004-11-024-8/+58
* Cache the folder-info on the summary if successful. (imap4_delete_folder):Jeffrey Stedfast2004-11-023-7/+25
* Cleaned up a bit. (save_namespaces): Same.Jeffrey Stedfast2004-11-021-27/+31
* Handle literal strings. (envelope_decode_date): Same. Fixes bug #68894.Jeffrey Stedfast2004-10-291-0/+25
* Properly tokenise "\*" as a flag token. Fixes bug #68869.Jeffrey Stedfast2004-10-281-0/+4
* New files implementing a folder-info cache for offline mode (and fasterJeffrey Stedfast2004-10-279-49/+664
* Don't allow users to create folders in offline mode. When in offline mode,Jeffrey Stedfast2004-10-212-8/+67
* Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.Jeffrey Stedfast2004-10-214-108/+89
* updated commentJeffrey Stedfast2004-10-211-0/+1
* Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.Jeffrey Stedfast2004-10-201-8/+0
* Change the service string for the sasl mechanism to"imap" rather thanJeffrey Stedfast2004-10-191-1/+1
* renamed delete_originals to move. clearer. cleaner. shorter. not as ugly.Jeffrey Stedfast2004-10-161-5/+5
* added gtk-doc commentsJeffrey Stedfast2004-10-161-1/+14
* kill cast as lvalue warning.Not Zed2004-10-136-14/+31
* include camel-i18n.hJP Rosevear2004-10-041-0/+1
* Instead of doing a host-lookup ourselves, get it passed in to us as anJeffrey Stedfast2004-09-281-94/+65
* Use g_ptr_array_sized_new() rather than using set_size() after creating aJeffrey Stedfast2004-08-141-8/+8
* use g_string_append_len when appending a subset of a string rather than g_str...Jeffrey Stedfast2004-08-131-7/+7
* Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info weJeffrey Stedfast2004-08-071-0/+21
* Pass a reconnect func.Jeffrey Stedfast2004-08-043-3/+29
* This needs to prequeue the CAPABILITY command rather than queue itJeffrey Stedfast2004-07-312-4/+4
* fixed sed-o's (s/IMAP44/IMAP4/g)Jeffrey Stedfast2004-07-312-10/+10
* blehJeffrey Stedfast2004-07-311-0/+1
* Changed to be the same prototype as engine_queue().Jeffrey Stedfast2004-07-283-35/+48
* 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