aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3
Commit message (Expand)AuthorAgeFilesLines
* New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-131-105/+101
* Merge with camel-async.Peter Williams2000-08-114-62/+40
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-1/+1
* Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-051-2/+2
* add a debugging macro for doing protocol tracing.Dan Winship2000-08-041-2/+24
* Fix Makefile.am booboo.Peter Williams2000-07-281-2/+0
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-252-96/+110
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-9/+1
* 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
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-011-24/+25
* Changed to keep prompting user for a valid password until it eitherJeffrey Stedfast2000-06-292-75/+98
* UpdatedJeffrey Stedfast2000-06-231-1/+6
* 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-163-53/+31
* Check server for various interesting extensions.Dan Winship2000-06-164-38/+190
* Took out the filter code ( we already filter inJeffrey Stedfast2000-06-141-12/+2
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-1/+1
* pop provider now uses the crlf filterJeffrey Stedfast2000-06-131-3/+15
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-131-1/+1
* 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-072-31/+3
* Fun with purify.Dan Winship2000-06-022-0/+4
* diff -r1.206 ChangeLogMichael Zucci2000-05-301-1/+0
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-291-0/+2
* (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-292-123/+148
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-12/+10
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-192-35/+52
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-093-13/+29
* Make camel not leak like a sieve.Dan Winship2000-05-082-10/+8
* 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-042-10/+127
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-1/+1
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-1/+2
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-303-19/+14
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-2/+7
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-2/+1
* No longer call data_wrapper_repository_init.NotZed2000-04-241-2/+2
* kill camel-logDan Winship2000-04-191-1/+0
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-1/+1
* fix various bugs in APOP code (still untested) and some of the errorDan Winship2000-04-111-22/+30
* Clarify what provider.protocol, provider.name, and provider.descriptionDan Winship2000-04-111-3/+8
* (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-283-7/+204
* keep separate input and output streams so the output doesn't end up beingDan Winship2000-03-283-17/+63
* 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-233-14/+18
* fill this in partially make camel_pop3_command return the text afterDan Winship2000-03-236-25/+249
* some initial bits of the POP3 provider, to make Matt happy. Incomplete,Dan Winship2000-03-224-0/+460