summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove any cached messages that belonged to the deleted folder.EVOLUTION_0_15evolution-0-15-branchJeffrey Stedfast2001-10-012-6/+63
* If the charset is x-unknown, return the locale_charset.Jeffrey Stedfast2001-10-012-1/+10
* Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-014-9/+32
* Don't munge the URL; CamelSession's caching relies on it not changing.Dan Winship2001-10-017-42/+49
* New, copied/renamed from mailer and gnome-libs.Dan Winship2001-10-012-0/+116
* if STAT returns 0, don't bother sending UIDL. Speeds things up slightlyDan Winship2001-10-012-0/+14
* copy/rename the mail specific password stuff here.Chris Toshok2001-09-302-0/+391
* Add --no-secmem-warning and --no-greeting to the gpg command-line options.Jeffrey Stedfast2001-09-292-0/+20
* Same here.Jeffrey Stedfast2001-09-283-14/+34
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-289-7/+59
* Oops, a CamelFolder is not a CamelFolderClass.Jeffrey Stedfast2001-09-282-3/+11
* Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can getDan Winship2001-09-282-5/+12
* Grab the store's command_lock before grabbing the folder's cache_lock toDan Winship2001-09-282-2/+29
* Minor style change to operation_registered.Michael Zucci2001-09-271-6/+4
* Dont re-register the connect_op if we got it by calling72001-09-272-4/+12
* Fill the finalised data with nonsense, rather than 0's - more easily72001-09-273-28/+218
* CRLF decode the stream before parsing it into a MIME part. This fixes bugJeffrey Stedfast2001-09-273-3/+35
* Change "gboolean connected" to "CamelServiceConnectionStatus status",Dan Winship2001-09-278-29/+160
* If we get a search error, just abort, dont try and fall back and copy to62001-09-262-22/+63
* New function to convenience Larry ;-) (check_content_id): Oops, returnJeffrey Stedfast2001-09-262-4/+7
* fixed merge conflictsJeffrey Stedfast2001-09-261-1/+0
* New function to convenience Larry ;-)Jeffrey Stedfast2001-09-264-4/+64
* Emptied VeeStorePrivate, member wasn't used.62001-09-264-23/+38
* Fix Ettore's fix.Jeffrey Stedfast2001-09-262-6/+10
* No longer takes a remember argument. (pgp_sign): Only uncache theJeffrey Stedfast2001-09-263-24/+30
* [Patch for Automake 1.5 compatibility pointed out by RichardEttore Perazzoli2001-09-253-13/+12
* Only unref info if we got it.52001-09-252-4/+8
* Fix for !threads enabled not ccompiling. (camel_operation_ref): Assert52001-09-253-159/+166
* call SSL_read/write, looping on SSL_ERROR_WANT_READ/WRITE. I'm sureDan Winship2001-09-252-4/+41
* A "safe write" function that always writes out all data asked of it, till52001-09-252-31/+50
* Set the exception to FOLDER_INVALID rather than making out it worked. A42001-09-252-0/+12
* In the 'lose' case, free messages, not fetch_data twice!42001-09-242-1/+4
* If the type is encoded, get the fallback charset from the message42001-09-2412-140/+190
* fixed compile warningJeffrey Stedfast2001-09-241-3/+2
* Don't even try to alert the user if the session isn't interactive.Jeffrey Stedfast2001-09-233-27/+43
* Set the exception if create_folder isn't implemented.EVOLUTION_0_1412001-09-212-0/+8
* Go back to not using camel_folder_info_build() here because this seems toJeffrey Stedfast2001-09-212-4/+18
* Force a refresh of vfolders before storing their count. This essentially12001-09-214-3/+101
* New function to just load the summary. Not much use yet, until unreadMichael Zucci2001-09-215-1/+96
* Setup unread count properly, and also setup the url properly.Michael Zucci2001-09-214-13/+36
* Build the path on the folderinfo.02001-09-2011-27/+73
* And finally here.Jeffrey Stedfast2001-09-207-27/+108
* Nuke debug warning.Dan Winship2001-09-202-2/+4
* Updated exception strings to be more clear.Jeffrey Stedfast2001-09-203-17/+23
* Oops, don't fail if `data' isn't a CamelService...cuz it's not supposed toJeffrey Stedfast2001-09-192-1/+7
* General cleanup of camel debug printfs.92001-09-1918-40/+76
* s/List-Owner/List-PostJeffrey Stedfast2001-09-181-1/+1
* Match mailing-list header List-Owner.Jeffrey Stedfast2001-09-182-0/+5
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-1824-146/+544
* Virtualize this.Dan Winship2001-09-185-6/+56