aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
Commit message (Expand)AuthorAgeFilesLines
* Don't check the initial auth response until we get into the while-loopJeffrey Stedfast2001-05-121-9/+13
* Pass appropriate parameters to CF_CLASS and add comment explaining why myPeter Williams2001-05-101-1/+3
* Set the disconnected status. (camel_disco_store_can_work_offline): ReturnDan Winship2001-05-102-1/+36
* remove something jeff didn't mean to commitDan Winship2001-05-101-1/+1
* Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-101-1/+1
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-082-2/+11
* Fix up refcounting on current_folder.Dan Winship2001-05-041-2/+6
* new abstract class for disconnectable remote storesDan Winship2001-05-045-508/+481
* Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-033-18/+19
* Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-031-14/+8
* Rescue the KPOP code from bit rot.Dan Winship2001-05-021-23/+16
* Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-026-197/+211
* remove unused assignment that calls non-existent function.Dan Winship2001-05-011-2/+0
* Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-015-73/+437
* New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-013-38/+77
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-283-18/+14
* New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-273-20/+21
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-273-3/+3
* Applied jacob's patches for e-poolv stuff.Not Zed2001-04-262-10/+18
* Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.Mikael Hallendal2001-04-231-1/+1
* Free base_url and storage_path.Dan Winship2001-04-193-5/+33
* Don't we want to tell where we are by using the start of the message? IJeffrey Stedfast2001-04-171-5/+5
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-174-14/+9
* s/imap_store/store/, fixing a typo that was causing the build to fail.Jon Trowbridge2001-04-141-4/+4
* Plug leaks.Dan Winship2001-04-141-1/+10
* Plug memory leaks.Dan Winship2001-04-131-0/+1
* s/IMAP/SMTPJeffrey Stedfast2001-04-121-1/+1
* Simplify peterw's imap_is_atom_char fix.Dan Winship2001-04-121-2/+2
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-125-1/+7
* It would be a good idea to recognize '\0'. Before, this code was runningPeter Williams2001-04-081-1/+1
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-052-1/+5
* (imap_update_summary): When reading message flags, set theDan Winship2001-04-041-2/+9
* (imap_get_message): If the server_level < IMAP4rev1, always fetchDan Winship2001-04-041-3/+6
* If we don't change any flags or expunge, send a NOOP to give the server aDan Winship2001-04-041-1/+11
* Remove the "quick_login" member, which is unnecessary.Dan Winship2001-04-033-25/+28
* New files to handle the LOGIN SASL mechanism.Jeffrey Stedfast2001-04-021-9/+24
* Updated the authtypes here too.Jeffrey Stedfast2001-04-021-2/+5
* Updated the authtype values.Jeffrey Stedfast2001-04-022-2/+4
* Move things around here to make this all work right again (so you don'tDan Winship2001-03-311-47/+28
* removed a g_warning for debuggingJeffrey Stedfast2001-03-301-2/+0
* Don't blindly append "/INBOX", construct a CamelURL and set the path thatJeffrey Stedfast2001-03-301-7/+34
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-302-0/+4
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-3035-51/+125
* change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-301-14/+8
* If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-281-4/+3
* add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-274-4/+4
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-2711-159/+140
* Rewrite to use imap_store->namespace, not service->url->pathDan Winship2001-03-271-8/+12
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-50/+67
* keep a reference on the store's current_folder.Dan Winship2001-03-272-2/+11
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-234-85/+116
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-228-187/+148
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-218-190/+402
* Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-191-0/+1
* Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-171-0/+3
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-171-3/+5
* Added #include <config.h>Kjartan Maraas2001-03-171-0/+4
* translate NIL to "" in fetch body part responseDan Winship2001-03-161-1/+3
* First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-1612-268/+739
* Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-163-5/+3
* Update for using CamelTcpStreams and also for using SSL.Jeffrey Stedfast2001-03-151-19/+47
* defined "ssmtp"Jeffrey Stedfast2001-03-154-10/+42
* also change the protocol name in the providersJeffrey Stedfast2001-03-152-2/+2
* Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-154-5/+5
* Check to see if we are using "pops" and then set the appropriate SSLJeffrey Stedfast2001-03-153-3/+44
* So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-151-5/+36
* Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-151-13/+12
* Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-153-5/+16
* When trying again after a failed password attempt, check if the connectionDan Winship2001-03-141-0/+8
* More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-141-10/+11
* Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (AndDan Winship2001-03-101-2/+2
* Implement. (get_trash): Implement. (camel_pop3_store_class_init): OverrideJeffrey Stedfast2001-03-081-0/+19
* Remove some unused stuffDan Winship2001-03-073-71/+0
* i18n'd some strings in here.Jeffrey Stedfast2001-03-062-9/+59
* Doh! Set the CAMEL_URL_ALLOW_AUTH flag.Jeffrey Stedfast2001-03-031-1/+1
* Updated with the extended AUTH return codes.Jeffrey Stedfast2001-03-031-1/+14
* oops, the return code is 235 on success, not 234Jeffrey Stedfast2001-03-031-1/+1
* Don't forget to unref the SASL object.Jeffrey Stedfast2001-03-033-52/+189
* Use "-f" to set the envelope from address so bounces go to the rightDan Winship2001-03-021-10/+34
* Add an "authtypes" hash table to CamelImapStore recording the supportedDan Winship2001-03-025-286/+134
* Added camel-sasl*.[c,h] to the build.Jeffrey Stedfast2001-03-011-25/+1
* Group messages into sets with the same flags and use the IMAP message setDan Winship2001-02-271-33/+144
* Add some internal progress reporting. (imap_rescan): Do some progressNot Zed2001-02-231-1/+18
* #define this as the set of all IMAP system flagsDan Winship2001-02-222-1/+8
* Removed all files.Not Zed2001-02-228-1312/+2
* Removed, not used. (camel_vee_folder_new): Removed call to build_folder.Not Zed2001-02-221-47/+5
* Fixes for IMAP4-pre-rev1 from Torsten Schulz.Dan Winship2001-02-221-2/+8
* Added flags argument. (message_changed): Add support for the auto-updateNot Zed2001-02-206-120/+482
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-164-3/+79
* IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead inDan Winship2001-02-161-3/+8
* (create_folder): Oops, and fix bug involving namespacesDan Winship2001-02-151-4/+3
* New method to create a folder when you don't know its full name.Dan Winship2001-02-151-8/+39
* mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-131-3/+3
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-108-134/+58
* Changed to push the operation into a status stack.Not Zed2001-02-084-14/+77
* Updated.Jeffrey Stedfast2001-02-065-93/+104
* Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-291-1/+1
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-251-2/+2
* Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-243-2/+40
* Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-231-2/+2
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-232-14/+17
* Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-231-1/+1
* Added profiling temp files.Not Zed2001-01-228-0/+32
* (subscribe_folder): add a missing UNLOCKDan Winship2001-01-201-0/+1
* If LISTing a subscribed folder doesn't return a LIST response, just ignoreDan Winship2001-01-201-3/+6
* Mark strings for translation.Kjartan Maraas2001-01-191-2/+2
* More tweaking... skip separator characters after the namespace character.Dan Winship2001-01-191-1/+1
* Oops. Somewhere in one of the reorgs, the code to add new messages to theDan Winship2001-01-191-1/+2
* Add some g_warnings() to help debug later if I ever get the segfaults IJeffrey Stedfast2001-01-181-1/+5
* New smtp error-code to string mapping function. (smtp_connect): Use theJeffrey Stedfast2001-01-181-10/+90
* Delayed loading of IMAP message parts.Dan Winship2001-01-177-157/+884
* set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR)Chris Toshok2001-01-171-1/+5
* Don't check errno as it's not being set. Fixes bug #1150.Jeffrey Stedfast2001-01-171-2/+1
* Ugh, this design is ugly like my butt.Jeffrey Stedfast2001-01-161-1/+1
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-163-4/+39
* Lock around the imap_rescan, which needs it.Peter Williams2001-01-161-0/+2
* (imap_copy_message_to): Fix this up: sync flags to the serverDan Winship2001-01-121-33/+50
* Fix a bug in previous commit: don't check for deleted messages if thereDan Winship2001-01-121-30/+33
* New function to check for added/deleted messages when re-selecting aDan Winship2001-01-123-4/+83
* Changed the descriptions for mh, mbox, and maildir to be moreJeffrey Stedfast2001-01-111-3/+3
* New header to prevent recursive #include problemsDan Winship2001-01-111-0/+39
* New header to prevent recursive #include problemsDan Winship2001-01-118-9/+14
* New class function, parallel to camel_folder_sync. (The defaultDan Winship2001-01-111-0/+18
* Mostly IMAP changes. Use the NAMESPACE extension (whereDan Winship2001-01-103-153/+262
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-104-65/+15
* Dont try and unref a messageinfo that wasn't there, and use the right freeNot Zed2001-01-061-6/+27
* 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-051-0/+509
* Initialize the exists variable so that we don't do random things if theChristopher James Lahey2001-01-041-1/+1
* Finishing the removal of these directories.Chris Lahey2001-01-032-2/+0
* Removed these directories since they're unused.Christopher James Lahey2001-01-0325-4611/+0
* fix off-by-oneDan Winship2001-01-031-1/+1
* IMAP randomness.Dan Winship2001-01-037-404/+102
* Fix the APOP check to not crash on servers that don't return anyDan Winship2000-12-281-7/+9
* (camel_imap_folder_changed): Make sure we unref the summary lookup.Michael Zucci2000-12-241-0/+1
* clean up a stubborn and hard to remove imap_folder->summary.Michael Zucci2000-12-242-5/+4
* Minor compilation fixes.Michael Zucci2000-12-242-14/+6
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-2425-923/+746
* When getting the top-level folder list, include INBOX even if it's notDan Winship2000-12-231-12/+19
* New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-227-441/+211
* Oops. Don't do "FETCH 1:0" when the folder is empty.Dan Winship2000-12-201-31/+40
* Add "guint32 server_flags" to CamelImapMessageInfo to keep track of theDan Winship2000-12-203-62/+89
* Change the semantics of fmt: Now %S (capital S) means an IMAP "string",Dan Winship2000-12-195-21/+175
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*Dan Winship2000-12-1431-31/+31
* add #include <sys/types.h> for freebsd.Chris Toshok2000-12-141-0/+1
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-133-2/+6
* Remove use of linewrap filter. Headers are now wrapped. encode_8bitMichael Zucci2000-12-111-12/+3
* Hrm, we actually want to call set_header, not add_header here, probablyNot Zed2000-12-111-4/+34
* We want to bitwise-or the server and cached flags here so that we keep theJeffrey Stedfast2000-12-071-2/+6
* If the data wrapper fails to be written to the stream, unref it and theJeffrey Stedfast2000-12-061-0/+5
* (imap_refresh_info): Fix a really really really dumb bug.Dan Winship2000-12-061-1/+1
* use BODY.PEEK[] rather than RFC822, so the message doesn't get marked asDan Winship2000-12-061-2/+2
* Fix the check for "flags aren't actually changing".Dan Winship2000-12-063-7/+22
* stream_flush does make sense for a substream afterall (if you have aNot Zed2000-12-051-1/+0
* i18n-ize exception strings. (get_name): And here. (_send_to): Here too.Jeffrey Stedfast2000-12-051-49/+37
* Don't g_return_if_fail if the service is already disconnected. JustDan Winship2000-12-021-2/+4
* Fix a possible bug where 'name' could be uninitialized.Jeffrey Stedfast2000-12-011-1/+1
* Handle the case where the summary failed to load - clear the summary andJeffrey Stedfast2000-12-011-2/+6
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-3014-101/+298
* Fix some off-by-one-ness.Dan Winship2000-11-301-3/+3
* Builddir != srcdir loving.Ettore Perazzoli2000-11-291-1/+1
* Add a missed unref.Not Zed2000-11-296-8/+46
* Don't try to free things if they haven't been set yet.Dan Winship2000-11-291-2/+4
* 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-291-0/+2
* Set the info size's properly, oops!Not Zed2000-11-289-51/+191
* add scan = scan->next; to avoid infinite loopRadek Doulik2000-11-281-0/+1
* Make this gratuitously more complicated. No wait, I mean, fix bugs. NowDan Winship2000-11-281-48/+89
* Remove "complete" fieldJP Rosevear2000-11-281-0/+7
* Removed mh, mbox, added local, to the default.Not Zed2000-11-271-2/+5
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-213-30/+221
* Fixed to return the correct bytecount in all cases which is the real fixJeffrey Stedfast2000-11-212-6/+3
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-218-343/+567
* 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-171-0/+4
* Use the byte-read count to decrement the number of bytes left to readJeffrey Stedfast2000-11-171-5/+5
* We should always terminate the string. No need to check outptr is inNot Zed2000-11-172-7/+4
* Check the uid string is all digits before trying to write a 'standard'Not Zed2000-11-169-230/+307
* New file - utility functions for locking using different strategies and/orNot Zed2000-11-161-4/+1
* Removed local again, not quite ready.Not Zed2000-11-151-1/+1
* Maildir lives.Michael Zucci2000-11-1513-17/+1005
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-1522-0/+4165
* put a space before a single-digit day of the month since it seems someDan Winship2000-11-111-1/+1
* Fix error handling. (Only send a "*" to bail out of authentication if theDan Winship2000-11-101-9/+13
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-8/+4
* Two segfault fixesPeter Williams2000-11-071-1/+1
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-041-16/+5
* Unbreak this.Dan Winship2000-11-041-2/+2
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-0414-26/+21
* Quote foldernames when sending to the IMAP server because the folder nameJeffrey Stedfast2000-11-021-1/+1
* Merged in camel-incremental-branch.Not Zed2000-11-028-29/+66
* Remove old subbed folders from hash table after freeing them.Dan Winship2000-11-021-3/+11
* Deal correctly with namespace == ""Dan Winship2000-11-021-1/+1
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-014-22/+26
* 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-314-84/+357
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-307-274/+297
* Remove md5-utils.h include since it's not part of Camel any more.Dan Winship2000-10-303-4/+7
* build md5-utils72000-10-282-2/+8
* Fix folder listing code infinite loop.Dan Winship2000-10-261-1/+1
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-252-16/+21
* add subscribed_folders.Chris Toshok2000-10-252-4/+97
* Fill in the message_count and unread_message_count flags (if !fast).Dan Winship2000-10-251-5/+34
* lots of i18n fixesDan Winship2000-10-2423-173/+155
* add camel-nntp-types.h.Chris Toshok2000-10-241-1/+2
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-241-0/+3
* re-enable the nntp provider.Chris Toshok2000-10-211-1/+1
* add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-211-41/+138
* Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) asDan Winship2000-10-201-1/+1
* Emit message_changed and folder_changed as appropriate.Dan Winship2000-10-201-2/+20
* Update comment here so refresh_info isn't just for reconnects any more.Dan Winship2000-10-203-56/+42
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-0/+1
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-1812-90/+99
* (camel_imap_folder_new): Move the summary creation to after theDan Winship2000-10-181-9/+9
* Remove cached info at the end of the summary when the folder shrinksDan Winship2000-10-182-9/+14
* Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) orJeffrey Stedfast2000-10-171-1/+1
* Don't free 'resp' as it doesn't point to the beginning of the allocatedJeffrey Stedfast2000-10-171-10/+11
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-173-10/+28
* Deal with the possibility of not getting a LIST response back for the topDan Winship2000-10-171-12/+14
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-138-517/+541
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-121-8/+8
* remove the leading '/'. (nntp_store_subscribe_folder): same.Chris Toshok2000-10-121-3/+3
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-121-2/+2
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-114-30/+54
* Check before deferencing the sep pointer.Joe Shaw2000-10-111-1/+2
* write out the newsrc. (nntp_store_get_name): if @brief, just return host.Chris Toshok2000-10-102-57/+86
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-071-0/+2
* new file.Chris Toshok2000-10-073-0/+301
* Don't compile the NNTP provider as it currently doesn't build becauseEttore Perazzoli2000-10-071-1/+1
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-068-24/+199
* revert to old method (only use XOVER if OVER is supported.)Chris Toshok2000-10-052-14/+24
* return a gboolean so we can tell if this command worked. we can't key offChris Toshok2000-10-051-8/+9
* Fix a case where a variable was free'd and then possibly used in an errorDan Winship2000-10-051-1/+2
* news: -> nntp:.Chris Toshok2000-10-051-23/+2
* use "nntp:" instead of "news:" since "news:" urls aren't supposed to haveChris Toshok2000-10-051-2/+7
* borrow some code from the imap provider to query the user for theirChris Toshok2000-10-052-30/+109
* IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it.Dan Winship2000-10-051-19/+28
* Quote the mailbox name when sending a SELECT request otherwise mailboxesJeffrey Stedfast2000-10-041-1/+1
* New file containing camel_imap_command and friends. MajorDan Winship2000-10-048-1194/+713
* New convenience function to determine if there are any 8bit mime parts inJeffrey Stedfast2000-10-031-11/+28
* Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text):Jeffrey Stedfast2000-10-031-53/+16
* Remove default_ports.Dan Winship2000-10-0312-11/+9
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-0313-236/+252
* More updating... still not usable, or even compilableDan Winship2000-10-034-46/+266
* another mem leak fixJeffrey Stedfast2000-09-291-0/+5
* Fixed some memory leaks. (camel_smtp_transport_init): InitializeJeffrey Stedfast2000-09-292-59/+44
* Don't send the recipient data through smtp_get_email_addr_from_text - thisJeffrey Stedfast2000-09-291-15/+14
* When getting a literal string response, don't include the \r\n after theJeffrey Stedfast2000-09-293-1/+10
* New function to fold headers.Not Zed2000-09-282-181/+195