aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw theJeffrey Stedfast2001-02-172-3/+16
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-167-80/+183
* Deal with out-of-order References headers so they don't cause messages toDan Winship2001-02-162-2/+14
* IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead inDan Winship2001-02-162-3/+14
* Changed this code to match the glibc iconv signature.Christopher James Lahey2001-02-153-5/+11
* (create_folder): Oops, and fix bug involving namespacesDan Winship2001-02-152-5/+5
* New method to create a folder when you don't know its full name.Dan Winship2001-02-154-9/+95
* Add address headers to list that we dont fold when writing. The areNot Zed2001-02-134-8/+73
* mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-133-3/+11
* save, THEN commitDan Winship2001-02-101-4/+6
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-1015-449/+243
* Oops, include the camel-tcp-stream-ssl header instead of the raw one.Jeffrey Stedfast2001-02-082-1/+6
* Added more test rules.Jeffrey Stedfast2001-02-082-0/+3
* Changed to push the operation into a status stack.Not Zed2001-02-0812-296/+729
* Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-082-6/+20
* Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-082-52/+48
* Rewrote using unicode_get_utf8(). (camel_ustrcasecmp): Use unicode_char_tJeffrey Stedfast2001-02-074-58/+94
* Made these pass char ** as the second parameter to iconv.Christopher James Lahey2001-02-073-5/+11
* Added xml-* files.Jeffrey Stedfast2001-02-061-1/+1
* Removed unwanted header. It was never put in for a reason. Stop fixingNot Zed2001-02-065-11/+229
* Added a missing #include.Christopher James Lahey2001-02-063-0/+9
* Oops. Change this too.Jeffrey Stedfast2001-02-062-2/+5
* Updated.Jeffrey Stedfast2001-02-068-109/+140
* Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-053-23/+31
* When we drop a fake node, dont skip checking the next in the list.Not Zed2001-02-052-1/+16
* Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-053-6/+15
* Add missing header for cancel check stuff.Not Zed2001-02-024-4/+25
* If we are folding, drop the space at the end of the line.Not Zed2001-02-012-0/+8
* Remvoe the stream locking here. I think this was leading to a deadlockNot Zed2001-01-302-4/+6
* Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-292-1/+7
* Oops.Michael Zucci2001-01-252-0/+321
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-257-565/+143
* Added tests to see that invalid match and action rules are properlyNot Zed2001-01-242-0/+59
* Fix for api changes.Not Zed2001-01-242-3/+5
* (camel_filter_driver_filter_message): Remove an accidentallyMichael Zucci2001-01-242-1/+2
* Remove the 'finished message' bit.Not Zed2001-01-242-2/+7
* Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-244-2/+46
* Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-232-2/+8
* Perform error checking on parsing/execution.Not Zed2001-01-234-12/+60
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-234-30/+87
* avoid /0 by updating after we've done the sync. (close_folders): Setup theNot Zed2001-01-232-2/+11
* Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-232-1/+6
* Added profiling temp files.Not Zed2001-01-2215-2/+55
* When removing phantom nodes, check for the end node too.Not Zed2001-01-224-18/+26
* Make the output a little prettier. Okay, so I'm anal...Jeffrey Stedfast2001-01-223-17/+10
* Added an exception to CamelFilterGetFolderFunc.Not Zed2001-01-213-19/+48
* (subscribe_folder): add a missing UNLOCKDan Winship2001-01-202-0/+2
* Set the deleted bit *before* copying to the default folder, this way ifJeffrey Stedfast2001-01-202-4/+11
* If LISTing a subscribed folder doesn't return a LIST response, just ignoreDan Winship2001-01-202-3/+13
* Mark strings for translation.Kjartan Maraas2001-01-192-2/+6
* Add a percentage complete indicator to the status thing.Not Zed2001-01-193-18/+33
* More tweaking... skip separator characters after the namespace character.Dan Winship2001-01-193-3/+19
* Oops. Somewhere in one of the reorgs, the code to add new messages to theDan Winship2001-01-192-1/+8
* Add some g_warnings() to help debug later if I ever get the segfaults IJeffrey Stedfast2001-01-183-4/+16
* Make sure that the message-info is non-null before we go accessing innerJeffrey Stedfast2001-01-182-1/+10
* New smtp error-code to string mapping function. (smtp_connect): Use theJeffrey Stedfast2001-01-182-10/+106
* Add an int i so this code will compile. Should I be worried about how wellJeffrey Stedfast2001-01-172-1/+8
* Index: ChangeLogMichael Zucci2001-01-1717-28/+1896
* Delayed loading of IMAP message parts.Dan Winship2001-01-1713-183/+996
* fcntl(fd, F_GETFL) returns the flags as the return value, not via a passedDan Winship2001-01-174-14/+31
* set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR)Chris Toshok2001-01-172-1/+10
* Don't check errno as it's not being set. Fixes bug #1150.Jeffrey Stedfast2001-01-172-2/+6
* Ugh, this design is ugly like my butt.Jeffrey Stedfast2001-01-166-5/+121
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-168-17/+114
* If the close() is successful, set the fd to -1.Jeffrey Stedfast2001-01-166-50/+34
* Updated to be able to get the CAMEL_SOCKOPT_NONBLOCKING socket opt.Jeffrey Stedfast2001-01-162-2/+35
* Lock around the imap_rescan, which needs it.Peter Williams2001-01-162-0/+7
* A cancellable connection routine. (remote_send_string): Return cancelledNot Zed2001-01-155-24/+434
* Uses an SSL socket now although there's still a few things missing (likeJeffrey Stedfast2001-01-153-13/+55
* Implemented. (stream_setsockopt): Implemented.Jeffrey Stedfast2001-01-155-2/+227
* New CamelTcpStream class that implements nspr sockets and eventually willJeffrey Stedfast2001-01-146-14/+557
* New abstract class for TCP streams. The next step is to write childJeffrey Stedfast2001-01-143-0/+202
* New stream for handling SSL/TLS connections.Jeffrey Stedfast2001-01-143-0/+321
* (camel_folder_thread_messages_new): Added casts to rmeove someMichael Zucci2001-01-122-3/+5
* Perform a final pass, removing any pseudo nodes we added earlier. QuickNot Zed2001-01-122-0/+33
* (imap_copy_message_to): Fix this up: sync flags to the serverDan Winship2001-01-122-33/+57
* Fix a bug in previous commit: don't check for deleted messages if thereDan Winship2001-01-122-30/+40
* New function to check for added/deleted messages when re-selecting aDan Winship2001-01-124-4/+93
* Fix a locking problem. (One branch of an if statement was returning withDan Winship2001-01-122-6/+8
* Changed the descriptions for mh, mbox, and maildir to be moreJeffrey Stedfast2001-01-112-3/+8
* New header to prevent recursive #include problemsDan Winship2001-01-111-0/+39
* New header to prevent recursive #include problemsDan Winship2001-01-119-9/+29
* New class function, parallel to camel_folder_sync. (The defaultDan Winship2001-01-114-1/+72
* Mostly IMAP changes. Use the NAMESPACE extension (whereDan Winship2001-01-108-207/+386
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-1010-100/+50
* Dont try and unref a messageinfo that wasn't there, and use the right freeNot Zed2001-01-062-6/+35
* Remove conflict thingie from a while backJP Rosevear2001-01-051-1/+0
* oops, forgot the changelog entryJP Rosevear2001-01-051-0/+18
* fix includes for compilationJP Rosevear2001-01-059-5/+17
* oops. commit-oDan Winship2001-01-051-509/+0
* Fix two problems in figuring out server-expunged messages.Dan Winship2001-01-051-2/+1
* Fix two problems in figuring out server-expunged messages.Dan Winship2001-01-052-0/+514
* If we have a lot of messages changed, promote it to a folder changedNot Zed2001-01-042-1/+6
* Implemented. (search_header_exists): Implemented.Jeffrey Stedfast2001-01-043-2/+271
* Initialize the exists variable so that we don't do random things if theChristopher James Lahey2001-01-042-1/+7
* REmove warning, this isn't really deprecated, sigh.Not Zed2001-01-033-4/+9
* Finishing the removal of these directories.Chris Lahey2001-01-032-2/+0
* Removed these directories since they're unused.Christopher James Lahey2001-01-0326-4611/+5
* fix off-by-oneDan Winship2001-01-031-1/+1
* IMAP randomness.Dan Winship2001-01-038-404/+138
* New function to return just foo/bar with no parameters.Dan Winship2001-01-034-1/+16
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-2916-369/+79
* Fix the APOP check to not crash on servers that don't return anyDan Winship2000-12-282-7/+15
* (camel_imap_folder_changed): Make sure we unref the summary lookup.Michael Zucci2000-12-242-0/+2
* clean up a stubborn and hard to remove imap_folder->summary.Michael Zucci2000-12-243-5/+6
* Minor compilation fixes.Michael Zucci2000-12-242-14/+6
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-2452-1275/+2979
* When getting the top-level folder list, include INBOX even if it's notDan Winship2000-12-232-12/+27
* New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-229-441/+228
* Update the doc comment: since it always NUL-terminates the buffer, itDan Winship2000-12-223-4/+15
* Oops. Don't do "FETCH 1:0" when the folder is empty.Dan Winship2000-12-202-31/+48
* Add "guint32 server_flags" to CamelImapMessageInfo to keep track of theDan Winship2000-12-204-62/+105
* Change the semantics of fmt: Now %S (capital S) means an IMAP "string",Dan Winship2000-12-196-21/+194
* When checking to see if we need to fold the header, when we come accross aJeffrey Stedfast2000-12-162-1/+8
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*Dan Winship2000-12-1449-60/+65
* add #include <sys/types.h> for freebsd.Chris Toshok2000-12-142-0/+6
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-139-26/+68
* Add missing .h file. (From campd.)Dan Winship2000-12-132-6/+6
* Remove use of linewrap filter. Headers are now wrapped. encode_8bitMichael Zucci2000-12-117-77/+266
* Hrm, we actually want to call set_header, not add_header here, probablyNot Zed2000-12-113-18/+67
* oopsMichael Zucci2000-12-091-0/+198
* ShushJP Rosevear2000-12-091-0/+7
* Remove test3 from build until the files show upJP Rosevear2000-12-092-3/+7
* Change the sign of the default date offset when none is supplied.Not Zed2000-12-082-2/+10
* Change line no format so that emacs can detect it.Not Zed2000-12-084-4/+12
* We want to bitwise-or the server and cached flags here so that we keep theJeffrey Stedfast2000-12-072-2/+13
* If the data wrapper fails to be written to the stream, unref it and theJeffrey Stedfast2000-12-062-0/+11
* (imap_refresh_info): Fix a really really really dumb bug.Dan Winship2000-12-062-1/+2
* use BODY.PEEK[] rather than RFC822, so the message doesn't get marked asDan Winship2000-12-062-2/+8
* Fix the check for "flags aren't actually changing".Dan Winship2000-12-066-14/+53
* Stream testing stuff.Michael Zucci2000-12-053-0/+258
* stream_flush does make sense for a substream afterall (if you have aNot Zed2000-12-0511-39/+397
* 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-083-0/+29
* Keep track of the caller bestenc flags that make sense.Not Zed2000-11-087-137/+237
* Fix the default implementation for CamelService::get_name() so that itEttore Perazzoli2000-11-082-1/+6
* Kill debugging, as it causes lots of evolution-mail spewage.Dan Winship2000-11-082-1/+6
* Oops, forgot to commit. New stream/filter for doingMichael Zucci2000-11-074-0/+460
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-0720-543/+1703
* Two segfault fixesPeter Williams2000-11-072-1/+6
* new function, generates simple message/content idRadek Doulik2000-11-043-0/+21
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-0410-33/+249
* Undo my incorrect fix - I misunderstood danw - sorry!Jeffrey Stedfast2000-11-042-26/+9
* Unbreak this.Dan Winship2000-11-042-2/+7
* If show_pass, then base64 the password before writing it to the outputJeffrey Stedfast2000-11-042-6/+41
* fix bug in previousDan Winship2000-11-041-3/+1
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-0419-79/+79
* Quote foldernames when sending to the IMAP server because the folder nameJeffrey Stedfast2000-11-022-1/+7
* Merged in camel-incremental-branch.Not Zed2000-11-0213-107/+532
* Remove old subbed folders from hash table after freeing them.Dan Winship2000-11-022-3/+14
* Deal correctly with namespace == ""Dan Winship2000-11-022-1/+6
* calendar: made all gui show localizedGediminas Paulauskas2000-11-013-209/+696
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-018-80/+62
* Camel IMAP authentication includes (forgotten in last commit)Dan Winship2000-10-311-0/+39
* New file with code for IMAP authentication mechanisms. (Currently justDan Winship2000-10-315-84/+384
* Take an additional argument, "break_lines", saying whether or not to addDan Winship2000-10-314-10/+11
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-309-274/+343
* Remove md5-utils.h include since it's not part of Camel any more.Dan Winship2000-10-306-12/+29
* Remove previous comment about Outlook brokenness, since it turns out theDan Winship2000-10-282-7/+3
* Work around Outlook brokenness in iMIP parsing by only quotingDan Winship2000-10-282-2/+24
* build md5-utils72000-10-286-449/+22
* Add newline to kill warnings.Kjartan Maraas2000-10-262-1/+5
* Fix folder listing code infinite loop.Dan Winship2000-10-262-1/+4
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-255-17/+47
* add subscribed_folders.Chris Toshok2000-10-253-4/+121
* add a missing #includeDan Winship2000-10-251-0/+1
* Fill in the message_count and unread_message_count flags (if !fast).Dan Winship2000-10-252-5/+39
* lots of i18n fixesDan Winship2000-10-2432-235/+216
* add camel-nntp-types.h.Chris Toshok2000-10-242-1/+7
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-242-0/+7
* These should have gone away a long time ago.Dan Winship2000-10-245-834/+5
* re-enable the nntp provider.Chris Toshok2000-10-212-1/+5
* add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-212-41/+149
* #include <sys/types.h> before <regex.h>Chris Toshok2000-10-202-0/+5
* Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) asDan Winship2000-10-202-1/+5
* Emit message_changed and folder_changed as appropriate.Dan Winship2000-10-202-2/+25
* Update comment here so refresh_info isn't just for reconnects any more.Dan Winship2000-10-205-61/+64
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-203-0/+11
* The correct fix this time - the description should be encoded here and notJeffrey Stedfast2000-10-192-1/+10
* Initialize the outbuf to be empty before calling unicode_iconv on it.Ettore Perazzoli2000-10-192-0/+8
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-1821-144/+348
* (camel_imap_folder_new): Move the summary creation to after theDan Winship2000-10-182-9/+12
* Remove cached info at the end of the summary when the folder shrinksDan Winship2000-10-183-11/+23
* Encode the header value. (add_header): Same.Jeffrey Stedfast2000-10-182-12/+25
* Added some malloc check debugging stuff.Not Zed2000-10-174-18/+81
* Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) orJeffrey Stedfast2000-10-172-1/+8
* Don't free 'resp' as it doesn't point to the beginning of the allocatedJeffrey Stedfast2000-10-172-14/+26
* when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure toChris Toshok2000-10-172-8/+18
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-174-12/+47
* Deal with the possibility of not getting a LIST response back for the topDan Winship2000-10-172-12/+20
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-1313-541/+609
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-128-27/+53
* remove the leading '/'. (nntp_store_subscribe_folder): same.Chris Toshok2000-10-122-3/+9
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-122-2/+8
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-115-30/+69
* Un-rasterize my changelog entryJoe Shaw2000-10-111-1/+1
* Check before deferencing the sep pointer.Joe Shaw2000-10-112-1/+8
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-115-8/+12