aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
Commit message (Expand)AuthorAgeFilesLines
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-182-2/+2
* Don't use dir_sep as top-level directory, use "/".Jeffrey Stedfast2000-09-152-8/+5
* Don't look at the response of the command. camel_imap_command_extended()Dan Winship2000-09-151-80/+2
* Rewrote to take a third argument (gboolean *selectable) so that we canJeffrey Stedfast2000-09-142-21/+95
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-063-7/+20
* Removed some unused functions.Christopher James Lahey2000-09-021-45/+0
* Reimplemented. It should now work correctly for most possible VFolderJeffrey Stedfast2000-09-011-175/+327
* Don't save any exceptions caused by camel_imap_folder_changedJeffrey Stedfast2000-08-312-10/+40
* Rewrote to ignore strings that look like server responses until it is sureJeffrey Stedfast2000-08-312-12/+63
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-314-133/+433
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-311-17/+20
* General cleanup / moving stuff around to make things easier to follow.Jeffrey Stedfast2000-08-311-41/+56
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-303-123/+145
* Removed old code that will never be needed againJeffrey Stedfast2000-08-302-212/+90
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-304-838/+402
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-303-19/+70
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-292-165/+158
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-261-0/+1
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-261-2/+2
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-261-7/+31
* use BODY.PEEK, not BODY, so we don't set the message \Seen.Dan Winship2000-08-231-1/+1
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-13/+31
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-2/+3
* Add support for copying messagesPeter Williams2000-08-161-1/+1
* 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
* 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
* 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-116-127/+115
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-6/+8
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-1/+1
* 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
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-042-7/+10
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-022-222/+314
* 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
* 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-281-2/+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-251-69/+28
* 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
* 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 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
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-13/+3
* 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-131-4/+4
* Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-122-8/+42
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-121-6/+16
* This shouldn't return NULL, it should return g_ptr_array_new () so theJeffrey Stedfast2000-07-121-1/+1
* Implemented.Jeffrey Stedfast2000-07-101-0/+29
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-093-24/+31
* 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-081-2/+2
* Parse for more header information to allow message threading in IMAP.Jeffrey Stedfast2000-07-071-27/+159
* Changed over to camel_imap_command_extended as that was the source of theJeffrey Stedfast2000-07-061-10/+8
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+14
* remove unneeded libcamelimap_la_LDADD.Dan Winship2000-07-021-3/+0
* 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-011-15/+13
* 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-291-47/+76
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-284-59/+52
* 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
* UpdatedJeffrey Stedfast2000-06-235-53/+144
* Modified to use the "namespace" (url->path) if it exists.Jeffrey Stedfast2000-06-223-33/+38
* IMAP is working! (sorta)Jeffrey Stedfast2000-06-221-6/+117
* 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
* 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-171-37/+0
* 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-162-61/+17
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-142-6/+10
* IMAP will now allow you to login, and on some IMAP providers it will actually...Jeffrey Stedfast2000-06-144-116/+102
* implemented a temp hack for the imap fetch by uid codeJeffrey Stedfast2000-06-131-12/+31
* Deprecated.Jeffrey Stedfast2000-06-131-4/+20
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-131-1/+1
* 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-101-1/+15
* 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
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-076-85/+141
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-312-47/+186
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-291-3/+4
* 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
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-264-1/+1419
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-253-0/+232
* Added debug fprintfs, tested with a few messages (smtp_data): Fixed to useEDT 2000 Jeffrey Stedfast2000-05-241-0/+7
* stuffJeffrey Stedfast2000-05-233-0/+92