summaryrefslogtreecommitdiff
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* No longer need to split ']' tokens from atom tokens due to a fixup in theJeffrey Stedfast2004-03-265-35/+914
* If the server is imap.web.de, just ask for all the headers rather thanJeffrey Stedfast2004-03-254-8/+32
* Fix for bug #55018.Jeffrey Stedfast2004-03-252-4/+35
* Removed newline character from the provider descriptionMartyn Russell2004-03-252-1/+6
* removed ldap seetings and added a settng for SOAP port read port numberSivaiah Nallagatla2004-03-253-93/+80
* New convenience wrapper function. (engine_parse_status): Fixed to handleJeffrey Stedfast2004-03-254-9/+79
* #include <stdlib.h> for strtoul()Jeffrey Stedfast2004-03-251-0/+1
* The beginnings of a new IMAP provider moduleJeffrey Stedfast2004-03-2412-0/+4071
* Reworked the else bit to fix a bug where if we had the BODY structure, weJeffrey Stedfast2004-03-232-51/+56
* use camel debug to add some debug here.Not Zed2004-03-237-69/+260
* connect lock around this. was getting a race with mem corruptionNot Zed2004-03-232-2/+12
* decode newsgroups header into a list of newsgroups.Not Zed2004-03-225-2/+81
* ref the diary before replaying it. it could get unreffed during replay ifNot Zed2004-03-193-9/+16
* remove async_thread thing.Not Zed2004-03-194-59/+4
* Checking that mi->content->type != NULL is no longer good enough to tellJeffrey Stedfast2004-03-172-4/+30
* reverted last fix and:Radek Doulik2004-03-173-36/+35
* Don't bloody junktest filter mail unless the user has configured EvolutionJeffrey Stedfast2004-03-172-27/+37
* Reverted jeff's fix for #55018, since it wasn't tested, and doesn't work.Not Zed2004-03-172-75/+35
* See bug #55618.Not Zed2004-03-175-1/+54
* Always use '/' to derive the basename of the folder. folder->full_name isJeffrey Stedfast2004-03-152-1/+6
* If the initial SELECT fails and CREATE is specified, clear the exceptionJeffrey Stedfast2004-03-152-1/+10
* rever previous patch. We don't want to set the default mime/type, it'llNot Zed2004-03-152-4/+6
* same as below for path.Not Zed2004-03-155-5/+21
* set the mime-type field on the content the same way asNot Zed2004-03-157-9/+92
* drop embedded whitespace characters, and don't do unquoting, etc. SeeNot Zed2004-03-152-8/+31
* Now takes an argument to specify whether disconnecting when respbuf isJeffrey Stedfast2004-03-132-15/+23
* Fix for bug #53497.Jeffrey Stedfast2004-03-122-38/+37
* clearn the learn bit only if setRadek Doulik2004-03-122-3/+6
* Fixes for bug #55018.Jeffrey Stedfast2004-03-125-59/+122
* watch for setting JUNK flag, if JUNK_LEARN is not set as well then resetRadek Doulik2004-03-123-72/+184
* If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE orJeffrey Stedfast2004-03-122-37/+44
* fixed ChangeLogJeffrey Stedfast2004-03-111-1/+0
* Sanity check that count is <1024 and also use g_try_malloc so that we canJeffrey Stedfast2004-03-112-3/+12
* removed this. not sure what it was doing there, a 1 line funciton usedNot Zed2004-03-112-16/+24
* we need to add the folderinfo always if we're recursive from top. ShouldNot Zed2004-03-112-2/+6
* (imap_store_refresh_folders): check we're updating an imap folder,Michael Zucci2004-03-112-3/+11
* turn off NOINFERIORS always, translate to nochildren.Not Zed2004-03-1115-171/+318
* fix all the warningsEVOLUTION_1_5_5Michael Zucci2004-03-045-8/+10
* ** See bug #53355.Not Zed2004-03-042-3/+15
* use "Calendar" and "Checklist" for the folder names, instead of "Default".Rodrigo Moya2004-03-032-8/+14
* attempt at uncancelling a cancelled operation.Not Zed2004-03-033-0/+28
* forgot to turn off voluminous debugMichael Zucci2004-03-031-1/+1
* fun dun diddley un fun. Since we're writing a const buffer, we need toNot Zed2004-03-0311-79/+130
* Overrides the parent method. We don't want to encode user flags/tags orJeffrey Stedfast2004-03-022-2/+30
* ** See bug #54755.Not Zed2004-02-272-5/+14
* use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check forNot Zed2004-02-271-29/+31
* ignore NODATA response, otherwise we abort in a meaningless way. SeeNot Zed2004-02-271-10/+2
* Free the uids *after* reporting Complete, otherwise we get an FMR if ourJeffrey Stedfast2004-02-253-3/+16
* do not avoid junk mails in unread count52004-02-252-1/+6
* moved the RECNET flag into the folder area (bit 17-30).Not Zed2004-02-256-21/+33