| Commit message (Expand) | Author | Age | Files | Lines |
* | simplified further | Jeffrey Stedfast | 2004-06-17 | 1 | -4/+0 |
* | Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag & | Jeffrey Stedfast | 2004-06-17 | 1 | -1/+1 |
* | Fixes bug #59191. | Jeffrey Stedfast | 2004-05-28 | 1 | -4/+1 |
* | removed. | Not Zed | 2004-05-26 | 1 | -22/+18 |
* | added CAMEL_PROVIDER_CONF_HIDDEN to conf item type enum. This is used by | Sivaiah Nallagatla | 2004-05-24 | 1 | -2/+4 |
* | Added a workaround for broken IMAP. Hopefully by forcing only the IMAP4 | Jeffrey Stedfast | 2004-05-22 | 1 | -1/+32 |
* | added a 'domain' argument, and rearragned arguments to be prettier and | Not Zed | 2004-05-21 | 1 | -3/+3 |
* | Fixes bug #42295 and the infinite loop part of bug #58766 (these 2 bugs | Jeffrey Stedfast | 2004-05-21 | 1 | -22/+23 |
* | ** Bug #56050. | Not Zed | 2004-05-17 | 1 | -0/+39 |
* | eliminate the need for another variable | Jeffrey Stedfast | 2004-05-13 | 1 | -5/+2 |
* | oops, tiny fix | Jeffrey Stedfast | 2004-05-13 | 1 | -0/+2 |
* | Ignore PERMANENTFLAGS if it gives us an empty set. Works around broken | Jeffrey Stedfast | 2004-05-13 | 1 | -3/+8 |
* | changed to match_threads. (camel_folder_search_search): remove thread | Not Zed | 2004-05-12 | 1 | -31/+6 |
* | set nodelay and keepalive on the socket. | Not Zed | 2004-05-06 | 1 | -1/+12 |
* | dont set X-Evolution-Source here anymore, set in caller. | Not Zed | 2004-05-05 | 1 | -17/+15 |
* | Change the UID_SET_LIMIT to 768 (something <1000 octets as suggested by | Jeffrey Stedfast | 2004-04-28 | 1 | -2/+5 |
* | Send a flag list rather than \Deleted by itself. See #57381. | Not Zed | 2004-04-22 | 1 | -4/+4 |
* | Changed imap_atom_specials[] to not treat ']' as an atom char (as per | Jeffrey Stedfast | 2004-04-16 | 1 | -2/+4 |
* | Use %F instead of %S so that the folder name gets properly converted from | Jeffrey Stedfast | 2004-04-15 | 1 | -1/+1 |
* | Rearranged some error checking code to fix bug #56405. | Jeffrey Stedfast | 2004-04-14 | 1 | -10/+11 |
* | Fix capitalisation of the "mailcheck" section title and move it to the top | Jeffrey Stedfast | 2004-04-10 | 2 | -7/+7 |
* | Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): Do | Jeffrey Stedfast | 2004-04-08 | 1 | -4/+99 |
* | ** See bug #56110. | Not Zed | 2004-04-06 | 1 | -10/+52 |
* | dont add folders to folders_out here, only in get_folders_add_folders. | Not Zed | 2004-04-05 | 1 | -5/+3 |
* | added some debug to dump the whole folderinfo tree if store:folder_info is | Not Zed | 2004-03-30 | 1 | -22/+62 |
* | Updated to actually parse the STATUS response into a list of item/value | Jeffrey Stedfast | 2004-03-30 | 1 | -23/+120 |
* | use object_bag_peek instead of _get, since we dont want to clash/wait for | Not Zed | 2004-03-29 | 1 | -23/+9 |
* | remove locking here, we're locked whne we enter. (fill_fi): call | Not Zed | 2004-03-29 | 1 | -4/+3 |
* | Reverted imap.web.de fix. | Jeffrey Stedfast | 2004-03-27 | 1 | -6/+3 |
* | Added new maildir flags D for draft and commented P for forwarded. | Not Zed | 2004-03-26 | 1 | -4/+18 |
* | If the server is imap.web.de, just ask for all the headers rather than | Jeffrey Stedfast | 2004-03-26 | 3 | -7/+16 |
* | Fix for bug #55018. | Jeffrey Stedfast | 2004-03-26 | 1 | -4/+23 |
* | Reworked the else bit to fix a bug where if we had the BODY structure, we | Jeffrey Stedfast | 2004-03-24 | 1 | -51/+50 |
* | use camel debug to add some debug here. | Not Zed | 2004-03-23 | 1 | -62/+73 |
* | connect lock around this. was getting a race with mem corruption | Not Zed | 2004-03-23 | 1 | -2/+6 |
* | remove async_thread thing. | Not Zed | 2004-03-19 | 2 | -58/+0 |
* | Checking that mi->content->type != NULL is no longer good enough to tell | Jeffrey Stedfast | 2004-03-18 | 1 | -4/+21 |
* | See bug #55618. | Not Zed | 2004-03-17 | 1 | -0/+2 |
* | If the initial SELECT fails and CREATE is specified, clear the exception | Jeffrey Stedfast | 2004-03-16 | 1 | -1/+3 |
* | set the mime-type field on the content the same way as | Not Zed | 2004-03-15 | 1 | -3/+10 |
* | removed this. not sure what it was doing there, a 1 line funciton used | Not Zed | 2004-03-11 | 1 | -16/+14 |
* | (imap_store_refresh_folders): check we're updating an imap folder, | Michael Zucci | 2004-03-11 | 1 | -0/+6 |
* | turn off NOINFERIORS always, translate to nochildren. | Not Zed | 2004-03-11 | 1 | -21/+41 |
* | ** See bug #53355. | Not Zed | 2004-03-04 | 1 | -3/+7 |
* | fun dun diddley un fun. Since we're writing a const buffer, we need to | Not Zed | 2004-03-03 | 4 | -22/+47 |
* | use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check for | Not Zed | 2004-02-27 | 1 | -29/+31 |
* | moved the RECNET flag into the folder area (bit 17-30). | Not Zed | 2004-02-25 | 3 | -19/+13 |
* | remove debug | Michael Zucci | 2004-02-24 | 1 | -8/+1 |
* | Fixes for api changes. | Not Zed | 2004-02-19 | 1 | -6/+4 |
* | ** See bug #51045. | Not Zed | 2004-02-16 | 3 | -15/+67 |
* | Same. | Jeffrey Stedfast | 2004-02-14 | 1 | -0/+10 |
* | Get rid of some unnecessary CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2004-02-05 | 2 | -31/+31 |
* | added 'expunge' parameter, easier 'empty trash on exit' call. | Not Zed | 2004-02-04 | 1 | -0/+3 |
* | Fixes for bug #53091. | Jeffrey Stedfast | 2004-02-03 | 1 | -1/+4 |
* | set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): update | Radek Doulik | 2004-01-27 | 1 | -3/+12 |
* | (imap_get_message): revert peterw's change of 2002-07-15, instead | Michael Zucci | 2004-01-23 | 1 | -8/+0 |
* | removed the meaningless fixme, a butt-retrieved-number is as good as any | Not Zed | 2004-01-23 | 1 | -1/+2 |
* | ** See bug #52817. | Not Zed | 2004-01-20 | 1 | -1/+1 |
* | Limit the flags we set (or unset) to the folder's permanent flags. | Jeffrey Stedfast | 2004-01-17 | 1 | -9/+9 |
* | ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status for | Not Zed | 2004-01-14 | 2 | -1/+14 |
* | ** See bug 52725. | Not Zed | 2004-01-12 | 3 | -2/+8 |
* | fix removal of journal file, and remove the cmeta state file too. | Not Zed | 2004-01-09 | 3 | -8/+23 |
* | Add a CAMEL_FOLDER_NOCHILDREN flag. | Jeffrey Stedfast | 2003-12-11 | 3 | -4/+3 |
* | ** See bug #51899. | Not Zed | 2003-12-09 | 1 | -2/+3 |
* | encode the address before sending it out, rather than using the raw/utf8 | Not Zed | 2003-12-09 | 1 | -1/+1 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 1 | -2/+1 |
* | Enable GUI option for 'custom command' connection. Don't g_free strings in | David Woodhouse | 2003-12-01 | 2 | -1/+8 |
* | Fixes bug #35083 | Jeffrey Stedfast | 2003-10-29 | 1 | -4/+14 |
* | Added "offline_sync" option, which lets you synchronise all mail to local | Not Zed | 2003-09-23 | 1 | -0/+2 |
* | namespaced the encoding/decoding routines. | Jeffrey Stedfast | 2003-09-19 | 1 | -1/+1 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 3 | -12/+13 |
* | call camel_folder_sync bypassing the folder lock. See | Not Zed | 2003-09-09 | 1 | -2/+2 |
* | Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> exec | David Woodhouse | 2003-09-05 | 2 | -2/+164 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 3 | -13/+12 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 3 | -12/+13 |
* | Don't poke wrapper->stream directly, use | Jeffrey Stedfast | 2003-08-22 | 1 | -1/+1 |
* | Make sure to ref the stream. Fixes bug #47749. | Jeffrey Stedfast | 2003-08-21 | 1 | -7/+9 |
* | Various fixes to make it work. | Not Zed | 2003-08-19 | 1 | -2/+2 |
* | Don't attach any filters to decode base64/qp/etc. | Jeffrey Stedfast | 2003-08-16 | 1 | -48/+5 |
* | New test suite for the mime parser (which is where the below 2 fixes were | Jeffrey Stedfast | 2003-08-12 | 1 | -2/+2 |
* | ** See bug #42573 | Timo Sirainen | 2003-07-17 | 1 | -11/+13 |
* | Use camel_mkdir(). | Jeffrey Stedfast | 2003-07-08 | 2 | -2/+3 |
* | removed debug printfs | Jeffrey Stedfast | 2003-07-08 | 1 | -18/+0 |
* | Updated for string-utils namespace changes. | Jeffrey Stedfast | 2003-07-08 | 4 | -4/+22 |
* | ** See bug #31745 | Not Zed | 2003-06-20 | 1 | -6/+9 |
* | ** See bug #44322 | Not Zed | 2003-06-17 | 1 | -6/+6 |
* | This should finish fixing all variations of bug #42854, which, funnily | Jeffrey Stedfast | 2003-05-28 | 1 | -20/+28 |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 2 | -4/+4 |
* | Added a note to the comment block for this function noting that uids MUST | Jeffrey Stedfast | 2003-05-15 | 3 | -20/+21 |
* | Disable debugging. | Ettore Perazzoli | 2003-05-14 | 3 | -3/+3 |
* | body_len needs to be a size_t instead of int | Jeremy Katz | 2003-04-30 | 1 | -1/+1 |
* | Disable debugging printfs. | Jeffrey Stedfast | 2003-04-25 | 1 | -3/+5 |
* | #if 0 out some code that parsed the namespaces since the results aren't | Jeffrey Stedfast | 2003-04-24 | 1 | -1/+3 |
* | filter data test cases. | Not Zed | 2003-04-10 | 1 | -1/+1 |
* | Save the content size in a temp variable until after we've successfully | Jeffrey Stedfast | 2003-04-10 | 1 | -1/+10 |
* | Fixes for bug #40778. Probably others as well. | Jeffrey Stedfast | 2003-04-09 | 1 | -122/+213 |
* | remove unused var. | Not Zed | 2003-03-28 | 2 | -3/+5 |
* | camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server | ÃÂ Timo SirainenÃÂ | 2003-03-25 | 1 | -2/+3 |
* | s/g_strncasecmp/strncasecmp/g | Jeffrey Stedfast | 2003-03-07 | 3 | -23/+25 |
* | Same as IMAP and POP. | Jeffrey Stedfast | 2003-03-01 | 1 | -4/+7 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 1 | -5/+3 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 1 | -2/+1 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 4 | -39/+39 |
* | Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise. | Ettore Perazzoli | 2003-01-23 | 1 | -1/+1 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 4 | -39/+38 |
* | Use a bag instead of a hashtable to track the cache streams. | Not Zed | 2002-12-09 | 1 | -29/+14 |
* | Properly handle the case where the namespace is "". Fixes bug #34975 | Jeffrey Stedfast | 2002-12-05 | 2 | -5/+8 |
* | If we have a namespace of "", then always match any path. | Not Zed | 2002-11-22 | 1 | -4/+6 |
* | If the namespace is at/below INBOX, check for the INBOX explicitly (since | Jeffrey Stedfast | 2002-11-18 | 1 | -20/+65 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 2 | -3/+6 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -1/+1 |
* | ** For bug #31647 and bug #31456. | Not Zed | 2002-10-24 | 4 | -77/+142 |
* | If the response from the IMAP server is "No", don't set the | Jeffrey Stedfast | 2002-10-10 | 1 | -1/+1 |
* | Add missing ;. | Michael Zucci | 2002-10-03 | 1 | -1/+1 |
* | /home/notzed/gnome/head/evolution/camel | Not Zed | 2002-10-03 | 2 | -20/+14 |
* | Use strtol when decoding the timezone (since it can be negative) and don't | Jeffrey Stedfast | 2002-10-02 | 1 | -1/+2 |
* | Fixes bug #31456. | Jeffrey Stedfast | 2002-10-01 | 1 | -34/+51 |
* | Don't strip the namespace from the fi->full_name when hasing or creating | Jeffrey Stedfast | 2002-10-01 | 1 | -1/+1 |
* | Remove debug content_info_dump, could cause a crash, and not really needed | Not Zed | 2002-09-30 | 1 | -2/+0 |
* | New function to decode the INTERNALDATE response from an IMAP server so we | Jeffrey Stedfast | 2002-09-28 | 2 | -12/+124 |
* | Use the summary's last uid as the one to fetch from, ignoring the cache. | Not Zed | 2002-09-27 | 2 | -22/+32 |
* | Store the folder flags in the store summary. (get_one_folder_offline): Set | Not Zed | 2002-09-26 | 1 | -3/+19 |
* | Decode the INTERNALDATE if we've got one. (imap_update_summary): Instead | Jeffrey Stedfast | 2002-09-24 | 1 | -5/+22 |
* | fix non-ANSI switch statement. | Dan Winship | 2002-09-23 | 1 | -0/+1 |
* | Don't increment the response pointer when deciding what type of header | Jeffrey Stedfast | 2002-09-19 | 1 | -4/+8 |
* | Include MIME-VERSION and CONTENT-TYPE. | Jeffrey Stedfast | 2002-09-19 | 1 | -1/+1 |
* | If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496. | Not Zed | 2002-09-19 | 1 | -0/+10 |
* | Handle when the response is from a HEADER.FIELDS (if so, we don't want to | Jeffrey Stedfast | 2002-09-19 | 1 | -5/+18 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-15 | 1 | -1/+1 |
* | Clear the exception even if we failed to get the message (part) from the | Jeffrey Stedfast | 2002-09-11 | 1 | -0/+1 |
* | Fixes bug #4224 | Jeffrey Stedfast | 2002-09-10 | 4 | -14/+28 |
* | clear nonfatal stuff. | Not Zed | 2002-09-04 | 3 | -12/+26 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 7 | -385/+1078 |
* | fixes a crash on systems that dont have utf7 in iconv. | Not Zed | 2002-08-28 | 1 | -251/+15 |
* | oops, my deadlock fix wasn't quite right. this should work now | Jeffrey Stedfast | 2002-08-27 | 1 | -19/+19 |
* | If the response is NULL, just return. (now works the same way as | Jeffrey Stedfast | 2002-08-27 | 1 | -0/+3 |
* | removed a no-longer needed #define | Jeffrey Stedfast | 2002-08-27 | 1 | -3/+0 |
* | Lock the CamelService->priv->connect_lock instead of using our own | Jeffrey Stedfast | 2002-08-27 | 5 | -102/+85 |
* | If current_folder is not NULL and the summary for that folder is dirty, | Jeffrey Stedfast | 2002-08-23 | 2 | -8/+32 |
* | Workaround for Courier imap's brokeness when LSUBing the INBOX folder when | Jeffrey Stedfast | 2002-08-23 | 2 | -11/+31 |
* | Override the default noop implementation. | Jeffrey Stedfast | 2002-08-21 | 1 | -1/+21 |
* | Don't let the minimum recursive depth be negative. (get_folders): Pass | Jeffrey Stedfast | 2002-08-21 | 1 | -6/+6 |
* | Set CAMEL_URL_NEED_PATH for the vFolder provider. | Jeffrey Stedfast | 2002-08-21 | 1 | -1/+1 |
* | Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't - | Jeffrey Stedfast | 2002-08-20 | 1 | -1/+1 |
* | Ugh, actually do what i just said i did, last patch was | Michael Zucci | 2002-08-16 | 1 | -1/+1 |
* | Fix the logic check for working out if we add inbox or not, we do it if we | Not Zed | 2002-08-16 | 1 | -2/+4 |
* | added a flags field, defined some flags, currently only used by imap. This | Not Zed | 2002-08-15 | 4 | -193/+277 |
* | New function, generate a UID that has better chances of being unique. | Peter Williams | 2002-08-10 | 1 | -6/+19 |
* | Tweak how we build the tree based on whether a full tree or a subtree is | Peter Williams | 2002-08-10 | 1 | -1/+21 |
* | When renaming our cache, add the "/folders" to the path. | Peter Williams | 2002-08-10 | 1 | -1/+4 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -3/+9 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -0/+3 |
* | Oops - outbuf pointed to alloca'd memory but we were g_free'ing it after | Jeffrey Stedfast | 2002-08-08 | 1 | -2/+1 |
* | Only add the stream to the gdatalist if it is non-NULL. | Jeffrey Stedfast | 2002-08-08 | 1 | -2/+3 |
* | If we are asking for the toplevel folders, use the IMAP store's namespace | Jeffrey Stedfast | 2002-08-06 | 2 | -35/+15 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 2 | -55/+20 |
* | If the folder name contains the directory separator, reject it. | Peter Williams | 2002-08-03 | 1 | -1/+9 |
* | camel: | Peter Williams | 2002-08-01 | 1 | -92/+171 |
* | Disable my fix to not cache headers as it means that each time we load the | Jeffrey Stedfast | 2002-08-01 | 1 | -6/+8 |
* | Use the same command-counter mojo that the append code uses in case the | Peter Williams | 2002-07-31 | 1 | -1/+2 |
* | The flags'n'tags copy was unnecessary. Removed it. | Peter Williams | 2002-07-27 | 1 | -4/+0 |
* | Prototype. | Peter Williams | 2002-07-26 | 4 | -7/+42 |
* | It would help to mark the UIDs as deleted before we try to expunge them | Peter Williams | 2002-07-26 | 1 | -6/+16 |
* | Sync before doing an expunge if we dont have uidplus. See #25766. | Not Zed | 2002-07-24 | 1 | -1/+16 |
* | Move folders to a subdirectory of storage_path, rather than in it. Bye bye | Not Zed | 2002-07-24 | 1 | -12/+23 |
* | Duplicated the very much hack in imap_store_refresh_folders() to avoid a | Not Zed | 2002-07-24 | 1 | -1/+4 |
* | Clean up some improper usage of CamelExceptions (looking at | Peter Williams | 2002-07-17 | 3 | -10/+14 |
* | If we're not online and the message isn't in our cache, give up. | Peter Williams | 2002-07-16 | 1 | -1/+7 |
* | >= is not appropriate here because the sequences are 1-based; so seq = | Peter Williams | 2002-07-16 | 1 | -2/+3 |
* | Only assign a uid if indexing is enabled. This stops us always assigning a | Not Zed | 2002-07-15 | 1 | -1/+14 |
* | Handle multipart/encrypted parts too. | Jeffrey Stedfast | 2002-07-12 | 1 | -6/+10 |
* | If we are fetching HEADERs, don't cache the stream - instead just create a | Jeffrey Stedfast | 2002-07-12 | 1 | -23/+34 |
* | Make sure we hold the command_lock before accessing current_folder. | Jeffrey Stedfast | 2002-06-20 | 2 | -2/+20 |
* | Unlock the command_lock after each UID STORE command so that other | Jeffrey Stedfast | 2002-06-15 | 1 | -5/+10 |
* | setup/free the mech string. | Not Zed | 2002-06-03 | 1 | -1/+45 |
* | When the part is a multipart/signed, make sure to free the part_spec | Jeffrey Stedfast | 2002-06-01 | 1 | -13/+14 |
* | Free the path buffer when we're done with it. | Jeffrey Stedfast | 2002-06-01 | 2 | -2/+6 |
* | If we fail to read a literal, free the temporary string buffer. | Jeffrey Stedfast | 2002-06-01 | 1 | -6/+5 |
* | Revert my fix from the other day since camel_imap_command_response() | Jeffrey Stedfast | 2002-06-01 | 2 | -6/+9 |
* | On error, don't leak the GByteArray buffer. | Jeffrey Stedfast | 2002-05-31 | 1 | -0/+1 |
* | Free the response before checking for errors. I'm not sure this'll | Jeffrey Stedfast | 2002-05-31 | 1 | -4/+33 |
* | Only free the LOGOUT response if it is non-NULL. | Jeffrey Stedfast | 2002-05-30 | 1 | -1/+2 |
* | On connection failure, unref the tcp stream. | Jeffrey Stedfast | 2002-05-28 | 1 | -0/+3 |
* | Helps if we allocate enough space here. Also, start smoking the same | Jeffrey Stedfast | 2002-05-25 | 2 | -4/+12 |
* | Use the new readline function. | Jeffrey Stedfast | 2002-05-25 | 3 | -18/+34 |
* | Added some NULL protection fixes. | Jeffrey Stedfast | 2002-05-24 | 1 | -8/+21 |
* | Removed from the build. Glory glory hallelujah. | Jeffrey Stedfast | 2002-05-23 | 4 | -152/+445 |
* | Don't call some retarded function to simply set an exception. | Jeffrey Stedfast | 2002-05-22 | 3 | -4/+8 |
* | New function to parse a NAMESPACE response properly. | Jeffrey Stedfast | 2002-05-16 | 4 | -32/+283 |
* | If the part_spec is an empty string for a leaft part, use "1" since we | Jeffrey Stedfast | 2002-05-16 | 1 | -3/+1 |
* | removed. (imap_store_refresh_folders): Copy the folders first, then | Not Zed | 2002-05-15 | 1 | -9/+19 |
* | fixed a simple logic mistake | Jeffrey Stedfast | 2002-05-15 | 1 | -1/+4 |
* | Fixes bug #24136. | Jeffrey Stedfast | 2002-05-15 | 2 | -17/+94 |
* | Previous fix reverted. | Jeffrey Stedfast | 2002-05-15 | 1 | -6/+1 |
* | Previous fix reverted. (get_content): Handle the case where a multipart's | Jeffrey Stedfast | 2002-05-15 | 2 | -6/+10 |
* | Overload the setv/getv CamelObject virtual methods. (imap_setv): | Jeffrey Stedfast | 2002-05-14 | 2 | -1/+125 |
* | Add a "char **appended_uid" argument, for the caller to optionally pass in | Dan Winship | 2002-05-14 | 1 | -38/+69 |
* | Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lacking | Jeffrey Stedfast | 2002-05-11 | 1 | -1/+1 |
* | Replace copy_messages_to and move_messages_to with a single function that | Dan Winship | 2002-05-11 | 1 | -39/+43 |
* | Instead of testing for SERVICE_CONNECTED, we need to also handle | Not Zed | 2002-05-09 | 1 | -1/+1 |
* | Check for LOGIN xxxx as well if debug is on, so we dont print passwords to | Not Zed | 2002-05-07 | 7 | -21/+81 |
* | Call camel_mime_message_encode_8bit_parts() which fixes bug #10885. | Jeffrey Stedfast | 2002-05-07 | 1 | -3/+1 |
* | Don't link to libibex.a anymore. | Jeffrey Stedfast | 2002-04-27 | 1 | -1/+0 |
* | When doing a contains match, split the words and perform an and on it. | Not Zed | 2002-04-18 | 3 | -5/+38 |
* | Added #include <sys/types.h> for dirent.h which needs it on MacOS X. | Jeffrey Stedfast | 2002-04-15 | 1 | -1/+2 |
* | If the last message(s) were deleted, and we had any messages output, | Not Zed | 2002-04-11 | 1 | -1/+1 |
* | Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight where | Jeffrey Stedfast | 2002-04-11 | 1 | -1/+3 |
* | If (body-contains) is not passed any arguments, return empty/false. Fixes | Not Zed | 2002-04-05 | 1 | -1/+1 |
* | make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so you | Dan Winship | 2002-04-04 | 1 | -1/+0 |
* | Put back in the exception setup stuff i disabled for debugging. | Not Zed | 2002-04-02 | 1 | -4/+3 |
* | Temporarily disable indexing. | Not Zed | 2002-04-02 | 2 | -9/+20 |
* | Use -avoid-version instead of -version-info 0:0:0, and specify -module. | Dan Winship | 2002-04-02 | 1 | -1/+1 |
* | The day number has to be 2 chars wide, space filled to work properly with | Not Zed | 2002-02-08 | 1 | -5/+9 |
* | Implementation of NTLM (aka "Secure Password Authentication") auth, taken | Dan Winship | 2002-02-08 | 1 | -1/+1 |
* | Added more kludge to an existing Exchange IMAP 5.5 kludge to work around | Jeffrey Stedfast | 2002-01-30 | 1 | -1/+5 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 4 | -41/+65 |
* | New function to decode an IMAP mailbox name from modified UTF-7 encoding | Jeffrey Stedfast | 2002-01-19 | 2 | -1/+266 |
* | Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT. | Jeffrey Stedfast | 2002-01-16 | 1 | -28/+41 |
* | Updated to use the new imap_uid_array_to_set() interface. | Jeffrey Stedfast | 2002-01-15 | 3 | -110/+171 |
* | Rewritten to use a cache for body searches when online. Will need some | Not Zed | 2002-01-14 | 3 | -111/+384 |
* | Kludge around a bug in Exchange 5.5 that reports 2 messages with the same | Jeffrey Stedfast | 2002-01-12 | 1 | -2/+24 |
* | If mi is NULL, don't bother updating it. Should fix bug #17694. | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+5 |
* | Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting our | Jeffrey Stedfast | 2002-01-11 | 1 | -19/+36 |
* | only use major and minor version in the camel providerdir, not micro and nano | Dan Winship | 2001-12-18 | 1 | -5/+2 |
* | Reverted my previous changes here since it doesn't actually work afterall. | Jeffrey Stedfast | 2001-12-17 | 2 | -26/+26 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -1/+7 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -2/+4 |
* | Don't use regex matching. Fixes bug #16227. | Jeffrey Stedfast | 2001-12-01 | 3 | -46/+69 |
* | Abort if body == NULL. | Jeffrey Stedfast | 2001-11-17 | 1 | -1/+1 |
* | see the ChangeLog, I forget | Jeffrey Stedfast | 2001-11-17 | 1 | -4/+4 |
* | If we get a BYE response, call camel_service_disconnect() and set an | Jeffrey Stedfast | 2001-11-17 | 1 | -13/+20 |
* | If we get a user cancel and that causes us to fail to authenticate, abort | 9 | 2001-11-10 | 1 | -0/+3 |
* | Now takes a command-length argument so we can 1) avoid duping the command | Jeffrey Stedfast | 2001-11-09 | 4 | -28/+47 |
* | If we can't retrieve the message, ignore it, it can't match. | 0 | 2001-10-30 | 2 | -10/+8 |
* | If we get an empty name, then mark that as NoSelect. Workaround fix for | 0 | 2001-10-30 | 1 | -2/+2 |
* | Set an X-Evolution-Source header on the returned message so replies come | Dan Winship | 2001-10-30 | 1 | -0/+9 |
* | Don't emit a folder_subscribed signal if we are in the process of renaming | Jeffrey Stedfast | 2001-10-30 | 3 | -60/+96 |
* | Don't free the hash table key if the folder wasn't found in the hash | Dan Winship | 2001-10-30 | 1 | -4/+5 |
* | Turn off w() -> warnings. | 9 | 2001-10-29 | 5 | -4/+114 |
* | Use path not protocol as the path part of the uri of the folder_created | 8 | 2001-10-28 | 1 | -1/+5 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 2 | -24/+22 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 7 | -77/+77 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 10 | -10/+0 |
* | Finished implementation. | 7 | 2001-10-27 | 1 | -20/+3 |
* | Don't bother checking ex since we can rely on the response being NULL on | Jeffrey Stedfast | 2001-10-27 | 1 | -12/+61 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 10 | -20/+20 |
* | Check to make sure that the dataset is non-NULL before using and/or | Jeffrey Stedfast | 2001-10-27 | 1 | -19/+25 |
* | Lets try putting a camel_stream_reset() here. Logic being that the stream | Jeffrey Stedfast | 2001-10-27 | 1 | -0/+1 |
* | Don't let fi->name be NULL. | Dan Winship | 2001-10-25 | 1 | -0/+2 |
* | Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko | 8 | 2001-10-19 | 1 | -0/+1 |