summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* init local exception before doing anything. fixes a crash.Not Zed2003-01-052-0/+6
* spell-checkJeffrey Stedfast2003-01-051-5/+5
* Instead of checking recipients != NULL, check that camel_address_lengthJeffrey Stedfast2003-01-042-2/+9
* commit this tooJeffrey Stedfast2002-12-171-1/+2
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-1720-117/+141
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-174-80/+92
* Detect text/html parts that were marked as text/plain and re-tag them asJeffrey Stedfast2002-12-162-14/+39
* New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-163-0/+32
* #include some headers we had forgotten to add previously, also addedJeffrey Stedfast2002-12-166-1/+455
* Don't apply the CANON_STRIP filter here, since we are verifying whateverJeffrey Stedfast2002-12-162-3/+11
* Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-103-90/+43
* Fixed to not be fooled in the case where the address is followedJeffrey Stedfast2002-12-102-35/+60
* New code to scan for patterns (used only for url pattern matching atm, butJeffrey Stedfast2002-12-094-0/+477
* track changes to api (e_passwords_init is gone, and several functions takeChris Toshok2002-12-092-30/+46
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-0913-449/+608
* Properly handle the case where the namespace is "". Fixes bug #34975Jeffrey Stedfast2002-12-043-5/+14
* Fixed to not get false positives when the token is shorter than the actualJeffrey Stedfast2002-12-032-12/+34
* Use the new camel_operation_cancel_prfd() function to get the cancellationJeffrey Stedfast2002-11-224-20/+201
* If we have a namespace of "", then always match any path.Not Zed2002-11-222-4/+14
* applied plain_signature_fix.patchRadek Doulik2002-11-193-1/+7
* Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)Rodney Dawes2002-11-197-12/+4
* If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-182-20/+73
* add e-password.h (libeutil_la_SOURCES): add e-password.cChris Toshok2002-11-122-96/+58
* Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-113-332/+263
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-116-12/+36
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-1132-255/+404
* constify the content_type.Not Zed2002-11-083-2/+7
* don't #include <gtk/gtk.h>Jeffrey Stedfast2002-11-072-3/+1
* Added.Jeffrey Stedfast2002-11-075-5/+74
* removed gnome-defs.h, it does not exist.Rodrigo Moya2002-11-072-1/+4
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-0510-12/+34
* Removed. Glib2 has this function.Jeffrey Stedfast2002-11-022-12/+3
* Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-022-1/+4
* Use g_path_get_dirname since g_dirname has been deprecated.Jeffrey Stedfast2002-11-022-1/+6
* Set the virtual method pointers to the import/export methods.Jeffrey Stedfast2002-11-015-36/+277
* oops, commit this tooJeffrey Stedfast2002-10-311-0/+1
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-10-3115-119/+64
* Remove a ton of useless snot.Jeffrey Stedfast2002-10-3113-550/+100
* Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set itEVOLUTION_1_2_0EVOLUTION_1_1_90evolution-1-2-recurid-branchJeffrey Stedfast2002-10-282-9/+10
* ** For bug #31647 and bug #31456.Not Zed2002-10-247-87/+215
* Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-223-43/+52
* #include "camel-stream-fs.h" for writing out the certs to diskJeffrey Stedfast2002-10-181-0/+1
* Do the filtering ourselves. This is so a problem like a missing uid (whichNot Zed2002-10-181-3/+41
* If ~/.camel_certs doesn't exist, create it.Jeffrey Stedfast2002-10-182-6/+20
* helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nssNot Zed2002-10-175-93/+381
* No longer takes a path argument. (camel_gpg_context_fianlise): No need toJeffrey Stedfast2002-10-173-32/+25
* If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bugJeffrey Stedfast2002-10-152-8/+15
* If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-092-2/+11
* Fixes bug #31752Jeffrey Stedfast2002-10-073-12/+39
* Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-072-11/+17