summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned ints.EVOLUTION_0_10evolution-0-10-branchNot Zed2001-04-203-10/+24
* pull up more memory leak fixesDan Winship2001-04-185-5/+54
* Ahem. Complete the previous fix.Ettore Perazzoli2001-04-171-3/+3
* Fix the merge from the trunk by s/imap_store/store/ appropriately.Ettore Perazzoli2001-04-172-1/+6
* pull up a bunch more memleak fixesDan Winship2001-04-177-12/+46
* Don't we want to tell where we are by using the start of the message? IJeffrey Stedfast2001-04-162-4/+13
* Add `$(EXTRA_GNOME_CFLAGS)' to the INCLUDES for the all the providersEttore Perazzoli2001-04-166-1/+21
* Add `$(EXTRA_GNOME_CFLAGS)' to the INCLUDES for the SMTP/IMAP providersEttore Perazzoli2001-04-163-2/+6
* Add `$(EXTRA_GNOME_LIBS)' to the INCLUDES for the SMTP provider as weEttore Perazzoli2001-04-162-0/+6
* fix memleaksDan Winship2001-04-123-0/+8
* pull up IMAP crash fix from peterwDan Winship2001-04-112-1/+6
* Ignore whitespace between encoded words (there were a few cases where itevolution-0-10-merge-0Jeffrey Stedfast2001-04-042-135/+222
* Added #include <config.h>. Marked a bunch of strings for translation.Kjartan Maraas2001-04-039-28/+62
* pull up imap_sync and imap_get_message fixesDan Winship2001-04-032-4/+26
* Don't blindly append "/INBOX", construct a CamelURL and set the path thatJeffrey Stedfast2001-04-012-8/+44
* change stamp to unsigned to avoid overflow. (camel_operation_end):Not Zed2001-03-312-5/+14
* Change the pop download into a transient event.Not Zed2001-03-315-24/+170
* fix pop3 query_auth_typesDan Winship2001-03-302-47/+35
* pull up changes from mainline (camel_url_to_string change)Dan Winship2001-03-306-24/+38
* New class for PGP encrypting, decrypting, signing and verifying. Next I'llJeffrey Stedfast2001-03-293-0/+1603
* Optimise the match "" case, just match everything in the folder (if weNot Zed2001-03-292-2/+14
* (vee_expunge): Oops, call the class sync, not superclass sync.Michael Zucci2001-03-292-1/+4
* Access the folder directly from the message info.Not Zed2001-03-294-105/+139
* Add the port (if user defined) to the path to fix bug #1996.Jeffrey Stedfast2001-03-282-0/+13
* If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-273-5/+15
* Unref the html filter when done. (summary_build_content_info): DisableNot Zed2001-03-272-5/+16
* Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixesNot Zed2001-03-272-1/+6
* add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-277-11/+23
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-2715-162/+242
* Fix parsing of params. (output_param): And unparsing...Dan Winship2001-03-271-2/+7
* Rewrite to use imap_store->namespace, not service->url->pathDan Winship2001-03-271-8/+12
* Move all of the camel_vee_folder_construct() internals here.Jeffrey Stedfast2001-03-272-5/+34
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-2710-183/+396
* Added folder_created event here.Not Zed2001-03-267-610/+668
* When writing the last token (if not rfc2047 encoded), don't useJeffrey Stedfast2001-03-262-1/+5
* Don't spew a warning if the message-id wasn't set by the application, notJeffrey Stedfast2001-03-262-10/+12
* Rename this from "PLAIN" to "Password": there's no reason the user needsDan Winship2001-03-261-2/+2
* keep a reference on the store's current_folder.Dan Winship2001-03-263-2/+17
* Add missing accessor.Dan Winship2001-03-263-0/+10
* New. Return the provider for a URL.Dan Winship2001-03-263-18/+71
* eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-254-13/+10
* New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-259-199/+523
* Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-252-4/+13
* Do charset conversion on the username param here if needed.Jeffrey Stedfast2001-03-252-4/+49
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-234-1/+24
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-225-85/+141
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-2115-282/+257
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-216-30/+63
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-209-190/+451
* Added $(EXTRA_GNOME_CFLAGS)Christopher James Lahey2001-03-202-0/+5