aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_5'.GTKHTML_0_5nobody2000-07-0610-2605/+0
* 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