summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pull up no-debug-log fixEVOLUTION_0_5_1evolution-0-5-branchDan Winship2000-09-153-10/+29
* pull up fixesDan Winship2000-09-152-80/+9
* Make sure *datalength is > 0 before calling camel_mime_filter_filterEVOLUTION_0_5Jeffrey Stedfast2000-09-132-15/+23
* fixes to make this beast distcheckPeter Teichman2000-09-121-0/+1
* Fixed a warning.Christopher James Lahey2000-09-083-0/+7
* Make this not leak.Dan Winship2000-09-072-2/+8
* Make this take a path to a directory that Camel can use for its ownDan Winship2000-09-075-15/+196
* *** empty log message ***Dan Winship2000-09-071-0/+7
* Make KPOP work again.Dan Winship2000-09-072-1/+7
* oops, spelling mistakeJeffrey Stedfast2000-09-071-2/+2
* Implemented (someone added these to camel-mime-message.h but neverJeffrey Stedfast2000-09-072-3/+28
* If a MIME part has no Content-Disposition, but does have a "name" on theDan Winship2000-09-052-4/+15
* care about response code. (get_HEAD_headers): same.Chris Toshok2000-09-0510-97/+304
* Update for CamelObject and some other changesDan Winship2000-09-055-90/+69
* Cache provider, for caching a remote store locally. This is not done yet.Dan Winship2000-09-059-0/+1471
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-0511-262/+275
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-022-1/+6
* Removed some unused functions.Christopher James Lahey2000-09-012-45/+5
* remove get_folder_name. (nntp_store_get_folder_name): remove.Chris Toshok2000-09-012-8/+6
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-012-2/+10
* use camel_remote_store_recv_line.Chris Toshok2000-09-016-219/+129
* make this a bit more robust. try to create an empty .newsrc file for theChris Toshok2000-09-015-37/+294
* Reimplemented. It should now work correctly for most possible VFolderJeffrey Stedfast2000-08-312-175/+333
* Don't save any exceptions caused by camel_imap_folder_changedJeffrey Stedfast2000-08-313-10/+51
* (write_to_stream): Rearrange the logic so it always does charsetMichael Zucci2000-08-312-12/+22
* (write_to_stream): Fix some warnings/use the right constructor,Michael Zucci2000-08-312-2/+5
* Use the proper type checking function to check for text types.Not Zed2000-08-312-1/+19
* (append_latin1): Do an additional mask for account for c'sMichael Zucci2000-08-312-1/+3
* New function - even though its broken, we'll assume mailers send latin1Not Zed2000-08-312-2/+32
* Rewrote to ignore strings that look like server responses until it is sureJeffrey Stedfast2000-08-303-12/+69
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-306-134/+452
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-307-59/+104
* General cleanup / moving stuff around to make things easier to follow.Jeffrey Stedfast2000-08-302-41/+61
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-305-193/+235
* Removed old code that will never be needed againJeffrey Stedfast2000-08-294-212/+102
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-2920-902/+1216
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-295-21/+88
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-283-165/+167
* Free()ing memory allocated through alloca() is Not A Good Thing.Ettore Perazzoli2000-08-282-1/+5
* Use `g_free()' instead of `free()' in the `header_decode_text()'Ettore Perazzoli2000-08-272-1/+6
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-2511-1/+25
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-252-3/+4
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-252-7/+38
* More UTF-8 handlingLauris Kaplinski2000-08-254-9/+17
* Remove this duplicate file to fix buildJP Rosevear2000-08-251-0/+2
* And here too.Not Zed2000-08-243-0/+13
* put commas between addresses.Dan Winship2000-08-232-0/+7
* use BODY.PEEK, not BODY, so we don't set the message \Seen.Dan Winship2000-08-222-1/+7
* Fixed a small warning.Christopher James Lahey2000-08-222-3/+7
* ChangeLog updates.Peter Williams2000-08-221-0/+28