summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add camel-nntp-utils.hEVOLUTION_0_4Dan Winship2000-08-132-1/+5
* do a strcasecmp rather than just a strcmp when checking if a folder isDan Winship2000-08-132-1/+8
* (imap_get_subfolder_names_internal): Add "INBOX" to the list asDan Winship2000-08-132-1/+3
* Don't assume the FETCH results will come back in the order they wereDan Winship2000-08-132-2/+8
* Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-124-8/+126
* New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-122-105/+108
* No longer calls try_connect() to get authtypesJeffrey Stedfast2000-08-122-2/+9
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-124-28/+62
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-124-33/+217
* Fixed a warning.Christopher James Lahey2000-08-122-2/+6
* remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-112-16/+7
* use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-112-3/+8
* Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-112-1/+6
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-115-4/+142
* Yay so lets fix an already fixed fix, again. (copy_message_to): and hereNot Zed2000-08-112-18/+19
* Fixed some warnings.Christopher James Lahey2000-08-1120-22/+70
* t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-112-28/+23
* Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214
* If we go over the max number of messages, don't keep requesting newJeffrey Stedfast2000-08-102-13/+23
* Merge with camel-async.Peter Williams2000-08-10106-2641/+3455
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-1016-1041/+1170
* Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-093-5/+17
* Reorder search result in summary order if we searched with a summary.Not Zed2000-08-092-3/+26
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-0911-42/+303
* Add another subject g_strstrip that fejj's earlier commit missed.Dan Winship2000-08-082-1/+6
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-089-12/+212
* If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-073-10/+33
* Strip all \n's from the expressionJeffrey Stedfast2000-08-074-8/+36
* Do a g_strstrip on the subject so we can stop getting those annoyingJeffrey Stedfast2000-08-072-1/+7
* Fix this to not require NULL-termination of the array.Dan Winship2000-08-072-2/+10
* If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-042-28/+37
* Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-042-1/+6
* Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-042-2/+6
* add a debugging macro for doing protocol tracing.Dan Winship2000-08-042-2/+29
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-033-7/+13
* Initialize the service_cache for the news/nntp providersJeffrey Stedfast2000-08-032-6/+15
* srcdir != builddir fixPeter Williams2000-08-032-0/+6
* Kill this. It doesn't have any code to do anything the new mh providerDan Winship2000-08-0315-2068/+9
* Trim trailing space from the subject. I've now seen replies from twoDan Winship2000-08-032-1/+10
* When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-022-7/+15
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-013-224/+327
* cvsignore filePeter Williams2000-08-011-0/+7
* Initial cut at mh provider. Well, it already does everythingNot Zed2000-08-0111-1/+1225
* Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-013-208/+257
* Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-07-312-0/+6
* Buffer overrun fix in g_strfreev -- two more that I forgotPeter Williams2000-07-311-0/+2
* Buffer overrun fix in g_strfreevPeter Williams2000-07-312-0/+6
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-07-315-46/+340
* A few string overrun checks for the mime parserPeter Williams2000-07-312-6/+21
* Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-292-24/+44