aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagCONTROL_CENTER_1_3_1nobody2000-08-2282-14038/+0
* Make sure newsrc is not null (nntp_folder_get_subfolder_names): dittoJP Rosevear2000-08-222-6/+18
* Make sure respbuffer is not null before manipulating it. If it is null,JP Rosevear2000-08-221-3/+10
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-172-3/+5
* Add support for copying messagesPeter Williams2000-08-161-1/+1
* Add camel-nntp-utils.hDan Winship2000-08-141-1/+2
* do a strcasecmp rather than just a strcmp when checking if a folder isDan Winship2000-08-141-1/+1
* (imap_get_subfolder_names_internal): Add "INBOX" to the list asDan Winship2000-08-131-1/+1
* Don't assume the FETCH results will come back in the order they wereDan Winship2000-08-131-2/+2
* Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-133-8/+115
* New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-131-105/+101
* No longer calls try_connect() to get authtypesJeffrey Stedfast2000-08-131-2/+4
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-123-28/+53
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-123-33/+209
* Fixed a warning.Christopher James Lahey2000-08-121-2/+2
* remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-121-16/+0
* use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-121-3/+2
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-112-0/+60
* Fixed some warnings.Christopher James Lahey2000-08-114-5/+10
* t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-111-28/+17
* Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214
* If we go over the max number of messages, don't keep requesting newJeffrey Stedfast2000-08-111-13/+17
* Merge with camel-async.Peter Williams2000-08-1137-1014/+901
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-118-567/+643
* Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-092-5/+8
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-095-5/+5
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-084-9/+105
* If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-082-10/+23
* Strip all \n's from the expressionJeffrey Stedfast2000-08-081-4/+7
* If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-051-28/+31
* Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-051-1/+1
* Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-051-2/+2
* add a debugging macro for doing protocol tracing.Dan Winship2000-08-041-2/+24
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-042-7/+10
* Initialize the service_cache for the news/nntp providersJeffrey Stedfast2000-08-041-6/+10
* srcdir != builddir fixPeter Williams2000-08-031-0/+1
* Kill this. It doesn't have any code to do anything the new mh providerDan Winship2000-08-0314-2068/+2
* When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-021-7/+12
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-022-222/+314
* cvsignore filePeter Williams2000-08-011-0/+7
* Initial cut at mh provider. Well, it already does everythingNot Zed2000-08-0110-1/+1219
* Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-012-208/+253
* Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-08-011-0/+1
* Buffer overrun fix in g_strfreev -- two more that I forgotPeter Williams2000-08-011-0/+2
* Buffer overrun fix in g_strfreevPeter Williams2000-08-011-0/+1
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-014-46/+328
* Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-291-24/+35
* fixed a few logic errorsJeffrey Stedfast2000-07-292-8/+8
* Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-292-35/+85
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-293-55/+123
* Fixed my routine to only fetch new headers, my IDs were off by 1 on theJeffrey Stedfast2000-07-281-1/+1
* Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-285-106/+172
* Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-282-18/+36
* Fix Makefile.am booboo.Peter Williams2000-07-289-18/+0
* Fixed a few compiler warningsJeffrey Stedfast2000-07-261-2/+2
* Fixed the real problem that Peter was running into.Jeffrey Stedfast2000-07-261-11/+11
* IMAP expunge crash prevention... still not right...Peter Williams2000-07-261-0/+1
* Optimized to try and get the new message headers without reloading theJeffrey Stedfast2000-07-253-87/+73
* Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-253-24/+39
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-256-314/+229
* Updated to port easily to the new Camel API (imap_init): Don't SELECTJeffrey Stedfast2000-07-251-36/+28
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-254-103/+161
* Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-241-10/+0
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-243-54/+90
* Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-232-40/+47
* Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-222-7/+49
* Updated with some of the same fixes I've made to camel-imap-folder.c likeJeffrey Stedfast2000-07-221-3/+3
* Rewrote the code to check for "* %d RECENT". Still needs to be modified,Jeffrey Stedfast2000-07-221-7/+11
* Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UIDJeffrey Stedfast2000-07-201-2/+2
* General cleanup working towards getting Actions->Expunge workingJeffrey Stedfast2000-07-202-96/+51
* If the folder's message count is not the same as the number of summaries,Jeffrey Stedfast2000-07-201-9/+20
* Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info):Jeffrey Stedfast2000-07-191-50/+109
* Added in imap_[g,s]et_message_user_flag() methodsJeffrey Stedfast2000-07-192-28/+32
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-182-4/+17
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-2/+2
* oops, s/status/s in imap_sync()Jeffrey Stedfast2000-07-181-2/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-3/+1
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-6/+6
* minor fixes that came up when building with gcc -ansi -pedanticJeffrey Stedfast2000-07-171-4/+4
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-171-4/+4
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-172-24/+43
* One last fix to get rid of hard-coded "/" directory separatorsJeffrey Stedfast2000-07-151-1/+4
* Oops, minor fix to make any dir_sep work.Jeffrey Stedfast2000-07-151-2/+2
* New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-153-27/+113
* If the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-141-8/+7
* If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-142-48/+14
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-143-20/+19
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-142-15/+25
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-141-0/+6
* define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*Dan Winship2000-07-141-1/+3
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-0/+2
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-166/+110
* Don't fetch the entire RFC822 header, just fetch the fields we want.Jeffrey Stedfast2000-07-131-3/+6
* Oops, missed a source file.Jeffrey Stedfast2000-07-131-1/+3
* Chris forgot to add #include <e-util/e-util.h> to the source filesJeffrey Stedfast2000-07-131-4/+5
* Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST inJeffrey Stedfast2000-07-131-6/+6
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-4/+4
* get the article num out of our uid and mark it read in the newsrc.Chris Toshok2000-07-132-40/+38
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-135-57/+11
* Solaris fixes: make sure not to pass NULL to printf's %sMatthew Loper2000-07-131-2/+4
* Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-132-6/+6
* don't add test-newsrc to the build since it needs libcamel (which isn'tChris Toshok2000-07-134-179/+212
* Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-122-8/+42
* fix %08x to %04xJeffrey Stedfast2000-07-121-1/+1
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-122-9/+19
* This shouldn't return NULL, it should return g_ptr_array_new () so theJeffrey Stedfast2000-07-121-1/+1
* Initialize a variable to make this not crash again. And fix a bug so itDan Winship2000-07-111-2/+2
* kill more debugging messagesDan Winship2000-07-112-22/+0
* Implemented.Jeffrey Stedfast2000-07-103-0/+81
* New function to copy a header_references structure.Dan Winship2000-07-101-71/+44
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-097-74/+83
* Don't cache the exact server response, only cache the important data (akaJeffrey Stedfast2000-07-081-4/+30
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-083-5/+5
* Fixed the parser to actually workJeffrey Stedfast2000-07-081-14/+12
* Parse for more header information to allow message threading in IMAP.Jeffrey Stedfast2000-07-071-27/+159
* Oops. Don't pass port # as a string in the error code (if it fails toJeffrey Stedfast2000-07-061-4/+5
* Changed over to camel_imap_command_extended as that was the source of theJeffrey Stedfast2000-07-061-10/+8
* remove some non-error case debugging messages.Dan Winship2000-07-062-19/+1
* Suppress debugging messages from the mbox provider.Ettore Perazzoli2000-07-061-1/+6
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-062-11/+5
* Fix a bug in error-setting code. (pop3_connect): Don't re-prompt forDan Winship2000-07-031-22/+38
* New functions to freeze and thaw a folder (to prevent message/folderDan Winship2000-07-031-13/+5
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-026-1/+80
* remove unneeded libcamelimap_la_LDADD.Dan Winship2000-07-021-3/+0
* fix the CAPA-parsing code to not get into an infinite loop.Dan Winship2000-07-021-2/+4
* Fixed the bug that would sometimes leave part of the server responseJeffrey Stedfast2000-07-021-7/+16
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-014-64/+59
* New function, to copy a message from one folder to another. The defaultJeffrey Stedfast2000-07-011-14/+37
* Utilities for parsing broken date strings.Jeffrey Stedfast2000-07-011-0/+3
* providers/imap/camel-imap-folder.c: added move_message_to()Jeffrey Stedfast2000-07-011-0/+41
* imap_expunge should now give more meaningful errorsJeffrey Stedfast2000-06-301-2/+2
* Changed to keep prompting user for a valid password until it eitherJeffrey Stedfast2000-06-293-122/+174
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-294-327/+388
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-284-59/+52
* Don't close the filter stream when done with it (this causes the sourceChristopher James Lahey2000-06-281-1/+1
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-4/+13
* providers/imap/camel-imap-[store,folder].c: Improved folder parsingJeffrey Stedfast2000-06-242-7/+10
* Oops. Now appends the namespace to the folder before querying for theJeffrey Stedfast2000-06-232-52/+39
* ignore test-newsrcChris Toshok2000-06-2310-472/+840
* UpdatedJeffrey Stedfast2000-06-2310-58/+174
* Modified to use the "namespace" (url->path) if it exists.Jeffrey Stedfast2000-06-223-33/+38
* Fix dumb bug.Dan Winship2000-06-221-1/+1
* IMAP is working! (sorta)Jeffrey Stedfast2000-06-221-6/+117
* When determining a mailboxe's folder_file_path et aluse its basename to preve...Peter Williams2000-06-221-4/+6
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-13/+15
* now parses flags gotten from the IMAP server correctlyJeffrey Stedfast2000-06-211-12/+12
* Implemented. (imap_sync): Added code to set flags on messages that haveJeffrey Stedfast2000-06-211-3/+62
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-20/+31
* Now returns the last line of data that the server sends back as well. ThisJeffrey Stedfast2000-06-212-6/+31
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-203-28/+94
* Set summary equal to NULL. (imap_get_summary): Store the summary in theJeffrey Stedfast2000-06-202-13/+36
* Read the full server reply when we SELECT mailboxes.Peter Williams2000-06-201-3/+5
* Now gets the message flags as it should. (imap_get_summary): Same asJeffrey Stedfast2000-06-192-18/+122
* We were leaking memory - but not anymore! (imap_get_summary): We now getJeffrey Stedfast2000-06-181-3/+104
* camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it shouldJeffrey Stedfast2000-06-182-21/+27
* Add some debugging printfs when rebulding summary to help figure out whyDan Winship2000-06-181-2/+8
* removed imap.c/h from providers/imapJeffrey Stedfast2000-06-183-971/+88
* Added code to expunge if called for (still need to finish coding this).Jeffrey Stedfast2000-06-175-972/+50
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-173-129/+199
* Started to code the imap summary stuffJeffrey Stedfast2000-06-161-7/+83
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-167-170/+59
* fix a bug. (don't expunge deleted messages if called with expunge ==Dan Winship2000-06-161-1/+1
* Check server for various interesting extensions.Dan Winship2000-06-164-38/+190
* Fix to previous change: make sure the "seek" variable ends up with theDan Winship2000-06-162-7/+14
* if the mbox doesn't end with a '\n', write one before appending the newDan Winship2000-06-141-4/+12
* Took out the filter code ( we already filter inJeffrey Stedfast2000-06-141-12/+2
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-147-26/+26
* Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whetherDan Winship2000-06-143-25/+32
* IMAP will now allow you to login, and on some IMAP providers it will actually...Jeffrey Stedfast2000-06-145-117/+103
* implemented a temp hack for the imap fetch by uid codeJeffrey Stedfast2000-06-131-12/+31
* pop provider now uses the crlf filterJeffrey Stedfast2000-06-131-3/+15
* Deprecated.Jeffrey Stedfast2000-06-132-12/+28
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-138-8/+8
* Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK orDan Winship2000-06-101-10/+16
* Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-106-83/+69
* Will now always send EHLO first, if that fails it will fall back on HELO.Jeffrey Stedfast2000-06-102-5/+30
* providers/imap/camel-imap-summary.c now buildsJeffrey Stedfast2000-06-082-17/+17
* Added rules to build camel-imap-streamJeffrey Stedfast2000-06-085-120/+86
* moved camel-imap-stream.* to providers/imapJeffrey Stedfast2000-06-073-0/+1049
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-076-354/+122
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-077-200/+256
* moved some debug print statements to better locationsJeffrey Stedfast2000-06-031-20/+21
* Fun with purify.Dan Winship2000-06-023-0/+6
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-312-4/+4
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-313-49/+189
* diff -r1.206 ChangeLogMichael Zucci2000-05-302-3/+2
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-303-4/+20
* > (message_changed): Track changes to the source message in theMichael Zucci2000-05-301-4/+63
* Check the searched folder is open before trying to search it.Not Zed2000-05-301-0/+12
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-297-3/+18
* (connect_to_server): Remove port number from error message sinceDan Winship2000-05-291-4/+2
* Split apart password and APOP auth, since some servers seem to do both,Dan Winship2000-05-292-123/+148
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-284-151/+256
* Added initial code to camel-imap-folder.cJeffrey Stedfast2000-05-261-0/+636
* Updated several imap source filesJeffrey Stedfast2000-05-262-18/+8
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-261-0/+70
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-265-5/+1419
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-253-0/+232
* Fixes to make the SMTP transport thread-safeEDT 2000 Jeffrey Stedfast2000-05-252-17/+38
* Added debug fprintfs, tested with a few messages (smtp_data): Fixed to useEDT 2000 Jeffrey Stedfast2000-05-243-5/+52
* Shut up.Ettore Perazzoli2000-05-231-0/+7
* stuffJeffrey Stedfast2000-05-233-0/+92
* stuffJeffrey Stedfast2000-05-231-2/+2
* stuff dudeJeffrey Stedfast2000-05-231-6/+1
* dude, just stuffJeffrey Stedfast2000-05-232-69/+68
* > searchpart = strchr(namepart, '?');NotZed2000-05-205-42/+125
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-195-219/+107
* add urls fileDan Winship2000-05-191-0/+1
* Guess!NotZed2000-05-198-2/+659
* fix an off-by-one error in address parsing (smtp_data): useDan Winship2000-05-181-2/+3
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-182-1/+8
* error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.cJeffrey Stedfast2000-05-171-2/+2
* Implement.NotZed2000-05-172-6/+26
* get things working with new camel summary stuff.Chris Toshok2000-05-169-679/+142
* o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-161-6/+37
* now it deff compilesJeffrey Stedfast2000-05-121-1/+1
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-122-3/+24
* camel-smtp-transport.c will now compile :)Jeffrey Stedfast2000-05-121-7/+8
* providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-121-14/+10
* Big bunch o memleaks fixed.NotZed2000-05-121-10/+22
* Free summary items and charset filters.12000-05-121-4/+7
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-111-1/+4
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-101-2/+0
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-091-27/+29
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-091-3/+26
* one more refcounting fix I missed before.Dan Winship2000-05-091-2/+1
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-091-30/+29
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-096-35/+69
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-083-1504/+686
* Make camel not leak like a sieve.Dan Winship2000-05-087-23/+14
* A machine which serves neither POP nor KPOP is not a POP server.Dan Winship2000-05-072-1/+9
* And same here ...NotZed2000-05-051-2/+10
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-1/+1
* Make this compile again in the !KRB4 caseDan Winship2000-05-051-1/+1
* Don't fall back to plaintext passwords if APOP fails, since it should alsoDan Winship2000-05-051-18/+14
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-043-20/+157
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-5/+5
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-033-11/+11
* REmove gmime-utils.h from here.NotZed2000-05-035-372/+28
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-037-7/+14
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-032-5/+0
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-1/+0
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-031-1/+1
* Deleted messages properly get removed from the index.Michael Zucci2000-05-022-4/+4
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-022-3/+3
* Removed search_id.Michael Zucci2000-05-024-63/+16
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-023-46/+318
* oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/Dan Winship2000-05-011-1/+1
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-3015-84/+92
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-283-5/+19