aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3/camel-pop3-folder.c
Commit message (Expand)AuthorAgeFilesLines
* Free the LIST pop3 command.Jeffrey Stedfast2002-04-201-2/+4
* Temporarily disable indexing.Not Zed2002-04-021-3/+13
* Changed name from "NT Login" to simply "Login".Not Zed2002-01-301-238/+380
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-091-14/+1
* if STAT returns 0, don't bother sending UIDL. Speeds things up slightlyDan Winship2001-10-011-0/+7
* Fix this to always set an exception if it returns POP3_FAIL, asDan Winship2001-09-071-5/+3
* Set an exception on POP3_FAIL as well.Jeffrey Stedfast2001-09-071-3/+5
* Add progress reporting to deleting messages. Dont change the calculationNot Zed2001-08-291-2/+9
* oops, don't need that extra statementJeffrey Stedfast2001-08-231-3/+0
* Oops. Fixed a mis-use of GPtrArray. If we set_size, then usingJeffrey Stedfast2001-08-231-2/+4
* Make sure the generated UID is non-NULL before appending it to the arrayJeffrey Stedfast2001-08-201-5/+2
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-111-3/+4
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-111-1/+1
* Modify to take a headers_only argument which will then only fetch messageJeffrey Stedfast2001-08-071-9/+7
* New internal function to get a message stream by message sequence id (soJeffrey Stedfast2001-08-071-68/+119
* Don't strstr for noselect=yes, that's just plain broken.Jeffrey Stedfast2001-08-071-14/+13
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* 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