| Commit message (Expand) | Author | Age | Files | Lines |
* | i18n-ize exception strings. (get_name): And here. (_send_to): Here too. | Jeffrey Stedfast | 2000-12-05 | 2 | -49/+50 |
* | added some imap tests, tho they dont get far yet and dont | Michael Zucci | 2000-12-04 | 10 | -291/+654 |
* | Added system_flag to CamelFolderSearchClass | Jeffrey Stedfast | 2000-12-02 | 5 | -3/+98 |
* | Don't g_return_if_fail if the service is already disconnected. Just | Dan Winship | 2000-12-02 | 3 | -3/+17 |
* | Fix a possible bug where 'name' could be uninitialized. | Jeffrey Stedfast | 2000-12-01 | 2 | -1/+5 |
* | New convenience function, doesn't do much but it sure makes code cleaner | Jeffrey Stedfast | 2000-12-01 | 3 | -0/+62 |
* | Handle the case where the summary failed to load - clear the summary and | Jeffrey Stedfast | 2000-12-01 | 2 | -2/+13 |
* | Remove unused variable. | Dan Winship | 2000-12-01 | 2 | -1/+5 |
* | Remove assertion that content is there, when it no longer can be. | Not Zed | 2000-11-30 | 22 | -279/+654 |
* | Updated the gtk-doc comment. | Jeffrey Stedfast | 2000-11-30 | 2 | -4/+7 |
* | Use iconv instead of unicode_iconv. | Dan Winship | 2000-11-30 | 3 | -27/+31 |
* | Fix some off-by-one-ness. | Dan Winship | 2000-11-30 | 3 | -4/+12 |
* | Builddir != srcdir loving. | Ettore Perazzoli | 2000-11-29 | 3 | -1/+8 |
* | Add a missed unref. | Not Zed | 2000-11-29 | 24 | -119/+326 |
* | Shush | JP Rosevear | 2000-11-29 | 4 | -0/+32 |
* | Add USE_FLOCK, USE_FCNTL, USE_FLOCK | JP Rosevear | 2000-11-29 | 2 | -5/+4 |
* | Don't set exception to g_strerror (errno) when nread == 0, because it | Dan Winship | 2000-11-29 | 2 | -1/+6 |
* | Don't try to free things if they haven't been set yet. | Dan Winship | 2000-11-29 | 2 | -2/+9 |
* | send NULL so we don't have to clear the exception | Jeffrey Stedfast | 2000-11-29 | 1 | -2/+1 |
* | Clear the exception if EHLO fails before trying HELO in the cases where | Jeffrey Stedfast | 2000-11-29 | 2 | -0/+8 |
* | Set the info size's properly, oops! | Not Zed | 2000-11-28 | 23 | -55/+1184 |
* | add scan = scan->next; to avoid infinite loop | Radek Doulik | 2000-11-28 | 2 | -0/+7 |
* | Make this gratuitously more complicated. No wait, I mean, fix bugs. Now | Dan Winship | 2000-11-28 | 3 | -52/+105 |
* | Remove "complete" field | JP Rosevear | 2000-11-28 | 2 | -0/+11 |
* | Removed mh, mbox, added local, to the default. | Not Zed | 2000-11-27 | 2 | -2/+9 |
* | little util to scan mailboxes for any and every address they contain. | Michael Zucci | 2000-11-24 | 7 | -66/+243 |
* | Added at least some explanation of all this stuff. | Not Zed | 2000-11-24 | 4 | -12/+77 |
* | Add tests. | Not Zed | 2000-11-24 | 21 | -16/+1264 |
* | check for return values | Radek Doulik | 2000-11-22 | 2 | -3/+10 |
* | add #ifdef HAVE_ALLOCA_H | Dan Winship | 2000-11-22 | 3 | -0/+9 |
* | Shite, -1 on error, >=0 on success. So i've just been truncating all the | Not Zed | 2000-11-21 | 11 | -95/+462 |
* | Added camel-folder-thread.[ch]. | Not Zed | 2000-11-21 | 4 | -0/+645 |
* | fix changelog merge conflicts | Jeffrey Stedfast | 2000-11-21 | 1 | -1/+0 |
* | Fixed to return the correct bytecount in all cases which is the real fix | Jeffrey Stedfast | 2000-11-21 | 4 | -24/+32 |
* | Fixes for the summary messageid changes. Hash the messageid and store it. | Not Zed | 2000-11-21 | 14 | -407/+1038 |
* | lso make sure not to go past the end of the buffer ;-) | Jeffrey Stedfast | 2000-11-17 | 1 | -1/+1 |
* | When extracting a literal string, capture up until the end of the last | Jeffrey Stedfast | 2000-11-17 | 2 | -0/+8 |
* | Use the byte-read count to decrement the number of bytes left to read | Jeffrey Stedfast | 2000-11-17 | 3 | -8/+46 |
* | We should always terminate the string. No need to check outptr is in | Not Zed | 2000-11-17 | 4 | -9/+19 |
* | Check the uid string is all digits before trying to write a 'standard' | Not Zed | 2000-11-16 | 10 | -230/+346 |
* | New file - utility functions for locking using different strategies and/or | Not Zed | 2000-11-16 | 6 | -10/+22 |
* | Locking interfaces. | Michael Zucci | 2000-11-16 | 2 | -0/+468 |
* | removed #include <libgnomevfs/gnome-vfs.h> | Radek Doulik | 2000-11-16 | 2 | -2/+1 |
* | mime_guess_type_from_file_name moved back to composer as it introduced | Radek Doulik | 2000-11-15 | 3 | -22/+5 |
* | Removed local again, not quite ready. | Not Zed | 2000-11-15 | 8 | -50/+123 |
* | Maildir lives. | Michael Zucci | 2000-11-15 | 13 | -17/+1005 |
* | Initial cut for local provider, to handle mh/mailbox/maildir at | Michael Zucci | 2000-11-15 | 22 | -0/+4165 |
* | Don't cast an int to a ssize_t. | Jeffrey Stedfast | 2000-11-15 | 2 | -1/+6 |
* | Go until inend, not inend+1. Changed the continuation and retry logic to | Not Zed | 2000-11-11 | 1 | -187/+134 |
* | Make sure 'atleast' is at least 1, always. This is possibly a temporary | Not Zed | 2000-11-11 | 1 | -3/+4 |
* | put a space before a single-digit day of the month since it seems some | Dan Winship | 2000-11-11 | 2 | -1/+8 |
* | fix ids ending with '.' | Radek Doulik | 2000-11-11 | 2 | -1/+6 |
* | Fix error handling. (Only send a "*" to bail out of authentication if the | Dan Winship | 2000-11-10 | 2 | -9/+19 |
* | new function, moved from composer | Radek Doulik | 2000-11-08 | 3 | -0/+29 |
* | Keep track of the caller bestenc flags that make sense. | Not Zed | 2000-11-08 | 7 | -137/+237 |
* | Fix the default implementation for CamelService::get_name() so that it | Ettore Perazzoli | 2000-11-08 | 2 | -1/+6 |
* | Kill debugging, as it causes lots of evolution-mail spewage. | Dan Winship | 2000-11-08 | 2 | -1/+6 |
* | Oops, forgot to commit. New stream/filter for doing | Michael Zucci | 2000-11-07 | 4 | -0/+460 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 20 | -543/+1703 |
* | Two segfault fixes | Peter Williams | 2000-11-07 | 2 | -1/+6 |
* | new function, generates simple message/content id | Radek Doulik | 2000-11-04 | 3 | -0/+21 |
* | Set the preface/postface from the parser into the multipart object. | Not Zed | 2000-11-04 | 10 | -33/+249 |
* | Undo my incorrect fix - I misunderstood danw - sorry! | Jeffrey Stedfast | 2000-11-04 | 2 | -26/+9 |
* | Unbreak this. | Dan Winship | 2000-11-04 | 2 | -2/+7 |
* | If show_pass, then base64 the password before writing it to the output | Jeffrey Stedfast | 2000-11-04 | 2 | -6/+41 |
* | fix bug in previous | Dan Winship | 2000-11-04 | 1 | -3/+1 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 19 | -79/+79 |
* | Quote foldernames when sending to the IMAP server because the folder name | Jeffrey Stedfast | 2000-11-02 | 2 | -1/+7 |
* | Merged in camel-incremental-branch. | Not Zed | 2000-11-02 | 13 | -107/+532 |
* | Remove old subbed folders from hash table after freeing them. | Dan Winship | 2000-11-02 | 2 | -3/+14 |
* | Deal correctly with namespace == "" | Dan Winship | 2000-11-02 | 2 | -1/+6 |
* | calendar: made all gui show localized | Gediminas Paulauskas | 2000-11-01 | 3 | -209/+696 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 8 | -80/+62 |
* | Camel IMAP authentication includes (forgotten in last commit) | Dan Winship | 2000-10-31 | 1 | -0/+39 |
* | New file with code for IMAP authentication mechanisms. (Currently just | Dan Winship | 2000-10-31 | 5 | -84/+384 |
* | Take an additional argument, "break_lines", saying whether or not to add | Dan Winship | 2000-10-31 | 4 | -10/+11 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 9 | -274/+343 |
* | Remove md5-utils.h include since it's not part of Camel any more. | Dan Winship | 2000-10-30 | 6 | -12/+29 |
* | Remove previous comment about Outlook brokenness, since it turns out the | Dan Winship | 2000-10-28 | 2 | -7/+3 |
* | Work around Outlook brokenness in iMIP parsing by only quoting | Dan Winship | 2000-10-28 | 2 | -2/+24 |
* | build md5-utils | 7 | 2000-10-28 | 6 | -449/+22 |
* | Add newline to kill warnings. | Kjartan Maraas | 2000-10-26 | 2 | -1/+5 |
* | Fix folder listing code infinite loop. | Dan Winship | 2000-10-26 | 2 | -1/+4 |
* | Add a "parent" field to CamelFolderInfo. | Dan Winship | 2000-10-25 | 5 | -17/+47 |
* | add subscribed_folders. | Chris Toshok | 2000-10-25 | 3 | -4/+121 |
* | add a missing #include | Dan Winship | 2000-10-25 | 1 | -0/+1 |
* | Fill in the message_count and unread_message_count flags (if !fast). | Dan Winship | 2000-10-25 | 2 | -5/+39 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 32 | -235/+216 |
* | add camel-nntp-types.h. | Chris Toshok | 2000-10-24 | 2 | -1/+7 |
* | Fix a "how could this have been working before" memory overrun bug found | Dan Winship | 2000-10-24 | 2 | -0/+7 |
* | These should have gone away a long time ago. | Dan Winship | 2000-10-24 | 5 | -834/+5 |
* | re-enable the nntp provider. | Chris Toshok | 2000-10-21 | 2 | -1/+5 |
* | add function to build a tree from the nntp group names (using '.' as a | Chris Toshok | 2000-10-21 | 2 | -41/+149 |
* | #include <sys/types.h> before <regex.h> | Chris Toshok | 2000-10-20 | 2 | -0/+5 |
* | Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) as | Dan Winship | 2000-10-20 | 2 | -1/+5 |
* | Emit message_changed and folder_changed as appropriate. | Dan Winship | 2000-10-20 | 2 | -2/+25 |
* | Update comment here so refresh_info isn't just for reconnects any more. | Dan Winship | 2000-10-20 | 5 | -61/+64 |
* | Build fixes from Jacob, same as the other branch. | Ettore Perazzoli | 2000-10-20 | 3 | -0/+11 |
* | The correct fix this time - the description should be encoded here and not | Jeffrey Stedfast | 2000-10-19 | 2 | -1/+10 |
* | Initialize the outbuf to be empty before calling unicode_iconv on it. | Ettore Perazzoli | 2000-10-19 | 2 | -0/+8 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 21 | -144/+348 |
* | (camel_imap_folder_new): Move the summary creation to after the | Dan Winship | 2000-10-18 | 2 | -9/+12 |
* | Remove cached info at the end of the summary when the folder shrinks | Dan Winship | 2000-10-18 | 3 | -11/+23 |
* | Encode the header value. (add_header): Same. | Jeffrey Stedfast | 2000-10-18 | 2 | -12/+25 |
* | Added some malloc check debugging stuff. | Not Zed | 2000-10-17 | 4 | -18/+81 |
* | Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) or | Jeffrey Stedfast | 2000-10-17 | 2 | -1/+8 |
* | Don't free 'resp' as it doesn't point to the beginning of the allocated | Jeffrey Stedfast | 2000-10-17 | 2 | -14/+26 |
* | when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure to | Chris Toshok | 2000-10-17 | 2 | -8/+18 |
* | Only send the LOGOUT command if the store is connected. (imap_connect): | Jeffrey Stedfast | 2000-10-17 | 4 | -12/+47 |
* | Deal with the possibility of not getting a LIST response back for the top | Dan Winship | 2000-10-17 | 2 | -12/+20 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 13 | -541/+609 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 8 | -27/+53 |
* | remove the leading '/'. (nntp_store_subscribe_folder): same. | Chris Toshok | 2000-10-12 | 2 | -3/+9 |
* | Quote the mailbox name as it may contain spaces. (imap_copy_message_to): | Jeffrey Stedfast | 2000-10-12 | 2 | -2/+8 |
* | fill in message_count and unread_message_count properly. | Chris Toshok | 2000-10-11 | 5 | -30/+69 |
* | Un-rasterize my changelog entry | Joe Shaw | 2000-10-11 | 1 | -1/+1 |
* | Check before deferencing the sep pointer. | Joe Shaw | 2000-10-11 | 2 | -1/+8 |
* | teach camel about "its" vs. "it's" | Jacob "Ulysses" Berkman | 2000-10-11 | 5 | -8/+12 |
* | write out the newsrc. (nntp_store_get_name): if @brief, just return host. | Chris Toshok | 2000-10-10 | 3 | -57/+95 |
* | Issue a warning if h->value is NULL. | Miguel de Icaza | 2000-10-08 | 1 | -1/+9 |
* | Decode the resulting string. | Jeffrey Stedfast | 2000-10-07 | 2 | -6/+15 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-07 | 1 | -0/+2 |
* | new file. | Chris Toshok | 2000-10-07 | 4 | -0/+309 |
* | Fix so that we don't encode every single char in the word. Also, do we | Jeffrey Stedfast | 2000-10-07 | 2 | -2/+3 |
* | Fix so that we don't encode every single char in the word. Also, do we | Jeffrey Stedfast | 2000-10-07 | 2 | -12/+19 |
* | Don't compile the NNTP provider as it currently doesn't build because | Ettore Perazzoli | 2000-10-07 | 1 | -1/+1 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-06 | 11 | -28/+361 |
* | Encode the name part of the address and don't quote the name. | Jeffrey Stedfast | 2000-10-06 | 2 | -14/+78 |
* | Use the camel_address_encode function again. | Jeffrey Stedfast | 2000-10-06 | 2 | -4/+26 |
* | Modified to not encode space chars in the middle of a line. (isblank): New | Jeffrey Stedfast | 2000-10-06 | 3 | -40/+53 |
* | revert to old method (only use XOVER if OVER is supported.) | Chris Toshok | 2000-10-05 | 3 | -14/+34 |
* | return a gboolean so we can tell if this command worked. we can't key off | Chris Toshok | 2000-10-05 | 2 | -8/+20 |
* | Fix a case where a variable was free'd and then possibly used in an error | Dan Winship | 2000-10-05 | 2 | -2/+7 |
* | news: -> nntp:. | Chris Toshok | 2000-10-05 | 2 | -23/+7 |
* | use "nntp:" instead of "news:" since "news:" urls aren't supposed to have | Chris Toshok | 2000-10-05 | 2 | -2/+14 |
* | borrow some code from the imap provider to query the user for their | Chris Toshok | 2000-10-05 | 3 | -30/+123 |
* | IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it. | Dan Winship | 2000-10-05 | 2 | -19/+34 |
* | Use header_encode_phrase instead. (camel_mime_message_set_from): Same. | Jeffrey Stedfast | 2000-10-05 | 2 | -12/+8 |
* | Handle the case where ct != NULL, but type and subtype are, and also match | Not Zed | 2000-10-04 | 4 | -14/+59 |
* | Quote the mailbox name when sending a SELECT request otherwise mailboxes | Jeffrey Stedfast | 2000-10-04 | 4 | -60/+87 |
* | New file containing camel_imap_command and friends. Major | Dan Winship | 2000-10-04 | 9 | -1194/+735 |
* | New convenience function to determine if there are any 8bit mime parts in | Jeffrey Stedfast | 2000-10-03 | 4 | -12/+221 |
* | Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text): | Jeffrey Stedfast | 2000-10-03 | 2 | -53/+22 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 16 | -20/+24 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 20 | -350/+511 |
* | More updating... still not usable, or even compilable | Dan Winship | 2000-10-03 | 4 | -46/+266 |
* | another mem leak fix | Jeffrey Stedfast | 2000-09-29 | 1 | -0/+5 |
* | Fixed some memory leaks. (camel_smtp_transport_init): Initialize | Jeffrey Stedfast | 2000-09-29 | 4 | -60/+61 |
* | Don't send the recipient data through smtp_get_email_addr_from_text - this | Jeffrey Stedfast | 2000-09-29 | 3 | -18/+27 |
* | Make sure to add the space char after an encoded word when the encoding is | Jeffrey Stedfast | 2000-09-29 | 2 | -0/+7 |
* | When getting a literal string response, don't include the \r\n after the | Jeffrey Stedfast | 2000-09-29 | 4 | -1/+18 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 13 | -293/+4849 |
* | Return untagged data in a GPtrArray rather than a string, since it saves | Dan Winship | 2000-09-28 | 5 | -142/+214 |
* | Quote the folder name as it may contain spaces. | Jeffrey Stedfast | 2000-09-27 | 2 | -22/+37 |
* | Again...wrap the folder names in quotes | Jeffrey Stedfast | 2000-09-23 | 3 | -8/+9 |
* | The root folder's name is "", not the namespace. (camel_imap_folder_new): | Dan Winship | 2000-09-23 | 4 | -11/+18 |
* | New function to convert Camel flags to an IMAP flag_list. | Dan Winship | 2000-09-22 | 5 | -224/+161 |
* | INBOX is case-insensitive. (get_root_folder_name): Make the root folder "" | Dan Winship | 2000-09-22 | 4 | -263/+132 |
* | ack, remove the ~ and object files | Jeffrey Stedfast | 2000-09-20 | 4 | -197/+0 |
* | Use the linewrap filter to achieve full RFC0821 compliance. | Jeffrey Stedfast | 2000-09-20 | 10 | -129/+531 |
* | When encoding the internet address, quote the name as the name may have | Jeffrey Stedfast | 2000-09-20 | 2 | -31/+42 |
* | Fix the case where INBOX isn't returned in the folder listing. | Dan Winship | 2000-09-20 | 2 | -1/+12 |
* | Removed (camel_folder_init, camel_folder_construct): New object init | Dan Winship | 2000-09-20 | 21 | -646/+502 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 6 | -5/+12 |
* | update CamelFolderInfo New function to free the contents of a | Dan Winship | 2000-09-18 | 3 | -7/+25 |
* | Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in the | Dan Winship | 2000-09-16 | 3 | -10/+29 |
* | Don't use dir_sep as top-level directory, use "/". | Jeffrey Stedfast | 2000-09-15 | 3 | -8/+13 |
* | Don't look at the response of the command. camel_imap_command_extended() | Dan Winship | 2000-09-15 | 2 | -80/+9 |
* | Rewrote to take a third argument (gboolean *selectable) so that we can | Jeffrey Stedfast | 2000-09-14 | 3 | -21/+114 |
* | Make sure *datalength is > 0 before calling camel_mime_filter_filter | Jeffrey Stedfast | 2000-09-13 | 2 | -15/+23 |
* | fixes to make this beast distcheck | Peter Teichman | 2000-09-13 | 1 | -0/+1 |
* | Fixed a warning. | Christopher James Lahey | 2000-09-09 | 3 | -0/+7 |
* | Make this not leak. | Dan Winship | 2000-09-08 | 2 | -2/+8 |
* | Make this take a path to a directory that Camel can use for its own | Dan Winship | 2000-09-08 | 5 | -15/+196 |
* | *** empty log message *** | Dan Winship | 2000-09-08 | 1 | -0/+7 |
* | Make KPOP work again. | Dan Winship | 2000-09-08 | 2 | -1/+7 |
* | oops, spelling mistake | Jeffrey Stedfast | 2000-09-07 | 1 | -2/+2 |
* | Implemented (someone added these to camel-mime-message.h but never | Jeffrey Stedfast | 2000-09-07 | 2 | -3/+28 |
* | If a MIME part has no Content-Disposition, but does have a "name" on the | Dan Winship | 2000-09-06 | 2 | -4/+15 |
* | care about response code. (get_HEAD_headers): same. | Chris Toshok | 2000-09-06 | 10 | -97/+304 |
* | Update for CamelObject and some other changes | Dan Winship | 2000-09-06 | 5 | -90/+69 |
* | Cache provider, for caching a remote store locally. This is not done yet. | Dan Winship | 2000-09-06 | 9 | -0/+1471 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 11 | -262/+275 |
* | A bit more e_utf8 wrappers here and there | Lauris Kaplinski | 2000-09-02 | 2 | -1/+6 |
* | Removed some unused functions. | Christopher James Lahey | 2000-09-02 | 2 | -45/+5 |
* | remove get_folder_name. (nntp_store_get_folder_name): remove. | Chris Toshok | 2000-09-01 | 2 | -8/+6 |
* | Email should now display correctly in GtkHTML | Lauris Kaplinski | 2000-09-01 | 2 | -2/+10 |
* | use camel_remote_store_recv_line. | Chris Toshok | 2000-09-01 | 6 | -219/+129 |
* | make this a bit more robust. try to create an empty .newsrc file for the | Chris Toshok | 2000-09-01 | 5 | -37/+294 |
* | Reimplemented. It should now work correctly for most possible VFolder | Jeffrey Stedfast | 2000-09-01 | 2 | -175/+333 |
* | Don't save any exceptions caused by camel_imap_folder_changed | Jeffrey Stedfast | 2000-08-31 | 3 | -10/+51 |
* | (write_to_stream): Rearrange the logic so it always does charset | Michael Zucci | 2000-08-31 | 2 | -12/+22 |
* | (write_to_stream): Fix some warnings/use the right constructor, | Michael Zucci | 2000-08-31 | 2 | -2/+5 |
* | Use the proper type checking function to check for text types. | Not Zed | 2000-08-31 | 2 | -1/+19 |
* | (append_latin1): Do an additional mask for account for c's | Michael Zucci | 2000-08-31 | 2 | -1/+3 |
* | New function - even though its broken, we'll assume mailers send latin1 | Not Zed | 2000-08-31 | 2 | -2/+32 |
* | Rewrote to ignore strings that look like server responses until it is sure | Jeffrey Stedfast | 2000-08-31 | 3 | -12/+69 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 6 | -134/+452 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 7 | -59/+104 |
* | General cleanup / moving stuff around to make things easier to follow. | Jeffrey Stedfast | 2000-08-31 | 2 | -41/+61 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 5 | -193/+235 |
* | Removed old code that will never be needed again | Jeffrey Stedfast | 2000-08-30 | 4 | -212/+102 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 20 | -902/+1216 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 5 | -21/+88 |
* | Fixed the hack around quoted string responses - should now handle them | Jeffrey Stedfast | 2000-08-29 | 3 | -165/+167 |
* | Free()ing memory allocated through alloca() is Not A Good Thing. | Ettore Perazzoli | 2000-08-28 | 2 | -1/+5 |
* | Use `g_free()' instead of `free()' in the `header_decode_text()' | Ettore Perazzoli | 2000-08-27 | 2 | -1/+6 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 11 | -1/+25 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 2 | -3/+4 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 2 | -7/+38 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 4 | -9/+17 |
* | Remove this duplicate file to fix build | JP Rosevear | 2000-08-25 | 1 | -0/+2 |
* | And here too. | Not Zed | 2000-08-24 | 3 | -0/+13 |
* | put commas between addresses. | Dan Winship | 2000-08-24 | 2 | -0/+7 |
* | use BODY.PEEK, not BODY, so we don't set the message \Seen. | Dan Winship | 2000-08-23 | 2 | -1/+7 |
* | Fixed a small warning. | Christopher James Lahey | 2000-08-23 | 2 | -3/+7 |
* | ChangeLog updates. | Peter Williams | 2000-08-23 | 1 | -0/+28 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 8 | -95/+196 |
* | Make sure newsrc is not null (nntp_folder_get_subfolder_names): ditto | JP Rosevear | 2000-08-22 | 3 | -6/+31 |
* | Make sure respbuffer is not null before manipulating it. If it is null, | JP Rosevear | 2000-08-22 | 2 | -3/+17 |
* | Fix output for when the name is empty | Peter Williams | 2000-08-19 | 2 | -0/+7 |
* | Whole buncha leak fixes thanks to Purify | Matthew Loper | 2000-08-17 | 3 | -3/+7 |
* | More leak fixes | Peter Williams | 2000-08-17 | 2 | -2/+7 |
* | ChangeLog for previous camel-object commit. | Peter Williams | 2000-08-17 | 1 | -0/+5 |
* | Plug mem leaks. | Peter Williams | 2000-08-17 | 1 | -0/+1 |
* | Add support for copying messages | Peter Williams | 2000-08-16 | 2 | -1/+5 |
* | Infrastructure for date-based queries | Peter Williams | 2000-08-15 | 3 | -2/+83 |
* | Add camel-nntp-utils.h | Dan Winship | 2000-08-14 | 2 | -1/+5 |
* | do a strcasecmp rather than just a strcmp when checking if a folder is | Dan Winship | 2000-08-14 | 2 | -1/+8 |
* | (imap_get_subfolder_names_internal): Add "INBOX" to the list as | Dan Winship | 2000-08-13 | 2 | -1/+3 |
* | Don't assume the FETCH results will come back in the order they were | Dan Winship | 2000-08-13 | 2 | -2/+8 |
* | Now takes a char * parameter rather than a stream | Jeffrey Stedfast | 2000-08-13 | 4 | -8/+126 |
* | New function to do one round of attempted authentication. (pop3_connect): | Dan Winship | 2000-08-13 | 2 | -105/+108 |
* | No longer calls try_connect() to get authtypes | Jeffrey Stedfast | 2000-08-13 | 2 | -2/+9 |
* | Changed param order a bit and fixed some logic | Jeffrey Stedfast | 2000-08-12 | 4 | -28/+62 |
* | New convenience function for multi-transactional commands (opening | Jeffrey Stedfast | 2000-08-12 | 4 | -33/+217 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-12 | 2 | -2/+6 |
* | remove get_name and get_full_name assignments, since the camel-folder.c | Chris Toshok | 2000-08-12 | 2 | -16/+7 |
* | use g_get_home_dir, since evolution_dir isn't available in the providers. | Chris Toshok | 2000-08-12 | 2 | -3/+8 |
* | Fix the camel-folder's thaw handler. Implement event forwarding into the main... | Peter Williams | 2000-08-12 | 2 | -1/+6 |
* | Implement. (mh_get_message_user_tag): Implement. | Not Zed | 2000-08-11 | 5 | -4/+142 |
* | Yay so lets fix an already fixed fix, again. (copy_message_to): and here | Not Zed | 2000-08-11 | 2 | -18/+19 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 20 | -22/+70 |
* | t Zed <NotZed@HelixCode.com> | Michael Zucci | 2000-08-11 | 2 | -28/+23 |
* | Removed unecessary change and fixed indenting. | Michael Zucci | 2000-08-11 | 1 | -231/+214 |
* | If we go over the max number of messages, don't keep requesting new | Jeffrey Stedfast | 2000-08-11 | 2 | -13/+23 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 106 | -2641/+3455 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 16 | -1041/+1170 |
* | Fix the NNTP provider's Makefile.am so that it does not use installed | Ettore Perazzoli | 2000-08-09 | 3 | -5/+17 |
* | Reorder search result in summary order if we searched with a summary. | Not Zed | 2000-08-09 | 2 | -3/+26 |