| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should now | EDT 2000 Jeffrey Stedfast | 2000-04-08 | 3 | -54/+50 |
* | (pop3_connect): Remember the password after asking for it the | Dan Winship | 2000-04-08 | 1 | -17/+12 |
* | Clarify error messages. (finalize): fix a bug in camel_exception usage | Dan Winship | 2000-04-08 | 1 | -11/+22 |
* | Removed smtp for now, its a long way from building. Removed file that | NotZed | 2000-04-07 | 2 | -528/+1 |
* | o Added smtp_helo() request into smtp_connect() (forgott o do this before) | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 1 | -1/+7 |
* | fix Makefile.am | Chris Toshok | 2000-04-07 | 1 | -2/+2 |
* | o Added smtp/ to providers tree under camel o Added makefiles and source | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 6 | -2/+1370 |
* | Reorganize the folder-fetching methods and implement a folder cache so | Dan Winship | 2000-04-07 | 2 | -14/+43 |
* | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 2 | -8/+5 |
* | fix a warning | Dan Winship | 2000-04-06 | 1 | -1/+0 |
* | Compare mbox_file_size and mbox_modtime to the results of stat()ing the | Dan Winship | 2000-04-02 | 3 | -50/+71 |
* | Add a htons in the default_number case, and document the fact that the | Dan Winship | 2000-03-31 | 1 | -7/+2 |
* | Add htons (port), and only copy 4 bytes for the IP address to prevent a | Miguel de Icaza | 2000-03-30 | 1 | -2/+7 |
* | fix warnings | Dan Winship | 2000-03-29 | 1 | -4/+3 |
* | convenience functions to canonicalize the host and port values of a | Dan Winship | 2000-03-29 | 1 | -21/+10 |
* | Make this work when the inbox file doesn't yet exist. | Dan Winship | 2000-03-29 | 1 | -24/+34 |
* | uncomment the call to unlink the temp file: there's no way to tell | Dan Winship | 2000-03-28 | 1 | -1/+1 |
* | add delete_message_by_{number,uid}. | Dan Winship | 2000-03-28 | 3 | -7/+204 |
* | Unref the output_stream when done, close doesn't do it. (_append_message): | NotZed | 2000-03-28 | 6 | -41/+247 |
* | keep separate input and output streams so the output doesn't end up being | Dan Winship | 2000-03-28 | 4 | -19/+66 |
* | fix previous commit: this file wasn't using | Dan Winship | 2000-03-28 | 1 | -0/+1 |
* | new routine to free the data allocated by camel_service_query_auth_types. | Dan Winship | 2000-03-28 | 1 | -1/+8 |
* | Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant. | Dan Winship | 2000-03-28 | 1 | -1/+0 |
* | include in.h to quiet compiler | Seth Alves | 2000-03-27 | 1 | -0/+1 |
* | change the CamelFolderSummary interfaces to allow partial summary queries | Dan Winship | 2000-03-25 | 6 | -458/+466 |
* | Added flag to provider initialisation, to match changed structure. | NotZed | 2000-03-24 | 1 | -0/+1 |
* | fix the CamelProvider entry (new flags field was missing) | Dan Winship | 2000-03-24 | 1 | -0/+1 |
* | Added async search api. | NotZed | 2000-03-24 | 4 | -34/+106 |
* | New function to query a service for the authentication protocols it | Dan Winship | 2000-03-23 | 1 | -0/+20 |
* | fix compile errors. duh. | Dan Winship | 2000-03-23 | 3 | -14/+18 |
* | fill this in partially make camel_pop3_command return the text after | Dan Winship | 2000-03-23 | 6 | -25/+249 |
* | some initial bits of the POP3 provider, to make Matt happy. Incomplete, | Dan Winship | 2000-03-22 | 4 | -0/+460 |
* | display message size | bertrand | 2000-03-21 | 3 | -4/+6 |
* | documented all functions. | bertrand | 2000-03-21 | 1 | -1/+65 |
* | name change and new fields. | bertrand | 2000-03-21 | 2 | -2/+2 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 2 | -2/+2 |
* | Tons of fixes to fix things | Bertrand Guiheneuf | 2000-03-05 | 2 | -2/+2 |
* | Ref the summary after we have got it. | NotZed | 2000-03-05 | 1 | -0/+10 |
* | bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object): | bertrand | 2000-03-04 | 1 | -1/+0 |
* | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 1 | -2/+4 |
* | Make sure we open with create with a creation mask. | NotZed | 2000-03-04 | 1 | -2/+3 |
* | in the case of images, put the content object output stream in the url. | bertrand | 2000-03-04 | 1 | -1/+1 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 1 | -3/+7 |
* | Fix a bunch of serious small bugs. | NotZed | 2000-02-29 | 2 | -77/+27 |
* | No, its not a fatal error to search on a non-searchable folder, you just | NotZed | 2000-02-29 | 1 | -9/+7 |
* | Fixed a typo. | NotZed | 2000-02-29 | 2 | -41/+41 |
* | chuuuut. | Mathieu Lacage | 2000-02-26 | 2 | -1/+8 |
* | update for CamelFolder changes | Dan Winship | 2000-02-25 | 1 | -6/+11 |
* | another typo | Dan Winship | 2000-02-25 | 1 | -1/+1 |
* | Add CamelTransport abstract class and CamelSendmailTransport | Dan Winship | 2000-02-25 | 5 | -1/+344 |
* | Move "separator" from camel-store to camel-folder, since it can vary from | Dan Winship | 2000-02-25 | 2 | -11/+10 |
* | Fix an exception error message. | Bertrand Guiheneuf | 2000-02-24 | 1 | -3/+5 |
* | Dont compile by default. | NotZed | 2000-02-23 | 2 | -1/+14 |
* | fix to show a sample correct implementation. | bertrand | 2000-02-22 | 2 | -4/+14 |
* | added a reset method. Thanks message-browser to find so much bugs :) | bertrand | 2000-02-22 | 1 | -1/+1 |
* | Uh, fixed LIBADD again. What was there was never ever going to work, | NotZed | 2000-02-22 | 1 | -7/+1 |