summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove disable deprecated flagsEVOLUTION_1_4_6evolution-1-4-branchJP Rosevear2004-02-188-13/+10
* Since decoding a string doesn't allow strings longer than 65536, truncateJeffrey Stedfast2004-02-132-3/+12
* 64bit fix. (folder_changed_add_uid): Here too.Jeffrey Stedfast2004-02-042-10/+28
* Same.Jeffrey Stedfast2003-12-015-4/+17
* Don't bother trying to see if the server advertises EHLO. Simply alwaysJeffrey Stedfast2003-11-063-22/+40
* fixed changelogJeffrey Stedfast2003-11-041-2/+2
* better detection of broken date to give to broken_date_parser.Frédéric Crozat2003-10-282-0/+18
* If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it.Jeffrey Stedfast2003-10-272-2/+11
* ** See Bug #45504Not Zed2003-10-172-175/+137
* Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bugJeffrey Stedfast2003-10-093-3/+8
* If the localhost lookup results in a numeric IPv6 host, use the formJeffrey Stedfast2003-09-264-5/+20
* ** See bug #41610Not Zed2003-09-232-1/+9
* #include sys/types.h and sys/time.h, fixes portability as per the patch inEVOLUTION_1_4_5Rodney Dawes2003-09-082-0/+7
* call camel_folder_sync bypassing the folder lock. SeeNot Zed2003-09-082-2/+8
* ** See bug #46674.Not Zed2003-08-314-20/+36
* Fix for #46168 'some additional locale aliases required for chineseSuresh Chandrasekharan2003-08-192-1/+9
* Fix the range check, we were stopping removal of 1 or 2 removals, for someNot Zed2003-08-132-1/+8
* ** See bug #45504.Not Zed2003-08-112-4/+18
* ** See bug #47208.Not Zed2003-08-113-5/+16
* Revert NotZed's fix for bug #42170 - this causes even more problems thanJeffrey Stedfast2003-07-292-39/+49
* ** See bug #42573Timo Sirainen2003-07-172-11/+21
* Don't quote the charset value, the qop value, nor the response value.Jeffrey Stedfast2003-07-022-6/+12
* Use gmtime_r() instead of using gmtime() and memcpy() to try and beJeffrey Stedfast2003-07-022-3/+8
* free the summary hashDan Winship2003-07-012-0/+7
* Put day of week into outgoing email.David Woodhouse2003-07-012-1/+11
* Added prototype for camel_folder_summary_remove_range().EVOLUTION_1_4_3EVOLUTION_1_4_2EVOLUTION_1_4_1evolution-1-4-3-branchJeffrey Stedfast2003-06-253-17/+38
* ** See bug #43887Not Zed2003-06-253-0/+27
* ** See bug #31745Not Zed2003-06-201-6/+9
* if we got cancelled, the message is floating, so free it. (structNot Zed2003-06-202-61/+105
* Made static (to match the prototype).Jeffrey Stedfast2003-06-182-2/+7
* don't leak the summary when reloading it. Fixes a very large leak.Larry Ewing2003-06-182-1/+11
* Calculate ranges to remove folder info's more efficiently. affectsNot Zed2003-06-183-8/+96
* ** See bug #44322Not Zed2003-06-173-7/+23
* Fix for bug #40788.Jeffrey Stedfast2003-06-135-21/+56
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-121-0/+1
* Partial fix for bug #44457.Jeffrey Stedfast2003-06-123-2/+17
* some days you just wish you had that subatomic 100 megaton kill-o-zap bomb.Jeffrey Stedfast2003-06-115-54/+155
* use g_utf8_strdown properly.Larry Ewing2003-06-112-2/+6
* Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.Jeffrey Stedfast2003-06-114-7/+26
* Roll over ChangeLogs.Ettore Perazzoli2003-06-092-22083/+22083
* Turn off debugging.EVOLUTION_1_4_0Jeffrey Stedfast2003-06-013-4/+12
* Turned off a debugging printf.Jeffrey Stedfast2003-05-302-1/+6
* This should finish fixing all variations of bug #42854, which, funnilyJeffrey Stedfast2003-05-282-20/+44
* Lets try this again. We don't actually want to free the key here, becauseEVOLUTION_1_3_92Jeffrey Stedfast2003-05-222-12/+8
* Create a second GPtrArray for the keys. We don't want to useEVOLUTION_1_3_91Jeffrey Stedfast2003-05-212-2/+18
* Only display a warning if errno != EINVAL (EINVAL means there was aJeffrey Stedfast2003-05-202-8/+21
* fixed ChangeLogJeffrey Stedfast2003-05-191-82/+81
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-1624-68/+143
* Simplistic quick-fix for #42710. Add a charset argument. If the data is 8Not Zed2003-05-152-21/+47
* Only delete the index if it is non-NULL. Fixes bug #42763.Jeffrey Stedfast2003-05-152-2/+8