| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the NNTP provider's Makefile.am so that it does not use installed | Ettore Perazzoli | 2000-08-09 | 2 | -5/+8 |
* | New code to keep an on-disk cache of what UIDs have been seen in a folder. | Dan Winship | 2000-08-09 | 5 | -5/+5 |
* | Only retry another uid if we had a name clash, otherwise fail. | Not Zed | 2000-08-08 | 4 | -9/+105 |
* | If we are trying to get a subfolder listing of the root folder, always | Jeffrey Stedfast | 2000-08-08 | 2 | -10/+23 |
* | Strip all \n's from the expression | Jeffrey Stedfast | 2000-08-08 | 1 | -4/+7 |
* | If we fail to get a dir_sep, then supply the default of "/". (get_folder): | Jeffrey Stedfast | 2000-08-05 | 1 | -28/+31 |
* | Coredump fix when IMAP get_folder with NULL dir_sep | Peter Williams | 2000-08-05 | 1 | -1/+1 |
* | Indexes into the flags array are message_number minus 1, not just | Dan Winship | 2000-08-05 | 1 | -2/+2 |
* | add a debugging macro for doing protocol tracing. | Dan Winship | 2000-08-04 | 1 | -2/+24 |
* | Only call imap_get_summary_internal if the folder can hold messages | Jeffrey Stedfast | 2000-08-04 | 2 | -7/+10 |
* | Initialize the service_cache for the news/nntp providers | Jeffrey Stedfast | 2000-08-04 | 1 | -6/+10 |
* | srcdir != builddir fix | Peter Williams | 2000-08-03 | 1 | -0/+1 |
* | Kill this. It doesn't have any code to do anything the new mh provider | Dan Winship | 2000-08-03 | 14 | -2068/+2 |
* | When forced to use the IP, place it in square brackets. | Jeffrey Stedfast | 2000-08-02 | 1 | -7/+12 |
* | New and improved sexp parser. An honest try at using e-sexp is wrapped in | Jeffrey Stedfast | 2000-08-02 | 2 | -222/+314 |
* | cvsignore file | Peter Williams | 2000-08-01 | 1 | -0/+7 |
* | Initial cut at mh provider. Well, it already does everything | Not Zed | 2000-08-01 | 10 | -1/+1219 |
* | Some IMAP servers don't wrap the UID in ()'s so don't depend on that | Jeffrey Stedfast | 2000-08-01 | 2 | -208/+253 |
* | Oops, forgot to free node->function - not good. | Jeffrey Stedfast | 2000-08-01 | 1 | -0/+1 |
* | Buffer overrun fix in g_strfreev -- two more that I forgot | Peter Williams | 2000-08-01 | 1 | -0/+2 |
* | Buffer overrun fix in g_strfreev | Peter Williams | 2000-08-01 | 1 | -0/+1 |
* | New convenience function to translate a Camel sexp into the equivalent | Jeffrey Stedfast | 2000-08-01 | 4 | -46/+328 |
* | Make sure the third word/token (whatever) is "EXPUNGE" and not something | Jeffrey Stedfast | 2000-07-29 | 1 | -24/+35 |
* | fixed a few logic errors | Jeffrey Stedfast | 2000-07-29 | 2 | -8/+8 |
* | Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended): | Jeffrey Stedfast | 2000-07-29 | 2 | -35/+85 |
* | Get message count when STATUS is not available. (imap_init): | Jeffrey Stedfast | 2000-07-29 | 3 | -55/+123 |
* | Fixed my routine to only fetch new headers, my IDs were off by 1 on the | Jeffrey Stedfast | 2000-07-28 | 1 | -1/+1 |
* | Added camel-imap-utils.[c,h] | Jeffrey Stedfast | 2000-07-28 | 5 | -106/+172 |
* | Now uses a hash table for looking up message info rather than a linear | Jeffrey Stedfast | 2000-07-28 | 2 | -18/+36 |
* | Fix Makefile.am booboo. | Peter Williams | 2000-07-28 | 9 | -18/+0 |
* | Fixed a few compiler warnings | Jeffrey Stedfast | 2000-07-26 | 1 | -2/+2 |
* | Fixed the real problem that Peter was running into. | Jeffrey Stedfast | 2000-07-26 | 1 | -11/+11 |
* | IMAP expunge crash prevention... still not right... | Peter Williams | 2000-07-26 | 1 | -0/+1 |
* | Optimized to try and get the new message headers without reloading the | Jeffrey Stedfast | 2000-07-25 | 3 | -87/+73 |
* | Updated to give special attention to the root folder. | Jeffrey Stedfast | 2000-07-25 | 3 | -24/+39 |
* | Remove exceptions from a number of methods that work on what ought to be | Dan Winship | 2000-07-25 | 6 | -314/+229 |
* | Updated to port easily to the new Camel API (imap_init): Don't SELECT | Jeffrey Stedfast | 2000-07-25 | 1 | -36/+28 |
* | Initialize the summary and subfolder listing. (imap_summary_free): Now | Jeffrey Stedfast | 2000-07-25 | 4 | -103/+161 |
* | Remove camel_folder_get_message_uid, which was not used, and not | Dan Winship | 2000-07-24 | 1 | -10/+0 |
* | Made it a little more forgiving. Also set current_folder to NULL as there | Jeffrey Stedfast | 2000-07-24 | 3 | -54/+90 |
* | Clear CamelExceptions when appropriate (eg when folder is marked as | Jeffrey Stedfast | 2000-07-23 | 2 | -40/+47 |
* | Updated to not strip out subfolders that are marked as \NoSelect because | Jeffrey Stedfast | 2000-07-22 | 2 | -7/+49 |
* | Updated with some of the same fixes I've made to camel-imap-folder.c like | Jeffrey Stedfast | 2000-07-22 | 1 | -3/+3 |
* | Rewrote the code to check for "* %d RECENT". Still needs to be modified, | Jeffrey Stedfast | 2000-07-22 | 1 | -7/+11 |
* | Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UID | Jeffrey Stedfast | 2000-07-20 | 1 | -2/+2 |
* | General cleanup working towards getting Actions->Expunge working | Jeffrey Stedfast | 2000-07-20 | 2 | -96/+51 |
* | If the folder's message count is not the same as the number of summaries, | Jeffrey Stedfast | 2000-07-20 | 1 | -9/+20 |
* | Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info): | Jeffrey Stedfast | 2000-07-19 | 1 | -50/+109 |
* | Added in imap_[g,s]et_message_user_flag() methods | Jeffrey Stedfast | 2000-07-19 | 2 | -28/+32 |
* | Send a "LOGOUT" command. | Jeffrey Stedfast | 2000-07-18 | 2 | -4/+17 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 1 | -2/+2 |
* | 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 | 1 | -3/+1 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 1 | -6/+6 |
* | 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 | 1 | -4/+4 |
* | All SELECT calls now pass a NULL folder argument to | Jeffrey Stedfast | 2000-07-17 | 2 | -24/+43 |
* | One last fix to get rid of hard-coded "/" directory separators | Jeffrey Stedfast | 2000-07-15 | 1 | -1/+4 |
* | 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 | 3 | -27/+113 |
* | If the summary is for a smaller mbox, and rebuilding from the last-known | Dan Winship | 2000-07-14 | 1 | -8/+7 |
* | If a SELECT fails, set imap_store->current_folder to NULL so a SELECT is | Jeffrey Stedfast | 2000-07-14 | 2 | -48/+14 |
* | Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and | Jeffrey Stedfast | 2000-07-14 | 3 | -20/+19 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 2 | -15/+25 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 1 | -0/+6 |
* | define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_* | Dan Winship | 2000-07-14 | 1 | -1/+3 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 1 | -0/+2 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 1 | -166/+110 |
* | Don't fetch the entire RFC822 header, just fetch the fields we want. | Jeffrey Stedfast | 2000-07-13 | 1 | -3/+6 |
* | 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 | 1 | -4/+5 |
* | Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST in | Jeffrey Stedfast | 2000-07-13 | 1 | -6/+6 |
* | From addressbook/ChangeLog: | Christopher James Lahey | 2000-07-13 | 1 | -4/+4 |
* | get the article num out of our uid and mark it read in the newsrc. | Chris Toshok | 2000-07-13 | 2 | -40/+38 |
* | Useful default implementations for free_{uids,subfolder_names,summary}. | Dan Winship | 2000-07-13 | 5 | -57/+11 |
* | Solaris fixes: make sure not to pass NULL to printf's %s | Matthew Loper | 2000-07-13 | 1 | -2/+4 |
* | Use mbox_set_message_flags () instead of setting the flags by hand. This | Jeffrey Stedfast | 2000-07-13 | 2 | -6/+6 |
* | don't add test-newsrc to the build since it needs libcamel (which isn't | Chris Toshok | 2000-07-13 | 4 | -179/+212 |
* | Updated to emit the message_changed signal. (imap_delete_message): Updated | Jeffrey Stedfast | 2000-07-12 | 2 | -8/+42 |
* | 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 | 2 | -9/+19 |
* | This shouldn't return NULL, it should return g_ptr_array_new () so the | Jeffrey Stedfast | 2000-07-12 | 1 | -1/+1 |
* | Initialize a variable to make this not crash again. And fix a bug so it | Dan Winship | 2000-07-11 | 1 | -2/+2 |
* | kill more debugging messages | Dan Winship | 2000-07-11 | 2 | -22/+0 |
* | Implemented. | Jeffrey Stedfast | 2000-07-10 | 3 | -0/+81 |
* | New function to copy a header_references structure. | Dan Winship | 2000-07-10 | 1 | -71/+44 |
* | Update to reflect past changes in the Camel API. Use gtk macro casts | Jeffrey Stedfast | 2000-07-09 | 7 | -74/+83 |
* | Don't cache the exact server response, only cache the important data (aka | Jeffrey Stedfast | 2000-07-08 | 1 | -4/+30 |
* | Make this return a GPtrArray rather than a GList. | Dan Winship | 2000-07-08 | 3 | -5/+5 |
* | Fixed the parser to actually work | Jeffrey Stedfast | 2000-07-08 | 1 | -14/+12 |
* | Parse for more header information to allow message threading in IMAP. | Jeffrey Stedfast | 2000-07-07 | 1 | -27/+159 |
* | Oops. Don't pass port # as a string in the error code (if it fails to | Jeffrey Stedfast | 2000-07-06 | 1 | -4/+5 |
* | Changed over to camel_imap_command_extended as that was the source of the | Jeffrey Stedfast | 2000-07-06 | 1 | -10/+8 |
* | remove some non-error case debugging messages. | Dan Winship | 2000-07-06 | 2 | -19/+1 |
* | Suppress debugging messages from the mbox provider. | Ettore Perazzoli | 2000-07-06 | 1 | -1/+6 |
* | Fix the "clashing UIDs are not updated on disk" problem by syncing | Ettore Perazzoli | 2000-07-06 | 2 | -11/+5 |
* | Fix a bug in error-setting code. (pop3_connect): Don't re-prompt for | Dan Winship | 2000-07-03 | 1 | -22/+38 |
* | New functions to freeze and thaw a folder (to prevent message/folder | Dan Winship | 2000-07-03 | 1 | -13/+5 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 6 | -1/+80 |
* | remove unneeded libcamelimap_la_LDADD. | Dan Winship | 2000-07-02 | 1 | -3/+0 |
* | fix the CAPA-parsing code to not get into an infinite loop. | Dan Winship | 2000-07-02 | 1 | -2/+4 |
* | Fixed the bug that would sometimes leave part of the server response | Jeffrey Stedfast | 2000-07-02 | 1 | -7/+16 |
* | Renamed _by_uid methods. Since we no longer have get-by-number methods, no | Jeffrey Stedfast | 2000-07-01 | 4 | -64/+59 |
* | New function, to copy a message from one folder to another. The default | Jeffrey Stedfast | 2000-07-01 | 1 | -14/+37 |
* | Utilities for parsing broken date strings. | Jeffrey Stedfast | 2000-07-01 | 1 | -0/+3 |
* | providers/imap/camel-imap-folder.c: added move_message_to() | Jeffrey Stedfast | 2000-07-01 | 1 | -0/+41 |
* | imap_expunge should now give more meaningful errors | Jeffrey Stedfast | 2000-06-30 | 1 | -2/+2 |
* | Changed to keep prompting user for a valid password until it either | Jeffrey Stedfast | 2000-06-29 | 3 | -122/+174 |
* | General cleanup (camel_mbox_summary_sync): Fixed a memory leak and added | Jeffrey Stedfast | 2000-06-29 | 4 | -327/+388 |
* | Move the CAPABILITY command here so we don't have to keep checking each | Jeffrey Stedfast | 2000-06-28 | 4 | -59/+52 |
* | Don't close the filter stream when done with it (this causes the source | Christopher James Lahey | 2000-06-28 | 1 | -1/+1 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -4/+13 |
* | providers/imap/camel-imap-[store,folder].c: Improved folder parsing | Jeffrey Stedfast | 2000-06-24 | 2 | -7/+10 |
* | Oops. Now appends the namespace to the folder before querying for the | Jeffrey Stedfast | 2000-06-23 | 2 | -52/+39 |
* | ignore test-newsrc | Chris Toshok | 2000-06-23 | 10 | -472/+840 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 10 | -58/+174 |
* | Modified to use the "namespace" (url->path) if it exists. | Jeffrey Stedfast | 2000-06-22 | 3 | -33/+38 |
* | Fix dumb bug. | Dan Winship | 2000-06-22 | 1 | -1/+1 |
* | IMAP is working! (sorta) | Jeffrey Stedfast | 2000-06-22 | 1 | -6/+117 |
* | When determining a mailboxe's folder_file_path et aluse its basename to preve... | Peter Williams | 2000-06-22 | 1 | -4/+6 |
* | flush the filter stream before unreffing it, so it will | Dan Winship | 2000-06-21 | 1 | -13/+15 |
* | now parses flags gotten from the IMAP server correctly | Jeffrey Stedfast | 2000-06-21 | 1 | -12/+12 |
* | Implemented. (imap_sync): Added code to set flags on messages that have | Jeffrey Stedfast | 2000-06-21 | 1 | -3/+62 |
* | Only fetch the summary if the folder summary doesn't already exist. When | Jeffrey Stedfast | 2000-06-21 | 1 | -20/+31 |
* | Now returns the last line of data that the server sends back as well. This | Jeffrey Stedfast | 2000-06-21 | 2 | -6/+31 |
* | basically got IMAP into the tree view | Jeffrey Stedfast | 2000-06-20 | 3 | -28/+94 |
* | Set summary equal to NULL. (imap_get_summary): Store the summary in the | Jeffrey Stedfast | 2000-06-20 | 2 | -13/+36 |
* | Read the full server reply when we SELECT mailboxes. | Peter Williams | 2000-06-20 | 1 | -3/+5 |
* | Now gets the message flags as it should. (imap_get_summary): Same as | Jeffrey Stedfast | 2000-06-19 | 2 | -18/+122 |
* | We were leaking memory - but not anymore! (imap_get_summary): We now get | Jeffrey Stedfast | 2000-06-18 | 1 | -3/+104 |
* | camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it should | Jeffrey Stedfast | 2000-06-18 | 2 | -21/+27 |
* | Add some debugging printfs when rebulding summary to help figure out why | Dan Winship | 2000-06-18 | 1 | -2/+8 |
* | removed imap.c/h from providers/imap | Jeffrey Stedfast | 2000-06-18 | 3 | -971/+88 |
* | Added code to expunge if called for (still need to finish coding this). | Jeffrey Stedfast | 2000-06-17 | 5 | -972/+50 |
* | Move flag handling from CamelMimeMessage to CamelFolder. This | Dan Winship | 2000-06-17 | 3 | -129/+199 |
* | Started to code the imap summary stuff | Jeffrey Stedfast | 2000-06-16 | 1 | -7/+83 |
* | Kill. Folders are now always open, and handle "closing" sorts of | Dan Winship | 2000-06-16 | 7 | -170/+59 |
* | fix a bug. (don't expunge deleted messages if called with expunge == | Dan Winship | 2000-06-16 | 1 | -1/+1 |
* | Check server for various interesting extensions. | Dan Winship | 2000-06-16 | 4 | -38/+190 |
* | Fix to previous change: make sure the "seek" variable ends up with the | Dan Winship | 2000-06-16 | 2 | -7/+14 |
* | if the mbox doesn't end with a '\n', write one before appending the new | Dan Winship | 2000-06-14 | 1 | -4/+12 |
* | 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 | 7 | -26/+26 |
* | Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whether | Dan Winship | 2000-06-14 | 3 | -25/+32 |
* | IMAP will now allow you to login, and on some IMAP providers it will actually... | Jeffrey Stedfast | 2000-06-14 | 5 | -117/+103 |
* | implemented a temp hack for the imap fetch by uid code | Jeffrey Stedfast | 2000-06-13 | 1 | -12/+31 |
* | pop provider now uses the crlf filter | Jeffrey Stedfast | 2000-06-13 | 1 | -3/+15 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 2 | -12/+28 |
* | don't pass a second (incorrect) -rpath in addition to the (correct) one | Dan Winship | 2000-06-13 | 8 | -8/+8 |
* | Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or | Dan Winship | 2000-06-10 | 1 | -10/+16 |
* | Updated to reflect changes made in camel-imap-store.c | Jeffrey Stedfast | 2000-06-10 | 6 | -83/+69 |
* | Will now always send EHLO first, if that fails it will fall back on HELO. | Jeffrey Stedfast | 2000-06-10 | 2 | -5/+30 |
* | providers/imap/camel-imap-summary.c now builds | Jeffrey Stedfast | 2000-06-08 | 2 | -17/+17 |
* | Added rules to build camel-imap-stream | Jeffrey Stedfast | 2000-06-08 | 5 | -120/+86 |
* | moved camel-imap-stream.* to providers/imap | Jeffrey Stedfast | 2000-06-07 | 3 | -0/+1049 |
* | Remove exists, create, delete. A CamelFolder now always references an | Dan Winship | 2000-06-07 | 6 | -354/+122 |
* | worked on getting providers/imap/* to build cleanly, fixed a number of stupid... | Jeffrey Stedfast | 2000-06-07 | 7 | -200/+256 |
* | moved some debug print statements to better locations | Jeffrey Stedfast | 2000-06-03 | 1 | -20/+21 |
* | Fun with purify. | Dan Winship | 2000-06-02 | 3 | -0/+6 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 2 | -4/+4 |
* | Implemented a few more imap functions in providers/imap/camel-imap-folder.c | Jeffrey Stedfast | 2000-05-31 | 3 | -49/+189 |
* | diff -r1.206 ChangeLog | Michael Zucci | 2000-05-30 | 2 | -3/+2 |
* | Make sure we copy messages which are still intact to the new folder. | Not Zed | 2000-05-30 | 3 | -4/+20 |
* | > (message_changed): Track changes to the source message in the | Michael Zucci | 2000-05-30 | 1 | -4/+63 |
* | Check the searched folder is open before trying to search it. | Not Zed | 2000-05-30 | 1 | -0/+12 |
* | Add a domain field to CamelProvider, to say what kind of data it provides. | Dan Winship | 2000-05-29 | 7 | -3/+18 |
* | (connect_to_server): Remove port number from error message since | Dan Winship | 2000-05-29 | 1 | -4/+2 |
* | Split apart password and APOP auth, since some servers seem to do both, | Dan Winship | 2000-05-29 | 2 | -123/+148 |
* | Ripped out camel_imap_command_get_additional_data() from camel-imap-store and... | Jeffrey Stedfast | 2000-05-28 | 4 | -151/+256 |
* | 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 |
* | Removed camel-simple-data-wrapper again. Less code to maintain == better | NotZed | 2000-05-26 | 1 | -0/+70 |
* | Took out code that had been there to reconnect to the server if it was not | Jeffrey Stedfast | 2000-05-26 | 5 | -5/+1419 |
* | Added more files to the imap provider to use as an outline - will likely need... | Jeffrey Stedfast | 2000-05-25 | 3 | -0/+232 |
* | Fixes to make the SMTP transport thread-safe | EDT 2000 Jeffrey Stedfast | 2000-05-25 | 2 | -17/+38 |
* | Added debug fprintfs, tested with a few messages (smtp_data): Fixed to use | EDT 2000 Jeffrey Stedfast | 2000-05-24 | 3 | -5/+52 |
* | Shut up. | Ettore Perazzoli | 2000-05-23 | 1 | -0/+7 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 3 | -0/+92 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -2/+2 |
* | stuff dude | Jeffrey Stedfast | 2000-05-23 | 1 | -6/+1 |
* | dude, just stuff | Jeffrey Stedfast | 2000-05-23 | 2 | -69/+68 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 5 | -42/+125 |
* | remove message_number_capability and require uid capatibility. | Dan Winship | 2000-05-19 | 5 | -219/+107 |
* | add urls file | Dan Winship | 2000-05-19 | 1 | -0/+1 |
* | Guess! | NotZed | 2000-05-19 | 8 | -2/+659 |
* | fix an off-by-one error in address parsing (smtp_data): use | Dan Winship | 2000-05-18 | 1 | -2/+3 |
* | All this basically to support user flags in the summary. They are not yet | NotZed | 2000-05-18 | 2 | -1/+8 |
* | error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.c | Jeffrey Stedfast | 2000-05-17 | 1 | -2/+2 |
* | Implement. | NotZed | 2000-05-17 | 2 | -6/+26 |
* | get things working with new camel summary stuff. | Chris Toshok | 2000-05-16 | 9 | -679/+142 |
* | o Added some preliminary ESMTP AUTH support | EDT 2000 Jeffrey Stedfast | 2000-05-16 | 1 | -6/+37 |
* | 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 | 2 | -3/+24 |
* | 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 | 1 | -14/+10 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -10/+22 |
* | Free summary items and charset filters. | 1 | 2000-05-12 | 1 | -4/+7 |
* | fixed camel_smtp_transport_class_init(): now initializes service_class | Jeffrey Stedfast | 2000-05-11 | 1 | -1/+4 |
* | Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it. | Dan Winship | 2000-05-10 | 1 | -2/+0 |
* | o Undid changes to camel-internet-address.[c,h] o Fixed | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -27/+29 |
* | o Moved struct_address from camel-internet-address.c to | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -3/+26 |
* | one more refcounting fix I missed before. | Dan Winship | 2000-05-09 | 1 | -2/+1 |
* | o updated to use CamelException (as needed by new camel-stream.c) o no | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -30/+29 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 6 | -35/+69 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 3 | -1504/+686 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 7 | -23/+14 |
* | A machine which serves neither POP nor KPOP is not a POP server. | Dan Winship | 2000-05-07 | 2 | -1/+9 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -2/+10 |
* | Maxcount is minimum of the max and the requested count, not the maximum :) | NotZed | 2000-05-05 | 1 | -1/+1 |
* | Make this compile again in the !KRB4 case | Dan Winship | 2000-05-05 | 1 | -1/+1 |
* | Don't fall back to plaintext passwords if APOP fails, since it should also | Dan Winship | 2000-05-05 | 1 | -18/+14 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 3 | -20/+157 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -5/+5 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 3 | -11/+11 |
* | REmove gmime-utils.h from here. | NotZed | 2000-05-03 | 5 | -372/+28 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 7 | -7/+14 |
* | > * providers/mbox/camel-mbox-search.c | Michael Zucci | 2000-05-03 | 2 | -5/+0 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -1/+0 |
* | Fix the offset for the summary when an item is expunged to take account of | NotZed | 2000-05-03 | 1 | -1/+1 |
* | Deleted messages properly get removed from the index. | Michael Zucci | 2000-05-02 | 2 | -4/+4 |
* | > (func_header_contains): Debug out some search stuff. | Michael Zucci | 2000-05-02 | 2 | -3/+3 |
* | Removed search_id. | Michael Zucci | 2000-05-02 | 4 | -63/+16 |
* | More message cleanup. Flags now work, are saved, and the delete | NotZed | 2000-05-02 | 3 | -46/+318 |
* | oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/ | Dan Winship | 2000-05-01 | 1 | -1/+1 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 15 | -84/+92 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 3 | -5/+19 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 3 | -7/+13 |
* | ref (and sink) the message stream if we're going to unref it later. | Dan Winship | 2000-04-25 | 1 | -0/+2 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -2/+18 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 2 | -15/+5 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 2 | -19/+15 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 2 | -8/+10 |
* | Removed. | NotZed | 2000-04-22 | 6 | -1531/+2 |
* | Trim leading/trailing spaces off the raw headers. | NotZed | 2000-04-21 | 1 | -3/+19 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 8 | -846/+1470 |
* | kill camel-log | Dan Winship | 2000-04-19 | 13 | -167/+0 |
* | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 6 | -8/+7 |
* | add nntp | Chris Toshok | 2000-04-15 | 1 | -1/+1 |
* | Fix switch statement. | Christopher James Lahey | 2000-04-15 | 1 | -3/+3 |
* | always return TRUE for now. we need to check the server response to make | Chris Toshok | 2000-04-15 | 2 | -48/+157 |
* | add XXX so i can find this hardcoded string later. | Chris Toshok | 2000-04-15 | 1 | -0/+1 |
* | okay. working now. | Chris Toshok | 2000-04-15 | 3 | -16/+77 |
* | initial import of nntp store. | Chris Toshok | 2000-04-15 | 11 | -0/+2014 |
* | fix various bugs in APOP code (still untested) and some of the error | Dan Winship | 2000-04-11 | 1 | -22/+30 |
* | Clarify what provider.protocol, provider.name, and provider.description | Dan Winship | 2000-04-11 | 4 | -9/+25 |
* | implement get_message_by_number for the mail fetch code. | Dan Winship | 2000-04-10 | 1 | -2/+24 |
* | o Reformatted providers/smtp/camel-smtp-transport.c to fit the standard | EDT 2000 Jeffrey Stedfast | 2000-04-10 | 1 | -387/+352 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 1 | -0/+6 |
* | actually record the pid returned by fork(). Noticed by clahey. | Dan Winship | 2000-04-09 | 1 | -1/+2 |
* | #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the | Dan Winship | 2000-04-09 | 1 | -0/+1 |