aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3/camel-pop3-store.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-650/+0
* Rescue the KPOP code from bit rot.Dan Winship2001-05-021-23/+16
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-6/+4
* Free base_url and storage_path.Dan Winship2001-04-191-2/+13
* Move things around here to make this all work right again (so you don'tDan Winship2001-03-311-47/+28
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-301-0/+3
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+3
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-271-8/+2
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-78/+37
* Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-191-0/+1
* Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-151-2/+2
* Check to see if we are using "pops" and then set the appropriate SSLJeffrey Stedfast2001-03-151-1/+9
* Implement. (get_trash): Implement. (camel_pop3_store_class_init): OverrideJeffrey Stedfast2001-03-081-0/+19
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-101-24/+2
* Changed to push the operation into a status stack.Not Zed2001-02-081-2/+13
* Updated.Jeffrey Stedfast2001-02-061-42/+46
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-20/+4
* Fix the APOP check to not crash on servers that don't return anyDan Winship2000-12-281-7/+9
* Don't g_return_if_fail if the service is already disconnected. JustDan Winship2000-12-021-2/+4
* Unbreak this.Dan Winship2000-11-041-2/+2
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-041-4/+0
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-011-6/+7
* Remove md5-utils.h include since it's not part of Camel any more.Dan Winship2000-10-301-1/+3
* lots of i18n fixesDan Winship2000-10-241-48/+28
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-2/+2
* Remove default_ports.Dan Winship2000-10-031-1/+4
* Make KPOP work again.Dan Winship2000-09-081-1/+2
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-200/+125
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-0/+21
* Fixed a small warning.Christopher James Lahey2000-08-231-3/+3
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-20/+41
* New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-131-105/+101
* Merge with camel-async.Peter Williams2000-08-111-24/+14
* add a debugging macro for doing protocol tracing.Dan Winship2000-08-041-2/+24
* Fix a bug in error-setting code. (pop3_connect): Don't re-prompt forDan Winship2000-07-031-22/+38
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+15
* fix the CAPA-parsing code to not get into an infinite loop.Dan Winship2000-07-021-2/+4
* Changed to keep prompting user for a valid password until it eitherJeffrey Stedfast2000-06-291-71/+98
* Fix dumb bug.Dan Winship2000-06-221-1/+1
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-13/+15
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-32/+25
* Check server for various interesting extensions.Dan Winship2000-06-161-3/+48
* Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK orDan Winship2000-06-101-10/+16
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-3/+3
* Fun with purify.Dan Winship2000-06-021-0/+3
* diff -r1.206 ChangeLogMichael Zucci2000-05-301-1/+0
* (connect_to_server): Remove port number from error message sinceDan Winship2000-05-291-4/+2
* Split apart password and APOP auth, since some servers seem to do both,Dan Winship2000-05-291-122/+146
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-12/+10
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-10/+24
* Make camel not leak like a sieve.Dan Winship2000-05-081-10/+7
* A machine which serves neither POP nor KPOP is not a POP server.Dan Winship2000-05-071-0/+7
* Make this compile again in the !KRB4 caseDan Winship2000-05-051-1/+1
* Don't fall back to plaintext passwords if APOP fails, since it should alsoDan Winship2000-05-051-18/+14
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-8/+125
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-1/+1
* fix various bugs in APOP code (still untested) and some of the errorDan Winship2000-04-111-22/+30
* (pop3_connect): Remember the password after asking for it theDan Winship2000-04-081-17/+12
* Clarify error messages. (finalize): fix a bug in camel_exception usageDan Winship2000-04-081-11/+22
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-071-6/+25
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-6/+3
* Add a htons in the default_number case, and document the fact that theDan Winship2000-03-311-7/+2
* Add htons (port), and only copy 4 bytes for the IP address to prevent aMiguel de Icaza2000-03-301-2/+7
* convenience functions to canonicalize the host and port values of aDan Winship2000-03-291-21/+10
* add delete_message_by_{number,uid}.Dan Winship2000-03-281-5/+123
* keep separate input and output streams so the output doesn't end up beingDan Winship2000-03-281-14/+42
* new routine to free the data allocated by camel_service_query_auth_types.Dan Winship2000-03-281-1/+8
* New function to query a service for the authentication protocols itDan Winship2000-03-231-0/+20
* fix compile errors. duh.Dan Winship2000-03-231-6/+5
* fill this in partially make camel_pop3_command return the text afterDan Winship2000-03-231-18/+56
* some initial bits of the POP3 provider, to make Matt happy. Incomplete,Dan Winship2000-03-221-0/+254