aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3/camel-pop3-folder.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-370/+0
* Free base_url and storage_path.Dan Winship2001-04-191-3/+16
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-1/+1
* If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-281-4/+3
* Added #include <config.h>Kjartan Maraas2001-03-171-0/+4
* Changed to push the operation into a status stack.Not Zed2001-02-081-6/+25
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-1/+2
* Don't try to free things if they haven't been set yet.Dan Winship2000-11-291-2/+4
* lots of i18n fixesDan Winship2000-10-241-5/+6
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-2/+0
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-8/+14
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-29/+13
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-10/+22
* Merge with camel-async.Peter Williams2000-08-111-26/+16
* Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-051-2/+2
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-96/+109
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-9/+1
* 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-291-4/+0
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-18/+5
* Check server for various interesting extensions.Dan Winship2000-06-161-32/+138
* 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
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-28/+0
* Fun with purify.Dan Winship2000-06-021-0/+1
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-35/+49
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-2/+3
* Make camel not leak like a sieve.Dan Winship2000-05-081-0/+1
* 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
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-1/+1
* add delete_message_by_{number,uid}.Dan Winship2000-03-281-2/+78
* keep separate input and output streams so the output doesn't end up beingDan Winship2000-03-281-2/+20
* fix compile errors. duh.Dan Winship2000-03-231-7/+13
* fill this in partially make camel_pop3_command return the text afterDan Winship2000-03-231-0/+156