/graphics/ming/

y'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* i18n-ize exception strings. (get_name): And here. (_send_to): Here too.Jeffrey Stedfast2000-12-052-49/+50
* added some imap tests, tho they dont get far yet and dontMichael Zucci2000-12-0410-291/+654
* Added system_flag to CamelFolderSearchClassJeffrey Stedfast2000-12-025-3/+98
* Don't g_return_if_fail if the service is already disconnected. JustDan Winship2000-12-023-3/+17
* Fix a possible bug where 'name' could be uninitialized.Jeffrey Stedfast2000-12-012-1/+5
* New convenience function, doesn't do much but it sure makes code cleanerJeffrey Stedfast2000-12-013-0/+62
* Handle the case where the summary failed to load - clear the summary andJeffrey Stedfast2000-12-012-2/+13
* Remove unused variable.Dan Winship2000-12-012-1/+5
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-3022-279/+654
* Updated the gtk-doc comment.Jeffrey Stedfast2000-11-302-4/+7
* Use iconv instead of unicode_iconv.Dan Winship2000-11-303-27/+31
* Fix some off-by-one-ness.Dan Winship2000-11-303-4/+12
* Builddir != srcdir loving.Ettore Perazzoli2000-11-293-1/+8
* Add a missed unref.Not Zed2000-11-2924-119/+326
* ShushJP Rosevear2000-11-294-0/+32
* Add USE_FLOCK, USE_FCNTL, USE_FLOCKJP Rosevear2000-11-292-5/+4
* Don't set exception to g_strerror (errno) when nread == 0, because itDan Winship2000-11-292-1/+6
* Don't try to free things if they haven't been set yet.Dan Winship2000-11-292-2/+9
* send NULL so we don't have to clear the exceptionJeffrey Stedfast2000-11-291-2/+1
* Clear the exception if EHLO fails before trying HELO in the cases whereJeffrey Stedfast2000-11-292-0/+8
* Set the info size's properly, oops!Not Zed2000-11-2823-55/+1184
* add scan = scan->next; to avoid infinite loopRadek Doulik2000-11-282-0/+7
* Make this gratuitously more complicated. No wait, I mean, fix bugs. NowDan Winship2000-11-283-52/+105
* Remove "complete" fieldJP Rosevear2000-11-282-0/+11
* Removed mh, mbox, added local, to the default.Not Zed2000-11-272-2/+9
* little util to scan mailboxes for any and every address they contain.Michael Zucci2000-11-247-66/+243
* Added at least some explanation of all this stuff.Not Zed2000-11-244-12/+77
* Add tests.Not Zed2000-11-2421-16/+1264
* check for return valuesRadek Doulik2000-11-222-3/+10
* add #ifdef HAVE_ALLOCA_HDan Winship2000-11-223-0/+9
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-2111-95/+462
* Added camel-folder-thread.[ch].Not Zed2000-11-214-0/+645
* fix changelog merge conflictsJeffrey Stedfast2000-11-211-1/+0
* Fixed to return the correct bytecount in all cases which is the real fixJeffrey Stedfast2000-11-214-24/+32
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-2114-407/+1038
* lso make sure not to go past the end of the buffer ;-)Jeffrey Stedfast2000-11-171-1/+1
* When extracting a literal string, capture up until the end of the lastJeffrey Stedfast2000-11-172-0/+8
* Use the byte-read count to decrement the number of bytes left to readJeffrey Stedfast2000-11-173-8/+46
* We should always terminate the string. No need to check outptr is inNot Zed2000-11-174-9/+19
* Check the uid string is all digits before trying to write a 'standard'Not Zed2000-11-1610-230/+346
* New file - utility functions for locking using different strategies and/orNot Zed2000-11-166-10/+22
* Locking interfaces.Michael Zucci2000-11-162-0/+468
* removed #include <libgnomevfs/gnome-vfs.h>Radek Doulik2000-11-162-2/+1
* mime_guess_type_from_file_name moved back to composer as it introducedRadek Doulik2000-11-153-22/+5
* Removed local again, not quite ready.Not Zed2000-11-158-50/+123
* Maildir lives.Michael Zucci2000-11-1513-17/+1005
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-1522-0/+4165
* Don't cast an int to a ssize_t.Jeffrey Stedfast2000-11-152-1/+6
* Go until inend, not inend+1. Changed the continuation and retry logic toNot Zed2000-11-111-187/+134
* Make sure 'atleast' is at least 1, always. This is possibly a temporaryNot Zed2000-11-111-3/+4
* put a space before a single-digit day of the month since it seems someDan Winship2000-11-112-1/+8
* fix ids ending with '.'Radek Doulik2000-11-112-1/+6
* Fix error handling. (Only send a "*" to bail out of authentication if theDan Winship2000-11-102-9/+19
* new function, moved from composerRadek Doulik2000-11-08