| 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 |