aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3
Commit message (Expand)AuthorAgeFilesLines
* 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