| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
| * | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
| * | replace the ever-growing list of gbooleans with a single guint32 for | Dan Winship | 2001-10-09 | 1 | -14/+1 |
| * | if STAT returns 0, don't bother sending UIDL. Speeds things up slightly | Dan Winship | 2001-10-01 | 1 | -0/+7 |
| * | Fix this to always set an exception if it returns POP3_FAIL, as | Dan Winship | 2001-09-07 | 1 | -5/+3 |
| * | Set an exception on POP3_FAIL as well. | Jeffrey Stedfast | 2001-09-07 | 1 | -3/+5 |
| * | Add progress reporting to deleting messages. Dont change the calculation | Not Zed | 2001-08-29 | 1 | -2/+9 |
| * | oops, don't need that extra statement | Jeffrey Stedfast | 2001-08-23 | 1 | -3/+0 |
| * | Oops. Fixed a mis-use of GPtrArray. If we set_size, then using | Jeffrey Stedfast | 2001-08-23 | 1 | -2/+4 |
| * | Make sure the generated UID is non-NULL before appending it to the array | Jeffrey Stedfast | 2001-08-20 | 1 | -5/+2 |
| * | Set the total bytes expected to 0 if the response is empty too. | Jeffrey Stedfast | 2001-08-11 | 1 | -3/+4 |
| * | Set the total bytes expected to 0 if the response is empty too. | Jeffrey Stedfast | 2001-08-11 | 1 | -1/+1 |
| * | Modify to take a headers_only argument which will then only fetch message | Jeffrey Stedfast | 2001-08-07 | 1 | -9/+7 |
| * | New internal function to get a message stream by message sequence id (so | Jeffrey Stedfast | 2001-08-07 | 1 | -68/+119 |
| * | Don't strstr for noselect=yes, that's just plain broken. | Jeffrey Stedfast | 2001-08-07 | 1 | -14/+13 |
| * | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
| * | Free base_url and storage_path. | Dan Winship | 2001-04-19 | 1 | -3/+16 |
| * | merge from evolution-0-10-branch to evolution-0-10-merge-0 | Not Zed | 2001-04-05 | 1 | -1/+1 |
| * | If we aren't going to even check the resp/free buffer that gets returned | Jeffrey Stedfast | 2001-03-28 | 1 | -4/+3 |
| * | Added #include <config.h> | Kjartan Maraas | 2001-03-17 | 1 | -0/+4 |
| * | Changed to push the operation into a status stack. | Not Zed | 2001-02-08 | 1 | -6/+25 |
| * | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -1/+2 |
| * | Don't try to free things if they haven't been set yet. | Dan Winship | 2000-11-29 | 1 | -2/+4 |
| * | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -5/+6 |
| * | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 1 | -2/+0 |
| * | Removed (camel_folder_init, camel_folder_construct): New object init | Dan Winship | 2000-09-20 | 1 | -8/+14 |
| * | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 1 | -29/+13 |
| * | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -10/+22 |
| * | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -26/+16 |
| * | Indexes into the flags array are message_number minus 1, not just | Dan Winship | 2000-08-05 | 1 | -2/+2 |
| * | Remove exceptions from a number of methods that work on what ought to be | Dan Winship | 2000-07-25 | 1 | -96/+109 |
| * | Useful default implementations for free_{uids,subfolder_names,summary}. | Dan Winship | 2000-07-13 | 1 | -9/+1 |
| * | Renamed _by_uid methods. Since we no longer have get-by-number methods, no | Jeffrey Stedfast | 2000-07-01 | 1 | -24/+25 |
| * | Changed to keep prompting user for a valid password until it either | Jeffrey Stedfast | 2000-06-29 | 1 | -4/+0 |
| * | Kill. Folders are now always open, and handle "closing" sorts of | Dan Winship | 2000-06-16 | 1 | -18/+5 |
| * | Check server for various interesting extensions. | Dan Winship | 2000-06-16 | 1 | -32/+138 |
| * | Took out the filter code ( we already filter in | Jeffrey Stedfast | 2000-06-14 | 1 | -12/+2 |
| * | Updated: a separator is now a char* rather than a single char because IMAP | Jeffrey Stedfast | 2000-06-14 | 1 | -1/+1 |
| * | pop provider now uses the crlf filter | Jeffrey Stedfast | 2000-06-13 | 1 | -3/+15 |
| * | Remove exists, create, delete. A CamelFolder now always references an | Dan Winship | 2000-06-07 | 1 | -28/+0 |
| * | Fun with purify. | Dan Winship | 2000-06-02 | 1 | -0/+1 |
| * | remove message_number_capability and require uid capatibility. | Dan Winship | 2000-05-19 | 1 | -35/+49 |
| * | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -2/+3 |
| * | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -0/+1 |
| * | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -2/+1 |
| * | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -2/+2 |
| * | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 1 | -1/+1 |
| * | add delete_message_by_{number,uid}. | Dan Winship | 2000-03-28 | 1 | -2/+78 |
| * | keep separate input and output streams so the output doesn't end up being | Dan Winship | 2000-03-28 | 1 | -2/+20 |
| * | fix compile errors. duh. | Dan Winship | 2000-03-23 | 1 | -7/+13 |
| * | fill this in partially make camel_pop3_command return the text after | Dan Winship | 2000-03-23 | 1 | -0/+156 |