summaryrefslogtreecommitdiff
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Added some debug stuff.EVOLUTION_1_5_91Not Zed2004-07-192-3/+64
* Don't grab the connect_lock before calling refresh_info so that we avoidJeffrey Stedfast2004-07-162-2/+6
* Fix for bug #61538Jeffrey Stedfast2004-07-143-2/+10
* fixed all the wayJeffrey Stedfast2004-07-141-3/+3
* fixed changelogJeffrey Stedfast2004-07-141-11/+10
* : pass "use_ssl" value to these functions and set it on e-sourceSivaiah Nallagatla2004-07-132-20/+71
* ** This is no guarantee of security, but its just a helper to prevent oldNot Zed2004-07-136-12/+95
* use CAMEL_GROUPWISE_CFLAGS. (libcamelgroupwise_la_LIBADD): useChris Toshok2004-07-082-2/+8
* s/Can't/Cannot/.EVOLUTION_1_5_90evolution-1-5-90Christian Neumair2004-07-022-11/+15
* Set the size of the ptrarray to prevent potentially realloc'ing severalJeffrey Stedfast2004-06-302-6/+16
* Aded a new %formatter 'V' which takes a string vector (needed for SEARCH).Jeffrey Stedfast2004-06-299-166/+650
* add any parents of the new name before we actually do the rename so theNot Zed2004-06-292-5/+33
* override CAMEL_FOLDER_NAME arg so we can translate "." into "Inbox".Not Zed2004-06-283-2/+37
* take url argument directly, fixes a memleak. (camel_folder_info_new): makeNot Zed2004-06-282-7/+30
* More fixes.Jeffrey Stedfast2004-06-282-25/+9
* remove more debugging printfsJeffrey Stedfast2004-06-251-3/+0
* fixed an uninitialised memory read from my last fixJeffrey Stedfast2004-06-251-10/+17
* Fixed to handle :pass in proto://user:pass@host. Fixes bug #60104.Jeffrey Stedfast2004-06-252-9/+41
* Error out and set an exception if camel_pop3_engine_new() returns NULLJeffrey Stedfast2004-06-243-30/+63
* If we fail to lock the folder, close the lockfd and reset it to -1. FixesJeffrey Stedfast2004-06-242-1/+10
* First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (itJeffrey Stedfast2004-06-242-6/+63
* Same.Jeffrey Stedfast2004-06-244-10/+18
* Hide password, etc info in the fi->uri's. (imap4_create_folder): Don'tJeffrey Stedfast2004-06-232-20/+79
* Hide password, etc info in the fi->uri's.Jeffrey Stedfast2004-06-233-2/+10
* Really set the path if tag is CAMEL_SERVICE_PATH.Christian Kellner2004-06-212-1/+6
* Fixed a number of issues described in bug #49497.Jeffrey Stedfast2004-06-212-11/+28
* make camel_shutdown() an atexit handler againJeffrey Stedfast2004-06-183-4/+3
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-183-4/+5
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-185-1/+35
* Need to re-init sbf->ptr and sbf->end too, or we'll be sorrryy!Jeffrey Stedfast2004-06-182-0/+8
* setup for static inititialisation.Not Zed2004-06-183-5/+7
* make 'colon' a const char *Jeffrey Stedfast2004-06-182-3/+3
* init tail->last to (guint32) -1, so that index = tail->last + 1 will startJeffrey Stedfast2004-06-182-2/+9
* Add support for the webcal, callto, and h323 URIs when we get them inRodney Dawes2004-06-172-0/+8
* Don't foolishly unmunge From_ lines. First off, we don't even know if ourJeffrey Stedfast2004-06-172-1/+15
* Make sure we have elements in the array, if not then we're done (return aJeffrey Stedfast2004-06-172-1/+13
* Fixed to work properly. It was getting ranges wrong before sometimes whichJeffrey Stedfast2004-06-172-62/+148
* Thanks to Christian Kellner for pointing out these bugs (and submittingJeffrey Stedfast2004-06-172-7/+10
* simplified furtherJeffrey Stedfast2004-06-171-4/+0
* Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag &Jeffrey Stedfast2004-06-172-1/+7
* Only force a re-update of all FLAGS if this folder wasn't in the SELECTEDJeffrey Stedfast2004-06-172-3/+21
* Added a 'first' member to the imap_fetch_all_t struct so we can use thatJeffrey Stedfast2004-06-172-4/+16
* Added a 'first' member to the imap_fetch_all_t struct so we can use thatJeffrey Stedfast2004-06-172-37/+120
* Use camel_multipart_signed_get_content_stream() rather than getting theJeffrey Stedfast2004-06-152-11/+16
* Init have_unget to FALSE. Don't set unget to NULL, it's no longer aJeffrey Stedfast2004-06-153-13/+20
* use g_ascii_strcasecmp. (smtp_connect): do not re-helo after we'veNot Zed2004-06-142-10/+9
* Flush summary updates for the currently selected folder. (imap4_noop):Jeffrey Stedfast2004-06-122-2/+13
* Flush summary updates for the currently selected folder.Jeffrey Stedfast2004-06-123-1/+7
* Don't bother with exists_changed. We don't need it afterall.Jeffrey Stedfast2004-06-123-9/+15
* Force updating of the emsage flags (normally this only happens ifJeffrey Stedfast2004-06-112-0/+7