2000-07-01 |
Dan Winship | New method, to return an end-user-friendly name corresp... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Dan Winship | remove unneeded libcamelimap_la_LDADD. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Dan Winship | fix the CAPA-parsing code to not get into an infinite... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Jeffrey Stedfast | Fixed the bug that would sometimes leave part of the... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Jeffrey Stedfast | Renamed _by_uid methods. Since we no longer have get... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Jeffrey Stedfast | New function, to copy a message from one folder to... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Jeffrey Stedfast | Utilities for parsing broken date strings. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeffrey Stedfast | providers/imap/camel-imap-folder.c: added move_message_to() |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeffrey Stedfast | oops, forgot I had blocked that code from running :) |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeffrey Stedfast | Wrote some code to try and un-mangle broken date format... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Dan Winship | New function, to move a message from one folder to... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Jeffrey Stedfast | imap_expunge should now give more meaningful errors |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Jeffrey Stedfast | Changed to keep prompting user for a valid password... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Jeffrey Stedfast | General cleanup (camel_mbox_summary_sync): Fixed a... |
commit | commitdiff | tree | snapshot |
2000-06-27 |
Jeffrey Stedfast | Move the CAPABILITY command here so we don't have to... |
commit | commitdiff | tree | snapshot |
2000-06-27 |
Christopher... | Don't close the filter stream when done with it (this... |
commit | commitdiff | tree | snapshot |
2000-06-27 |
Michael Zucchi | Make header search 'to' match 'to', and not 'from'... |
commit | commitdiff | tree | snapshot |
2000-06-27 |
Christopher... | Calculate height including if clip_height is set to -1. |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Jeffrey Stedfast | providers/imap/camel-imap-[store,folder].c: Improved... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Chris Toshok | forgot this changelog entry last night. |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Jeffrey Stedfast | Oops. Now appends the namespace to the folder before... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Chris Toshok | ignore test-newsrc |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Jeffrey Stedfast | Updated |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Jeffrey Stedfast | Modified to use the "namespace" (url->path) if it exists. |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Dan Winship | Fix dumb bug. |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Jeffrey Stedfast | IMAP is working! (sorta) |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Peter Williams | When determining a mailboxe's folder_file_path et aluse... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Dan Winship | Set date_received based on the first (most recent)... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Dan Winship | flush the filter stream before unreffing it, so it... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeffrey Stedfast | now parses flags gotten from the IMAP server correctly |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeffrey Stedfast | Implemented. (imap_sync): Added code to set flags on... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeffrey Stedfast | Only fetch the summary if the folder summary doesn... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Dan Winship | mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeffrey Stedfast | Now returns the last line of data that the server sends... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeffrey Stedfast | basically got IMAP into the tree view |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Jeffrey Stedfast | Set summary equal to NULL. (imap_get_summary): Store... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Peter Williams | Read the full server reply when we SELECT mailboxes. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Jeffrey Stedfast | Now gets the message flags as it should. (imap_get_summ... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Jeffrey Stedfast | We were leaking memory - but not anymore! (imap_get_sum... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Dan Winship | Don't copy newlines into the parsed header text, and... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Jeffrey Stedfast | camel/providers/imap/camel-imap-folder.c: CAPABILITY... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Dan Winship | Add some debugging printfs when rebulding summary to... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Jeffrey Stedfast | removed imap.c/h from providers/imap |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Jeffrey Stedfast | Added code to expunge if called for (still need to... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Dan Winship | Move flag handling from CamelMimeMessage to CamelFolde... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Dan Winship | KLUDGE! Since neither ETable nor GtkHTML supports UTF... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Dan Winship | document camel_folder_search_by_expression |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Jeffrey Stedfast | Started to code the imap summary stuff |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Dan Winship | Remove camel_service_connect_with_url. (URLs must be... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Dan Winship | Kill. Folders are now always open, and handle "closing... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Dan Winship | fix a bug. (don't expunge deleted messages if called... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Dan Winship | Check server for various interesting extensions. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Dan Winship | Fix to previous change: make sure the "seek" variable... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Jeffrey Stedfast | IMAP will now allow you to login, and on some IMAP... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Jeffrey Stedfast | Updated: a separator is now a char* rather than a singl... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Jeffrey Stedfast | IMAP will now allow you to login, and on some IMAP... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Dan Winship | if the mbox doesn't end with a '\n', write one before... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Jeffrey Stedfast | updated the crlf filter: |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Jeffrey Stedfast | Took out the filter code ( we already filter in |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Jeffrey Stedfast | Updated: a separator is now a char* rather than a singl... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Dan Winship | Renamed from camel_mbox_summary_expunge. Takes a gboole... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Jeffrey Stedfast | IMAP will now allow you to login, and on some IMAP... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Jeffrey Stedfast | implemented a temp hack for the imap fetch by uid code |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeffrey Stedfast | Took out the filter code ( we already filter in |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeffrey Stedfast | Updated: a separator is now a char* rather than a singl... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeffrey Stedfast | pop provider now uses the crlf filter |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeffrey Stedfast | updated the crlf filter: |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeffrey Stedfast | pop provider now uses the crlf filter |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeffrey Stedfast | Removed the camel-mime-filter-smtp.h entry from Makefil... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Jeffrey Stedfast | Deprecated. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Dan Winship | don't pass a second (incorrect) -rpath in addition... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Dan Winship | New filter to do CRLF<->LF conversion. (Currently only... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Dan Winship | Add another argument, "mode", which can be CAMEL_AUTHEN... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Jeffrey Stedfast | Updated to reflect changes made in camel-imap-store.c |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Jeffrey Stedfast | Will now always send EHLO first, if that fails it will... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Michael Zucci | Initial datawrapper diagram. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Michael Zucci | Parser state diagram. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeffrey Stedfast | providers/imap/camel-imap-summary.c now builds |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeffrey Stedfast | Added rules to build camel-imap-stream |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Not Zed | Properly dereference warning/debug messages. (header_re... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeffrey Stedfast | moved camel-imap-stream.* to providers/imap |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Dan Winship | Remove exists, create, delete. A CamelFolder now always... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeffrey Stedfast | Updated: a separator is now a char* rather than a singl... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Dan Winship | Remove exists, create, delete. A CamelFolder now always... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Dan Winship | if the mbox doesn't end with a '\n', write one before... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jeffrey Stedfast | Updated: a separator is now a char* rather than a singl... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Dan Winship | Renamed from camel_mbox_summary_expunge. Takes a gboole... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Dan Winship | Remove exists, create, delete. A CamelFolder now always... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeffrey Stedfast | Changed the read and write method prototypes to return... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jeffrey Stedfast | worked on getting providers/imap/* to build cleanly... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Dan Winship | fix typo/braino (set "Content-Disposition", not "Conten... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Not Zed | Ick, damn signs! Fix a bug with sign extended bytes. |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jeffrey Stedfast | Jeffrey Stedfast <fejj@helixcode.com> |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Christopher... | Don't ref the services in the cache. |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jeffrey Stedfast | moved some debug print statements to better locations |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Not Zed | If we get a funny result, just throw it out. Basically... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Christopher... | Ref and unref objects in the service cache properly. |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Dan Winship | Fun with purify. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Not Zed | Fixes Bug 192. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Not Zed | Init filter_from to NULL, for exception case. (mbox_get... |
commit | commitdiff | tree | snapshot |
next |