summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set.EVOLUTION_1_3_2Jeffrey Stedfast2003-04-102-1/+8
* filter data test cases.Not Zed2003-04-109-17/+205
* Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8,Jeffrey Stedfast2003-04-092-113/+92
* Changed my mind a bit on how I wanted this to work. Instead of aborting onJeffrey Stedfast2003-04-092-29/+45
* Save the content size in a temp variable until after we've successfullyJeffrey Stedfast2003-04-092-1/+19
* New function to get the UTF-8 version of the diagnostics (if the localeJeffrey Stedfast2003-04-092-3/+81
* NULL-protect the to/from charsets in the g_warning call.Jeffrey Stedfast2003-04-092-1/+9
* Fixes for bug #40778. Probably others as well.Jeffrey Stedfast2003-04-092-122/+225
* Make sure host->h_name is not an empty string too? Apparently for one userJeffrey Stedfast2003-04-082-1/+6
* If store->engine->line is NULL, use _("Unknown error") as the error stringJeffrey Stedfast2003-04-082-4/+12
* use g_strerror, and use errno directly rather than ferrno().Not Zed2003-04-082-1/+8
* Disable debug printf'sJeffrey Stedfast2003-04-072-1/+5
* (e_passwords_remember_password): Removed debuggingEttore Perazzoli2003-04-061-2/+0
* Delete all Passwords-* sections. Should make this work.Not Zed2003-04-021-1/+15
* If we are using the heimdal krb5 implementation, don't free outbuf ever.Jeffrey Stedfast2003-04-012-0/+16
* Use strncasecmp for matching the nofill and /nofill tags. Also fixed toJeffrey Stedfast2003-03-312-41/+243
* remove unused var.Not Zed2003-03-2816-37/+67
* Get rid of debug printf's that are no longer needed. In the case ofJeffrey Stedfast2003-03-272-9/+8
* When we remove a node from the list, make sure to g_list_free_1().Jeffrey Stedfast2003-03-272-1/+15
* Like camel_url_encode, but works directly on an existing GString.Dan Winship2003-03-276-79/+117
* Do a more thorough check for html marked as text/plain. Check that theNot Zed2003-03-272-2/+11
* Pass in the addresses of the second args to the delete/release functions.Jeffrey Stedfast2003-03-262-81/+81
* Ignore whether or not the bag is currently reserved. We'll miss the newNot Zed2003-03-262-17/+8
* Don't use setv when we don't need the stdarg interface.Jeffrey Stedfast2003-03-252-5/+13
* This expression can never return an array. We must always return a stringJeffrey Stedfast2003-03-242-16/+16
* removed invisible 8bit charsJeffrey Stedfast2003-03-241-1/+1
* camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server  Timo Sirainen 2003-03-242-2/+10
* Camel part of the fix for Lewing's bug #39204. Second half of the patchJeffrey Stedfast2003-03-212-8/+39
* continue reading the cert file until we've read it all or get a non-EINTRJeffrey Stedfast2003-03-212-7/+25
* #include <com_err.h> instead of #include <et/com_err.h>Jeffrey Stedfast2003-03-212-1/+6
* Plug in GSSAPI support.Jeffrey Stedfast2003-03-205-28/+69
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-2011-98/+120
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-173-15/+20
* Use header_contentid_decode() as this new function should be safer thanEVOLUTION_1_2_3Jeffrey Stedfast2003-03-144-15/+82
* Don't add bogus uids to the uid array. Might fix bug #38868 (it's the onlyJeffrey Stedfast2003-03-132-8/+14
* removed, it was double-freeing the key. (save_object): Just save theNot Zed2003-03-122-11/+21
* added a commentJeffrey Stedfast2003-03-101-0/+2
* Doh! If inptr == pos + 1, then return FALSE (before it was checking forJeffrey Stedfast2003-03-092-1/+7
* handle a null return from search_by_expression, for bug #33786.Not Zed2003-03-072-9/+17
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-0610-282/+366
* Same as below.Jeffrey Stedfast2003-03-063-2/+9
* Get rid of the const return - it mismatches the prototype and we don'tJeffrey Stedfast2003-03-062-1/+7
* Fixes for bug #39170Jeffrey Stedfast2003-03-064-4/+17
* Fixes for bug #39168Jeffrey Stedfast2003-03-0610-46/+43
* s/class/klass in one place so that the header is c++-safe.EVOLUTION_1_3_1evolution-1-3-1-branchJeffrey Stedfast2003-03-042-1/+6
* Updated to use the new API from a fe commits ago for the NSS stream. ThisJeffrey Stedfast2003-03-037-4/+434
* Do similar folder != NULL checking as for delete_folder before passing aNot Zed2003-03-032-3/+10
* Same as IMAP and POP.Jeffrey Stedfast2003-02-287-17/+71
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-273-5/+40
* Undo jeff's changes.Not Zed2003-02-273-5/+20