| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the mime parser a bit less reckless. More reckful? | Matthew Loper | 2000-07-27 | 3 | -3/+13 |
* | routine to call an external movemail program. (camel_movemail): Nuke | Dan Winship | 2000-07-27 | 3 | -48/+141 |
* | Should now always prepend a '/' before the path if it doesn't already | Jeffrey Stedfast | 2000-07-26 | 2 | -14/+19 |
* | Fixed a few compiler warnings | Jeffrey Stedfast | 2000-07-26 | 2 | -2/+6 |
* | Fixed the real problem that Peter was running into. | Jeffrey Stedfast | 2000-07-26 | 2 | -21/+29 |
* | Don't add a Mime-Version header to a message that already has one. | Dan Winship | 2000-07-26 | 3 | -5/+14 |
* | IMAP expunge crash prevention... still not right... | Peter Williams | 2000-07-26 | 2 | -0/+8 |
* | Optimized to try and get the new message headers without reloading the | Jeffrey Stedfast | 2000-07-25 | 4 | -87/+81 |
* | Updated to give special attention to the root folder. | Jeffrey Stedfast | 2000-07-25 | 4 | -24/+50 |
* | Remove exceptions from a number of methods that work on what ought to be | Dan Winship | 2000-07-25 | 9 | -471/+318 |
* | Updated to port easily to the new Camel API (imap_init): Don't SELECT | Jeffrey Stedfast | 2000-07-25 | 2 | -36/+34 |
* | Initialize the summary and subfolder listing. (imap_summary_free): Now | Jeffrey Stedfast | 2000-07-25 | 5 | -103/+194 |
* | Remove camel_folder_get_message_uid, which was not used, and not | Dan Winship | 2000-07-24 | 4 | -54/+6 |
* | Bye bye bye. | Dan Winship | 2000-07-24 | 7 | -1536/+7 |
* | Made it a little more forgiving. Also set current_folder to NULL as there | Jeffrey Stedfast | 2000-07-24 | 4 | -107/+159 |
* | Clear CamelExceptions when appropriate (eg when folder is marked as | Jeffrey Stedfast | 2000-07-23 | 3 | -40/+57 |
* | Updated to not strip out subfolders that are marked as \NoSelect because | Jeffrey Stedfast | 2000-07-22 | 3 | -7/+61 |
* | Updated with some of the same fixes I've made to camel-imap-folder.c like | Jeffrey Stedfast | 2000-07-22 | 2 | -3/+7 |
* | Rewrote the code to check for "* %d RECENT". Still needs to be modified, | Jeffrey Stedfast | 2000-07-22 | 2 | -7/+17 |
* | Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UID | Jeffrey Stedfast | 2000-07-20 | 2 | -2/+8 |
* | General cleanup working towards getting Actions->Expunge working | Jeffrey Stedfast | 2000-07-20 | 3 | -96/+61 |
* | If the folder's message count is not the same as the number of summaries, | Jeffrey Stedfast | 2000-07-20 | 2 | -9/+26 |
* | Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info): | Jeffrey Stedfast | 2000-07-19 | 2 | -50/+115 |
* | Added in imap_[g,s]et_message_user_flag() methods | Jeffrey Stedfast | 2000-07-19 | 3 | -28/+45 |
* | Send a "LOGOUT" command. | Jeffrey Stedfast | 2000-07-18 | 3 | -4/+21 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 2 | -3/+4 |
* | oops, s/status/s in imap_sync() | Jeffrey Stedfast | 2000-07-18 | 1 | -2/+2 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 2 | -3/+3 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 2 | -6/+13 |
* | minor fixes that came up when building with gcc -ansi -pedantic | Jeffrey Stedfast | 2000-07-17 | 1 | -4/+4 |
* | All SELECT calls now pass a NULL folder argument to | Jeffrey Stedfast | 2000-07-17 | 2 | -5/+8 |
* | All SELECT calls now pass a NULL folder argument to | Jeffrey Stedfast | 2000-07-17 | 3 | -24/+60 |
* | One last fix to get rid of hard-coded "/" directory separators | Jeffrey Stedfast | 2000-07-15 | 2 | -1/+9 |
* | Oops, minor fix to make any dir_sep work. | Jeffrey Stedfast | 2000-07-15 | 1 | -2/+2 |
* | New convenience function to unquote a string if it's encapsulated by "'s | Jeffrey Stedfast | 2000-07-15 | 6 | -27/+138 |
* | If the summary is for a smaller mbox, and rebuilding from the last-known | Dan Winship | 2000-07-14 | 2 | -8/+15 |
* | If a SELECT fails, set imap_store->current_folder to NULL so a SELECT is | Jeffrey Stedfast | 2000-07-14 | 3 | -49/+28 |
* | Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and | Jeffrey Stedfast | 2000-07-14 | 4 | -20/+26 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 3 | -15/+30 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 2 | -0/+12 |
* | define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_* | Dan Winship | 2000-07-14 | 3 | -6/+31 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 2 | -0/+4 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 2 | -166/+119 |
* | Don't fetch the entire RFC822 header, just fetch the fields we want. | Jeffrey Stedfast | 2000-07-13 | 2 | -4/+13 |
* | Remove some text cruft i was using for testing. | Michael Zucci | 2000-07-13 | 1 | -2/+1 |
* | Reset filter on setup. (reset): When resetting qp encoding, set the state | Not Zed | 2000-07-13 | 3 | -24/+96 |
* | Oops, missed a source file. | Jeffrey Stedfast | 2000-07-13 | 1 | -1/+3 |
* | Chris forgot to add #include <e-util/e-util.h> to the source files | Jeffrey Stedfast | 2000-07-13 | 6 | -32/+8 |
* | Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST in | Jeffrey Stedfast | 2000-07-13 | 5 | -11/+44 |
* | From addressbook/ChangeLog: | Christopher James Lahey | 2000-07-13 | 5 | -28/+13 |
* | get the article num out of our uid and mark it read in the newsrc. | Chris Toshok | 2000-07-13 | 4 | -41/+56 |
* | Useful default implementations for free_{uids,subfolder_names,summary}. | Dan Winship | 2000-07-13 | 8 | -66/+90 |
* | Solaris fixes: make sure not to pass NULL to printf's %s | Matthew Loper | 2000-07-13 | 2 | -2/+11 |
* | Use mbox_set_message_flags () instead of setting the flags by hand. This | Jeffrey Stedfast | 2000-07-13 | 4 | -23/+23 |
* | don't add test-newsrc to the build since it needs libcamel (which isn't | Chris Toshok | 2000-07-13 | 5 | -179/+244 |
* | Fix bug #378: last displayed message is still shown in an empty folder | Peter Williams | 2000-07-13 | 2 | -1/+7 |
* | Fix bug #394: Refiling messages does not update the view | Peter Williams | 2000-07-12 | 2 | -0/+16 |
* | Use size_t and ssize_t for read/write methods | Jeffrey Stedfast | 2000-07-12 | 3 | -14/+14 |
* | Updated to emit the message_changed signal. (imap_delete_message): Updated | Jeffrey Stedfast | 2000-07-12 | 3 | -8/+54 |
* | fix %08x to %04x | Jeffrey Stedfast | 2000-07-12 | 1 | -1/+1 |
* | Now takes a flags argument to specify the flags to be set on the message | Jeffrey Stedfast | 2000-07-12 | 5 | -16/+46 |
* | This shouldn't return NULL, it should return g_ptr_array_new () so the | Jeffrey Stedfast | 2000-07-12 | 2 | -1/+7 |
* | Oops, an unsigned integer can never be < 0 | Jeffrey Stedfast | 2000-07-11 | 2 | -1/+6 |
* | Initialize a variable to make this not crash again. And fix a bug so it | Dan Winship | 2000-07-11 | 2 | -2/+8 |
* | Cleaned up a bunch of compile warnings | Jeffrey Stedfast | 2000-07-11 | 2 | -12/+23 |
* | kill more debugging messages | Dan Winship | 2000-07-11 | 3 | -22/+4 |
* | Implemented. | Jeffrey Stedfast | 2000-07-10 | 6 | -0/+124 |
* | New function to copy a header_references structure. | Dan Winship | 2000-07-10 | 6 | -81/+145 |
* | Update to reflect past changes in the Camel API. Use gtk macro casts | Jeffrey Stedfast | 2000-07-09 | 8 | -74/+101 |
* | updated ChangeLog | Jeffrey Stedfast | 2000-07-08 | 1 | -0/+6 |
* | Don't cache the exact server response, only cache the important data (aka | Jeffrey Stedfast | 2000-07-08 | 1 | -4/+30 |
* | Work around In-Reply-To's with unquoted punctuation. So many broken | Dan Winship | 2000-07-08 | 2 | -1/+4 |
* | Make this return a GPtrArray rather than a GList. | Dan Winship | 2000-07-08 | 8 | -26/+37 |
* | Fixed the parser to actually work | Jeffrey Stedfast | 2000-07-08 | 2 | -14/+17 |
* | Make this deal with the full RFC822 References/In-Reply-To format rather | Dan Winship | 2000-07-07 | 2 | -12/+25 |
* | Parse for more header information to allow message threading in IMAP. | Jeffrey Stedfast | 2000-07-07 | 4 | -35/+178 |
* | Oops. Don't pass port # as a string in the error code (if it fails to | Jeffrey Stedfast | 2000-07-06 | 2 | -4/+8 |
* | Changed over to camel_imap_command_extended as that was the source of the | Jeffrey Stedfast | 2000-07-06 | 2 | -10/+14 |
* | make header matching case-insensitive | Dan Winship | 2000-07-06 | 2 | -1/+5 |
* | remove some non-error case debugging messages. | Dan Winship | 2000-07-06 | 5 | -35/+10 |
* | Suppress debugging messages from the mbox provider. | Ettore Perazzoli | 2000-07-06 | 2 | -1/+11 |
* | added #include <glib.h> to camel-mime-utils.h | Jeffrey Stedfast | 2000-07-06 | 1 | -0/+1 |
* | Added prototype for uudecode_step | Jeffrey Stedfast | 2000-07-06 | 3 | -3/+11 |
* | Fix the "clashing UIDs are not updated on disk" problem by syncing | Ettore Perazzoli | 2000-07-06 | 4 | -18/+23 |
* | Add "Cc" to summary and bump summary version number. | Dan Winship | 2000-07-06 | 4 | -2/+18 |
* | Centralize creation of new UIDs for the summary. | Ettore Perazzoli | 2000-07-04 | 3 | -3/+19 |
* | Get rid of unused function `camel_folder_summary_set_uid()'. | Ettore Perazzoli | 2000-07-04 | 3 | -8/+4 |
* | Parse In-Reply-To with header_references_decode, not header_msgid_decode. | Dan Winship | 2000-07-03 | 3 | -8/+10 |
* | Fix a bug in error-setting code. (pop3_connect): Don't re-prompt for | Dan Winship | 2000-07-03 | 2 | -22/+48 |
* | add this, which was missing from ChangeLog in the previous commit: | Dan Winship | 2000-07-03 | 1 | -0/+1 |
* | New functions to freeze and thaw a folder (to prevent message/folder | Dan Winship | 2000-07-03 | 4 | -16/+171 |
* | A rather complex uudecoder written in the spirit of Zucchi-ness, is it up | Jeffrey Stedfast | 2000-07-02 | 2 | -0/+111 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 9 | -2/+128 |
* | remove unneeded libcamelimap_la_LDADD. | Dan Winship | 2000-07-02 | 2 | -3/+3 |
* | fix the CAPA-parsing code to not get into an infinite loop. | Dan Winship | 2000-07-02 | 2 | -2/+9 |
* | Fixed the bug that would sometimes leave part of the server response | Jeffrey Stedfast | 2000-07-02 | 2 | -7/+20 |
* | Renamed _by_uid methods. Since we no longer have get-by-number methods, no | Jeffrey Stedfast | 2000-07-01 | 7 | -105/+120 |
* | New function, to copy a message from one folder to another. The default | Jeffrey Stedfast | 2000-07-01 | 4 | -15/+99 |
* | Utilities for parsing broken date strings. | Jeffrey Stedfast | 2000-07-01 | 6 | -290/+367 |
* | providers/imap/camel-imap-folder.c: added move_message_to() | Jeffrey Stedfast | 2000-07-01 | 2 | -0/+44 |
* | oops, forgot I had blocked that code from running :) | Jeffrey Stedfast | 2000-07-01 | 1 | -2/+2 |
* | Wrote some code to try and un-mangle broken date formats and then parse | Jeffrey Stedfast | 2000-07-01 | 2 | -12/+320 |
* | New function, to move a message from one folder to another. The default | Dan Winship | 2000-07-01 | 3 | -2/+75 |
* | imap_expunge should now give more meaningful errors | Jeffrey Stedfast | 2000-06-30 | 2 | -2/+7 |
* | Changed to keep prompting user for a valid password until it either | Jeffrey Stedfast | 2000-06-29 | 4 | -122/+185 |
* | General cleanup (camel_mbox_summary_sync): Fixed a memory leak and added | Jeffrey Stedfast | 2000-06-29 | 5 | -327/+403 |
* | Move the CAPABILITY command here so we don't have to keep checking each | Jeffrey Stedfast | 2000-06-28 | 5 | -59/+65 |
* | Don't close the filter stream when done with it (this causes the source | Christopher James Lahey | 2000-06-28 | 2 | -1/+7 |
* | Make header search 'to' match 'to', and not 'from', small typo, fixes | Michael Zucchi | 2000-06-27 | 2 | -1/+6 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 2 | -4/+18 |
* | providers/imap/camel-imap-[store,folder].c: Improved folder parsing | Jeffrey Stedfast | 2000-06-24 | 3 | -7/+17 |
* | forgot this changelog entry last night. | Chris Toshok | 2000-06-24 | 1 | -0/+26 |
* | Oops. Now appends the namespace to the folder before querying for the | Jeffrey Stedfast | 2000-06-23 | 3 | -52/+48 |
* | ignore test-newsrc | Chris Toshok | 2000-06-23 | 10 | -472/+840 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 16 | -96/+254 |
* | Modified to use the "namespace" (url->path) if it exists. | Jeffrey Stedfast | 2000-06-22 | 4 | -33/+47 |
* | Fix dumb bug. | Dan Winship | 2000-06-22 | 2 | -1/+6 |
* | IMAP is working! (sorta) | Jeffrey Stedfast | 2000-06-22 | 2 | -7/+127 |
* | When determining a mailboxe's folder_file_path et aluse its basename to preve... | Peter Williams | 2000-06-22 | 2 | -4/+11 |
* | Set date_received based on the first (most recent) "Received" header. | Dan Winship | 2000-06-22 | 2 | -1/+13 |
* | flush the filter stream before unreffing it, so it will | Dan Winship | 2000-06-21 | 6 | -20/+60 |
* | now parses flags gotten from the IMAP server correctly | Jeffrey Stedfast | 2000-06-21 | 2 | -12/+14 |
* | Implemented. (imap_sync): Added code to set flags on messages that have | Jeffrey Stedfast | 2000-06-21 | 2 | -3/+66 |
* | Only fetch the summary if the folder summary doesn't already exist. When | Jeffrey Stedfast | 2000-06-21 | 4 | -34/+54 |
* | mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED if we change the | Dan Winship | 2000-06-21 | 2 | -0/+7 |
* | Now returns the last line of data that the server sends back as well. This | Jeffrey Stedfast | 2000-06-21 | 3 | -7/+39 |
* | basically got IMAP into the tree view | Jeffrey Stedfast | 2000-06-20 | 4 | -33/+107 |
* | Set summary equal to NULL. (imap_get_summary): Store the summary in the | Jeffrey Stedfast | 2000-06-20 | 3 | -13/+49 |
* | Read the full server reply when we SELECT mailboxes. | Peter Williams | 2000-06-20 | 2 | -3/+11 |
* | Now gets the message flags as it should. (imap_get_summary): Same as | Jeffrey Stedfast | 2000-06-19 | 3 | -18/+134 |
* | We were leaking memory - but not anymore! (imap_get_summary): We now get | Jeffrey Stedfast | 2000-06-18 | 2 | -3/+111 |
* | Don't copy newlines into the parsed header text, and turn any number of | Dan Winship | 2000-06-18 | 2 | -10/+28 |
* | camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it should | Jeffrey Stedfast | 2000-06-18 | 3 | -21/+32 |
* | Add some debugging printfs when rebulding summary to help figure out why | Dan Winship | 2000-06-18 | 2 | -2/+14 |
* | removed imap.c/h from providers/imap | Jeffrey Stedfast | 2000-06-18 | 4 | -971/+101 |
* | Added code to expunge if called for (still need to finish coding this). | Jeffrey Stedfast | 2000-06-17 | 7 | -1000/+97 |
* | Move flag handling from CamelMimeMessage to CamelFolder. This | Dan Winship | 2000-06-17 | 10 | -351/+543 |
* | KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, output | Dan Winship | 2000-06-17 | 4 | -9/+18 |
* | document camel_folder_search_by_expression | Dan Winship | 2000-06-16 | 1 | -3/+14 |
* | Started to code the imap summary stuff | Jeffrey Stedfast | 2000-06-16 | 4 | -16/+114 |
* | Remove camel_service_connect_with_url. (URLs must be specified when the | Dan Winship | 2000-06-16 | 3 | -203/+102 |
* | Kill. Folders are now always open, and handle "closing" sorts of | Dan Winship | 2000-06-16 | 10 | -316/+86 |
* | fix a bug. (don't expunge deleted messages if called with expunge == | Dan Winship | 2000-06-16 | 2 | -1/+4 |
* | Check server for various interesting extensions. | Dan Winship | 2000-06-16 | 5 | -38/+197 |
* | Fix to previous change: make sure the "seek" variable ends up with the | Dan Winship | 2000-06-16 | 3 | -7/+23 |
* | if the mbox doesn't end with a '\n', write one before appending the new | Dan Winship | 2000-06-14 | 2 | -4/+18 |
* | updated the crlf filter: | Jeffrey Stedfast | 2000-06-14 | 2 | -5/+9 |
* | Took out the filter code ( we already filter in | Jeffrey Stedfast | 2000-06-14 | 2 | -12/+5 |
* | Updated: a separator is now a char* rather than a single char because IMAP | Jeffrey Stedfast | 2000-06-14 | 10 | -38/+68 |
* | Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whether | Dan Winship | 2000-06-14 | 4 | -25/+49 |
* | IMAP will now allow you to login, and on some IMAP providers it will actually... | Jeffrey Stedfast | 2000-06-14 | 6 | -118/+114 |
* | implemented a temp hack for the imap fetch by uid code | Jeffrey Stedfast | 2000-06-13 | 2 | -12/+35 |
* | pop provider now uses the crlf filter | Jeffrey Stedfast | 2000-06-13 | 3 | -4/+19 |
* | Removed the camel-mime-filter-smtp.h entry from Makefile.am - oops! | Jeffrey Stedfast | 2000-06-13 | 1 | -1/+0 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 9 | -352/+82 |
* | don't pass a second (incorrect) -rpath in addition to the (correct) one | Dan Winship | 2000-06-13 | 9 | -8/+12 |
* | New filter to do CRLF<->LF conversion. (Currently only tested in the | Dan Winship | 2000-06-13 | 7 | -0/+205 |
* | Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or | Dan Winship | 2000-06-10 | 4 | -33/+65 |
* | Updated to reflect changes made in camel-imap-store.c | Jeffrey Stedfast | 2000-06-10 | 7 | -83/+78 |
* | Will now always send EHLO first, if that fails it will fall back on HELO. | Jeffrey Stedfast | 2000-06-10 | 3 | -5/+36 |
* | Initial datawrapper diagram. | Michael Zucci | 2000-06-08 | 1 | -0/+0 |
* | Parser state diagram. | Michael Zucci | 2000-06-08 | 1 | -0/+0 |
* | providers/imap/camel-imap-summary.c now builds | Jeffrey Stedfast | 2000-06-08 | 5 | -21/+30 |
* | Added rules to build camel-imap-stream | Jeffrey Stedfast | 2000-06-08 | 6 | -120/+103 |
* | Properly dereference warning/debug messages. (header_references_decode): | Not Zed | 2000-06-08 | 2 | -6/+15 |
* | moved camel-imap-stream.* to providers/imap | Jeffrey Stedfast | 2000-06-07 | 4 | -0/+780 |
* | Remove exists, create, delete. A CamelFolder now always references an | Dan Winship | 2000-06-07 | 12 | -628/+236 |
* | Changed the read and write method prototypes to return an ssize_t type | Jeffrey Stedfast | 2000-06-07 | 8 | -64/+372 |
* | worked on getting providers/imap/* to build cleanly, fixed a number of stupid... | Jeffrey Stedfast | 2000-06-07 | 8 | -200/+263 |
* | fix typo/braino (set "Content-Disposition", not "Content-Description") | Dan Winship | 2000-06-06 | 3 | -3/+9 |
* | Ick, damn signs! Fix a bug with sign extended bytes. | Not Zed | 2000-06-03 | 3 | -35/+41 |
* | Jeffrey Stedfast <fejj@helixcode.com> | Jeffrey Stedfast | 2000-06-03 | 2 | -10/+15 |
* | Don't ref the services in the cache. | Christopher James Lahey | 2000-06-03 | 2 | -9/+4 |
* | moved some debug print statements to better locations | Jeffrey Stedfast | 2000-06-03 | 2 | -20/+28 |
* | If we get a funny result, just throw it out. Basically a fix for the one | Not Zed | 2000-06-03 | 5 | -10/+149 |
* | Ref and unref objects in the service cache properly. | Christopher James Lahey | 2000-06-03 | 3 | -3/+19 |
* | Fun with purify. | Dan Winship | 2000-06-02 | 5 | -0/+27 |
* | Fixes Bug 192. | Not Zed | 2000-06-02 | 5 | -6/+39 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 10 | -18/+163 |
* | Implemented a few more imap functions in providers/imap/camel-imap-folder.c | Jeffrey Stedfast | 2000-05-31 | 5 | -51/+196 |
* | diff -r1.206 ChangeLog | Michael Zucci | 2000-05-30 | 4 | -3/+18 |
* | Make sure we copy messages which are still intact to the new folder. | Not Zed | 2000-05-30 | 4 | -4/+26 |
* | > (message_changed): Track changes to the source message in the | Michael Zucci | 2000-05-30 | 2 | -4/+68 |
* | Check the searched folder is open before trying to search it. | Not Zed | 2000-05-30 | 2 | -0/+17 |
* | Fix up some glib precondition stuff. Try to set the URL in | Dan Winship | 2000-05-30 | 2 | -15/+20 |
* | Typo | Ross Golder | 2000-05-29 | 1 | -1/+1 |
* | Add a domain field to CamelProvider, to say what kind of data it provides. | Dan Winship | 2000-05-29 | 9 | -3/+39 |
* | (connect_to_server): Remove port number from error message since | Dan Winship | 2000-05-29 | 2 | -4/+5 |
* | Split apart password and APOP auth, since some servers seem to do both, | Dan Winship | 2000-05-29 | 3 | -123/+161 |
* | Use `foo@bar' rather than `"" <foo@bar>' for email addresses with no name | Dan Winship | 2000-05-29 | 2 | -2/+8 |
* | Added a missing smtp-related file to the dist. | Ross Golder | 2000-05-28 | 1 | -0/+1 |
* | Ripped out camel_imap_command_get_additional_data() from camel-imap-store and... | Jeffrey Stedfast | 2000-05-28 | 5 | -152/+272 |
* | Don't set a default boundary. Require the caller to do that. | Dan Winship | 2000-05-26 | 3 | -5/+37 |
* | updated changelog to reflect changes I made in providers/imap | Jeffrey Stedfast | 2000-05-26 | 1 | -0/+11 |
* | Added initial code to camel-imap-folder.c | Jeffrey Stedfast | 2000-05-26 | 1 | -0/+636 |
* | Updated several imap source files | Jeffrey Stedfast | 2000-05-26 | 2 | -18/+8 |
* | Replace simple data wrapper here too, oops. | NotZed | 2000-05-26 | 2 | -1/+5 |
* | Removed camel-simple-data-wrapper again. Less code to maintain == better | NotZed | 2000-05-26 | 7 | -216/+91 |
* | Took out code that had been there to reconnect to the server if it was not | Jeffrey Stedfast | 2000-05-26 | 6 | -5/+1428 |
* | Re-add camel-simple-data-wrapper.h, which was removed for some reason. | Dan Winship | 2000-05-25 | 2 | -0/+6 |
* | Added more files to the imap provider to use as an outline - will likely need... | Jeffrey Stedfast | 2000-05-25 | 4 | -0/+235 |
* | Fixes to make the SMTP transport thread-safe | EDT 2000 Jeffrey Stedfast | 2000-05-25 | 3 | -18/+45 |
* | Added debug fprintfs, tested with a few messages (smtp_data): Fixed to use | EDT 2000 Jeffrey Stedfast | 2000-05-24 | 5 | -63/+105 |
* | Shut up. | Ettore Perazzoli | 2000-05-23 | 1 | -0/+7 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 4 | -24/+101 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -2/+2 |
* | stuff dude | Jeffrey Stedfast | 2000-05-23 | 2 | -6/+4 |
* | junk | Jeffrey Stedfast | 2000-05-23 | 1 | -2/+2 |
* | changelog | Jeffrey Stedfast | 2000-05-23 | 1 | -0/+5 |
* | more stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -7/+10 |
* | changelog | Jeffrey Stedfast | 2000-05-23 | 1 | -0/+2 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 2 | -3/+4 |
* | dude, just stuff | Jeffrey Stedfast | 2000-05-23 | 6 | -88/+113 |
* | added camel-mime-filter-smtp.[c,h] and made mods to camel-mime-filter-from.c | Jeffrey Stedfast | 2000-05-23 | 4 | -16/+364 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 30 | -485/+562 |
* | remove message_number_capability and require uid capatibility. | Dan Winship | 2000-05-19 | 8 | -487/+309 |
* | add urls file | Dan Winship | 2000-05-19 | 1 | -0/+1 |
* | Guess! | NotZed | 2000-05-19 | 12 | -3/+709 |
* | Remove unused async open/close and copy_message_to functions. Rename | Dan Winship | 2000-05-18 | 3 | -705/+474 |
* | remove get/set_output_stream operations. They're redundant with | Dan Winship | 2000-05-18 | 10 | -121/+254 |
* | Quick fix to get it to compile. I hope I don't get into trouble. | Darin Adler | 2000-05-18 | 2 | -1/+7 |
* | Don't include the no-longer-distributed possibly-to-be-removed headers. | Dan Winship | 2000-05-18 | 2 | -4/+3 |
* | fix an off-by-one error in address parsing (smtp_data): use | Dan Winship | 2000-05-18 | 2 | -2/+11 |
* | All this basically to support user flags in the summary. They are not yet | NotZed | 2000-05-18 | 7 | -27/+152 |
* | error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.c | Jeffrey Stedfast | 2000-05-17 | 2 | -2/+7 |
* | Implement. | NotZed | 2000-05-17 | 4 | -7/+292 |
* | get things working with new camel summary stuff. | Chris Toshok | 2000-05-16 | 10 | -679/+156 |
* | o Added some preliminary ESMTP AUTH support | EDT 2000 Jeffrey Stedfast | 2000-05-16 | 2 | -6/+42 |
* | Remove camel_folder_get_summary, which no longer exists. | Dan Winship | 2000-05-15 | 2 | -2/+5 |
* | remove some cruft that we're not currently using. | Dan Winship | 2000-05-12 | 2 | -28/+4 |
* | Change to match prototype (size_t vs unsigned int) so it works on 64-bit | Dan Winship | 2000-05-12 | 2 | -1/+7 |
* | now it deff compiles | Jeffrey Stedfast | 2000-05-12 | 1 | -1/+1 |
* | > * providers/mbox/camel-mbox-folder.c (message_changed): Indicate | Michael Zucci | 2000-05-12 | 5 | -4/+49 |
* | camel-smtp-transport.c will now compile :) | Jeffrey Stedfast | 2000-05-12 | 1 | -7/+8 |
* | providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp... | Jeffrey Stedfast | 2000-05-12 | 2 | -14/+15 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 7 | -12/+60 |
* | Free summary items and charset filters. | 1 | 2000-05-12 | 3 | -8/+30 |
* | fixed camel_smtp_transport_class_init(): now initializes service_class | Jeffrey Stedfast | 2000-05-11 | 2 | -1/+9 |
* | fix a stupid typo. Thank you, C. | Dan Winship | 2000-05-11 | 3 | -2/+9 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 2 | -0/+8 |
* | Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it. | Dan Winship | 2000-05-10 | 2 | -2/+7 |
* | o Undid changes to camel-internet-address.[c,h] o Fixed | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 4 | -32/+42 |
* | o Moved struct_address from camel-internet-address.c to | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 4 | -12/+44 |
* | one more refcounting fix I missed before. | Dan Winship | 2000-05-09 | 2 | -3/+6 |
* | o updated to use CamelException (as needed by new camel-stream.c) o no | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 2 | -30/+37 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 30 | -812/+920 |
* | Format From and Reply-To to at least a decoded string. Should probably | NotZed | 2000-05-08 | 2 | -4/+24 |
* | blah | Michael Zucci | 2000-05-08 | 1 | -1/+1 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 17 | -1626/+1580 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 69 | -240/+320 |