aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. #53466.Priit Laes2004-05-013-3/+6
* Change the UID_SET_LIMIT to 768 (something <1000 octets as suggested byJeffrey Stedfast2004-04-282-2/+9
* Mark exception strings for translation and fixed a spelling mistake.Jeffrey Stedfast2004-04-282-55/+60
* ** See bug #57659.Not Zed2004-04-273-5/+15
* Added HAS_LICENSE flag for allowing camel providers to display licenseSarfraaz Ahmed2004-04-232-0/+18
* Send a flag list rather than \Deleted by itself. See #57381.Not Zed2004-04-222-4/+10
* Don't bother doing any work if perm_flags is 0.Jeffrey Stedfast2004-04-222-6/+16
* added CAMEL_LIBS to LIBADD added new function to get addres book namesSivaiah Nallagatla2004-04-213-68/+176
* set the meta data file on nntp folders.Not Zed2004-04-212-0/+8
* implement dummy virtual method.Not Zed2004-04-213-0/+45
* Fixed to not expect ]'s as part of the BODY atom token.Jeffrey Stedfast2004-04-202-1/+12
* will never be true. Fixes bug #56982.Jeffrey Stedfast2004-04-172-1/+6
* Changed imap_atom_specials[] to not treat ']' as an atom char (as perJeffrey Stedfast2004-04-162-2/+10
* Use %F instead of %S so that the folder name gets properly converted fromJeffrey Stedfast2004-04-152-1/+9
* do offline mail syncing (only for open folders so far). If we fail doingNot Zed2004-04-142-5/+38
* Rearranged some error checking code to fix bug #56405.Jeffrey Stedfast2004-04-142-10/+16
* implement the new counts, and get them all atomically so they're onlyNot Zed2004-04-133-14/+60
* Fix NotZed's fix to not mark messages as unseen. Fixes bug #56879.Jeffrey Stedfast2004-04-132-4/+9
* change the auth type string from Password to plain/passwordSivaiah Nallagatla2004-04-132-1/+7
* Fix for bug #56878.Jeffrey Stedfast2004-04-132-8/+29
* add bookname to uriSivaiah Nallagatla2004-04-112-6/+11
* Fix capitalisation of the "mailcheck" section title and move it to the topJeffrey Stedfast2004-04-103-7/+17
* Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): DoJeffrey Stedfast2004-04-082-4/+108
* always set the seen flag when we delete a message. I demand that this may,Not Zed2004-04-083-2/+11
* include camel-debug.hNot Zed2004-04-085-54/+61
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-072-2/+27
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-072-11/+57
* Defined.Jeffrey Stedfast2004-04-078-8/+26
* #if 0 out the sys/debugreg stuff.Not Zed2004-04-062-1/+3
* ** See bug #56110.Not Zed2004-04-063-12/+69
* ** See bug #56464.Not Zed2004-04-065-16/+59
* dont add folders to folders_out here, only in get_folders_add_folders.Not Zed2004-04-053-13/+21
* New function to get the deleted message count (used for Outbox count whichJeffrey Stedfast2004-04-033-5/+53
* turn this on, this should always be on, it points to real bugs in theNot Zed2004-04-023-7/+33
* Wrap annoying exeption warnings with w().Jeffrey Stedfast2004-04-022-6/+12
* fixed changelogJeffrey Stedfast2004-03-311-1/+0
* Partially implemented. (imap4_get_folder): Implemented.Jeffrey Stedfast2004-03-313-19/+305
* Use header_decode_text() rather than rfc2047_decode_word() to decode theJeffrey Stedfast2004-03-312-2/+9
* added some debug to dump the whole folderinfo tree if store:folder_info isNot Zed2004-03-307-22/+263
* Implemented.Jeffrey Stedfast2004-03-3026-1997/+2114
* Updated to actually parse the STATUS response into a list of item/valueJeffrey Stedfast2004-03-302-23/+128
* Removed debugging printfs.Jeffrey Stedfast2004-03-303-4/+13
* close pre tag in case we just flush. I am not sure if it's still worth toRadek Doulik2004-03-302-3/+24
* use object_bag_peek instead of _get, since we dont want to clash/wait forNot Zed2004-03-294-23/+51
* get the content-type off of the multipart-signed, not its container. ThisNot Zed2004-03-292-2/+6
* remove locking here, we're locked whne we enter. (fill_fi): callNot Zed2004-03-292-4/+9
* New source files implementing the CamelFolder class for the new IMAP4Jeffrey Stedfast2004-03-294-0/+840
* added .cvsignoreJeffrey Stedfast2004-03-291-0/+7
* added camel-imap-store.[c,h] to the buildJeffrey Stedfast2004-03-292-20/+47
* added camel-imap-provider.cJeffrey Stedfast2004-03-293-1/+141
* build fixesJeffrey Stedfast2004-03-292-6/+7
* New source files implementing the CamelFolderSummary class for the newJeffrey Stedfast2004-03-294-0/+1206
* Reverted imap.web.de fix.Jeffrey Stedfast2004-03-272-6/+8
* Added new maildir flags D for draft and commented P for forwarded.Not Zed2004-03-263-4/+30
* 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-264-8/+32
* Fix for bug #55018.Jeffrey Stedfast2004-03-262-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-2512-0/+4071
* Reworked the else bit to fix a bug where if we had the BODY structure, weJeffrey Stedfast2004-03-242-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-182-4/+30
* reverted last fix and:Radek Doulik2004-03-183-36/+35
* Don't bloody junktest filter mail unless the user has configured EvolutionJeffrey Stedfast2004-03-182-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-162-1/+6
* If the initial SELECT fails and CREATE is specified, clear the exceptionJeffrey Stedfast2004-03-162-1/+10
* rever previous patch. We don't want to set the default mime/type, it'llNot Zed2004-03-162-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-132-38/+37
* clearn the learn bit only if setRadek Doulik2004-03-132-3/+6
* Fixes for bug #55018.Jeffrey Stedfast2004-03-135-59/+122
* watch for setting JUNK flag, if JUNK_LEARN is not set as well then resetRadek Doulik2004-03-133-72/+184
* If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE orJeffrey Stedfast2004-03-132-37/+44
* fixed ChangeLogJeffrey Stedfast2004-03-121-1/+0
* Sanity check that count is <1024 and also use g_try_malloc so that we canJeffrey Stedfast2004-03-122-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 warningsMichael 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-032-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-263-3/+16
* do not avoid junk mails in unread count52004-02-262-1/+6
* moved the RECNET flag into the folder area (bit 17-30).Not Zed2004-02-256-21/+33
* #include <signal.h>, we don't need limits.hJeffrey Stedfast2004-02-252-5/+7
* fixed the g_return_val_if_changed expr that I messed up. doh.Jeffrey Stedfast2004-02-251-1/+1
* New function to do what camel_store_uri_cmp() was supposed to do.Jeffrey Stedfast2004-02-253-0/+60
* If our folder has a subdir, but no actual children, then we need to unsetRodney Dawes2004-02-242-0/+10
* remove debugMichael Zucci2004-02-241-8/+1
* kill some debugMichael Zucci2004-02-242-16/+3
* kill sum debugMichael Zucci2004-02-241-3/+3
* Removed. Useless/broken function.Jeffrey Stedfast2004-02-243-11/+5
* fixedJeffrey Stedfast2004-02-211-10/+15
* Init list to NULL to prevent the crash in bug #54574.Jeffrey Stedfast2004-02-212-1/+6
* wrap this file with #ifdef ENABLE_SMIME instead of #ifdef HAVE_NSS.Chris Toshok2004-02-202-2/+7
* Add sanity checking to the folder name if we are going to create it, justJeffrey Stedfast2004-02-202-0/+20
* Fixes for api changes.Not Zed2004-02-1915-330/+274
* s/parading/masquerading/Jeffrey Stedfast2004-02-191-1/+1
* Use the trust to decide the validity signature status. (Better way ofJeffrey Stedfast2004-02-193-12/+15
* Set the trust.Jeffrey Stedfast2004-02-183-2/+22
* implment, make sync a noop on vee stores. Speeds up exit, so we don't tryNot Zed2004-02-172-0/+13
* ** See bug #53861.Not Zed2004-02-172-0/+12
* ** See bug #51045.Not Zed2004-02-1620-140/+437
* added bug# to a changelog entryJeffrey Stedfast2004-02-141-1/+2
* Same.Jeffrey Stedfast2004-02-148-52/+107
* Since decoding a string doesn't allow strings longer than 65536, truncateJeffrey Stedfast2004-02-132-2/+10
* ** See bug #53978.Not Zed2004-02-092-1/+11
* ** See bug #51319.Not Zed2004-02-093-11/+17
* Use strrchr, not strchr.Jeffrey Stedfast2004-02-073-1/+5
* Forget the need_id, not the userid. Fixes bug #53908.Jeffrey Stedfast2004-02-072-1/+4
* Set a CAMEL_FOLDER_VIRTUAL bit on the special folder info so our UI canJeffrey Stedfast2004-02-073-2/+16
* changed to return a boolean to indicate if the flags were actually changedNot Zed2004-02-067-37/+55
* rename .cmeta file too, and fix the recovery order.Not Zed2004-02-056-316/+342
* ** See bug #53553.Not Zed2004-02-0510-75/+131
* Get rid of some unnecessary CAMEL_OBJECT() casts.Jeffrey Stedfast2004-02-053-31/+42
* Fix for bug #53755 (local folders case)Jeffrey Stedfast2004-02-053-14/+28
* (store_sync): duh, actually pass expunge to folder_sync.Michael Zucci2004-02-042-1/+2
* added 'expunge' parameter, easier 'empty trash on exit' call.Not Zed2004-02-045-14/+22
* changed order around, first try to delete and only remove from the objectNot Zed2004-02-048-244/+163
* updated last fix to use void* instead of gpointerJeffrey Stedfast2004-02-041-5/+5
* Use macro casts from int to pointer.Jeffrey Stedfast2004-02-045-17/+45
* New test suite for url scanning.Jeffrey Stedfast2004-02-044-40/+240
* Fixes for bug #53091.Jeffrey Stedfast2004-02-032-1/+11
* Copy the flags too. Fixes the local folder case of bug #53091.Jeffrey Stedfast2004-02-032-1/+7
* Same as below.Jeffrey Stedfast2004-02-013-4/+14
* Fix spelling error in provider descriptionRodney Dawes2004-01-312-1/+8
* Protect against multiple camel_init() calls. Remember if we've alreadyJeffrey Stedfast2004-01-312-0/+17
* copy the old_name that comes in, since it might be the actual folder_name,Not Zed2004-01-302-1/+11
* ** See bug #53269.Not Zed2004-01-292-4/+9
* added a doc comment.Not Zed2004-01-294-38/+53
* output scan->name and scan->value for writing metadata, rather thanNot Zed2004-01-292-2/+6
* zero out passwd/user/host before freeing them.Not Zed2004-01-292-0/+11
* Make sure the new dir path exists before trying to rename files to avoidJeffrey Stedfast2004-01-292-7/+48
* add port and /soap parts to relative uri while updating it when accountSivaih Nallagatla2004-01-282-4/+11
* set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): updateRadek Doulik2004-01-274-4/+25
* ** See bug #53373.Not Zed2004-01-274-25/+57
* use check_junk_for_imap flagRadek Doulik2004-01-244-3/+43
* (imap_get_message): revert peterw's change of 2002-07-15, insteadMichael Zucci2004-01-231-8/+0
* removed the meaningless fixme, a butt-retrieved-number is as good as anyNot Zed2004-01-232-1/+12
* Fix prototype to be consistent.Jeremy Katz2004-01-232-2/+6
* ** See bug #52996.Not Zed2004-01-213-11/+81
* ** See bug #52817.Not Zed2004-01-2015-31/+53
* ** See bug #52899.Not Zed2004-01-202-1/+8
* add port and "/soap" to source uriSiviaah Nallagatla2004-01-192-2/+11
* use a CamelURL to properly encode the url we generate.Not Zed2004-01-194-8/+40
* Limit the flags we set (or unset) to the folder's permanent flags.Jeffrey Stedfast2004-01-172-9/+14
* Same.Jeffrey Stedfast2004-01-175-29/+40
* added some conf entries for LDAP address setup addedSivaiah Nallagatla2004-01-163-16/+169
* *** empty log message ***Rodrigo Moya2004-01-161-16/+8
* added some hook debug h(x)Michael Zucci2004-01-161-0/+7
* remove debugs, oops.Michael Zucci2004-01-151-5/+5
* ** See bug #52881.Not Zed2004-01-153-65/+218
* missing renaming.Rodrigo Moya2004-01-152-1/+6
* set the "auth" property on the ESource's we create, to get authentication.Rodrigo Moya2004-01-142-0/+6
* ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status forNot Zed2004-01-143-1/+24
* remove debug printf.Not Zed2004-01-143-4/+23
* missing renaming.Rodrigo Moya2004-01-142-3/+7
* removed unused groupwise-config-listener.[ch] filesSivaiah Nallagatla2004-01-132-546/+0
* renamed groupwise-config-listener.[ch] to these file names and alsoSivaiah Nallagatla2004-01-134-2/+553
* bump version and requirementsJP Rosevear2004-01-131-0/+1
* fixed distcheckJeffrey Stedfast2004-01-131-2/+0
* now based on discofolder, cache_message and append_message implemented,Meilof Veeningen2004-01-1312-316/+1712
* ** See bug 52725.Not Zed2004-01-124-2/+18
* if e_iconv() returns -1, check that errno != EINVAL - if errno *is*Jeffrey Stedfast2004-01-112-11/+30
* libcamelgroupwise.urls instead of libcamelimap.urlsRodney Dawes2004-01-102-1/+7
* added null check for source url to take care of accounts with Server TypesSivaiah Nallagatla2004-01-092-1/+11
* fix removal of journal file, and remove the cmeta state file too.Not Zed2004-01-096-9/+144
* move assertions here. (set_mime_type_field): change order slightly toNot Zed2004-01-092-5/+12
* *** empty log message ***Rodrigo Moya2004-01-081-0/+2
* add groupwise to SUBDIRS new camel provider for groupwise new class to addSivaiah Nallagatla2004-01-086-20/+590
* include sys/types.h for freebsdJP Rosevear2004-01-062-0/+5
* renamed from imap_*.Rodrigo Moya2004-01-052-6/+11
* check the right return of the socket call, dont set fd to the value of theNot Zed2004-01-052-1/+6
* Save errno and check the return of the socket() call.Jeffrey Stedfast2004-01-032-7/+18
* g_module_open the other providers we depend on to avoid load orderingRodrigo Moya2003-12-254-0/+226
* Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASEJeffrey Stedfast2003-12-122-13/+34
* Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORSJeffrey Stedfast2003-12-112-3/+9
* Add a CAMEL_FOLDER_NOCHILDREN flag.Jeffrey Stedfast2003-12-115-5/+15
* also check application/pkcs7-signature (bloody applemail).Not Zed2003-12-102-2/+12
* put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST,Not Zed2003-12-105-12/+109
* remove dthe clearenv stuff, not sure why its there. s/setenv/putenv/ forNot Zed2003-12-102-12/+9
* ** See bug #51899.Not Zed2003-12-093-2/+12
* Revert the s/is_/camel_mime_is_/ changes or we get really long variableJeffrey Stedfast2003-12-092-20/+28
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-098-108/+184
* Fixes bug #51881Jeffrey Stedfast2003-12-093-2/+62
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-079-15/+11
* Properly set the O_NONBLOCK flag along with any previously set flags.Jeffrey Stedfast2003-12-064-9/+27
* check recent messages for junk mailRadek Doulik2003-12-045-3/+49
* Free fi->path if we are gonna replace it with the vinfo path.Jeffrey Stedfast2003-12-042-0/+4
* Treat parent_name == NULL and parent_name == "" the same.Jeffrey Stedfast2003-12-042-1/+4
* Only add vTrash/vJunk info's if we've requested the toplevel folder tree,Jeffrey Stedfast2003-12-042-18/+31
* ** See bug #51478.Not Zed2003-12-022-1/+11
* Start at fd = 3.Jeffrey Stedfast2003-12-025-26/+21
* Same.Jeffrey Stedfast2003-12-017-84/+104
* set flags only for new folder infoRadek Doulik2003-12-011-2/+2
* set SUBSCRIBED and NOINFERIORS flags to special folders, renamed methodRadek Doulik2003-12-012-3/+78
* Enable GUI option for 'custom command' connection. Don't g_free strings inDavid Woodhouse2003-12-013-1/+15
* Added list-unsubscribe header match.Not Zed2003-12-015-20/+83
* Commit missing entry.JP Rosevear2003-11-271-1/+1
* make sure we always dist the smime stuffJP Rosevear2003-11-272-0/+6
* conditionally compile s/mime supportJP Rosevear2003-11-262-2/+15
* change args to make it suit storing the validity in a tree.Not Zed2003-11-253-14/+39
* Don't destroy the providers as it mans we can never ever have more than 1Jeffrey Stedfast2003-11-192-2/+10
* Single condition shorteningArtur Flinta2003-11-181-1/+1
* Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-182-12/+11
* Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-182-1/+7
* set flags in another place tooJeffrey Stedfast2003-11-151-0/+6
* Handle "" as a request for a full dirscan as well (not just NULL). MakesJeffrey Stedfast2003-11-153-19/+34
* oops, put the mempool stuff back, we don't use e-memory afterall. DamnNot Zed2003-11-142-0/+114
* Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): newNot Zed2003-11-147-154/+87
* look at the content object's mime type, not the container's type.Not Zed2003-11-134-6/+37
* merged spam filtering branchRadek Doulik2003-11-1315-21/+316
* split out the CMSMessage verification code so it can be used fromNot Zed2003-11-108-173/+380
* Don't bother trying to see if the server advertises EHLO. Simply alwaysJeffrey Stedfast2003-11-072-18/+15
* new (unfinished) api to peek inside smime parts to tell us whats in it.Not Zed2003-11-058-107/+291
* We might need to convert the passwd from UTF-8 into the locale charset.Jeffrey Stedfast2003-11-052-4/+25
* removed, now redundant.Not Zed2003-10-313-452/+4
* implement something basic.Not Zed2003-10-302-2/+17
* Added a note about api inconsistencies.Not Zed2003-10-3012-1301/+1253
* We should check List-Post before List-Id (List-Post has to contain theJeffrey Stedfast2003-10-292-10/+17
* Fixes bug #35083Jeffrey Stedfast2003-10-294-12/+57
* better detection of broken date to give to broken_date_parser.Frédéric Crozat2003-10-282-0/+20
* If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it.Jeffrey Stedfast2003-10-282-2/+11
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-2424-104/+117
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2210-21/+108
* Fixed a #include.Jeffrey Stedfast2003-10-162-1/+5
* Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bugJeffrey Stedfast2003-10-103-3/+10
* Removed an unused variable.Jeffrey Stedfast2003-10-092-1/+5
* fixed a comment spelling mistake and removede CAMEL_OBJECT() casting where it...Jeffrey Stedfast2003-09-261-12/+13
* If the localhost lookup results in a numeric IPv6 host, use the formJeffrey Stedfast2003-09-252-1/+9