| Commit message (Expand) | Author | Age | Files | Lines |
* | look at the content object's mime type, not the container's type. | Not Zed | 2003-11-13 | 4 | -6/+37 |
* | merged spam filtering branch | Radek Doulik | 2003-11-13 | 15 | -21/+316 |
* | split out the CMSMessage verification code so it can be used from | Not Zed | 2003-11-10 | 8 | -173/+380 |
* | Don't bother trying to see if the server advertises EHLO. Simply always | Jeffrey Stedfast | 2003-11-07 | 2 | -18/+15 |
* | new (unfinished) api to peek inside smime parts to tell us whats in it. | Not Zed | 2003-11-05 | 8 | -107/+291 |
* | We might need to convert the passwd from UTF-8 into the locale charset. | Jeffrey Stedfast | 2003-11-05 | 2 | -4/+25 |
* | removed, now redundant. | Not Zed | 2003-10-31 | 3 | -452/+4 |
* | implement something basic. | Not Zed | 2003-10-30 | 2 | -2/+17 |
* | Added a note about api inconsistencies. | Not Zed | 2003-10-30 | 12 | -1301/+1253 |
* | We should check List-Post before List-Id (List-Post has to contain the | Jeffrey Stedfast | 2003-10-29 | 2 | -10/+17 |
* | Fixes bug #35083 | Jeffrey Stedfast | 2003-10-29 | 4 | -12/+57 |
* | better detection of broken date to give to broken_date_parser. | Frédéric Crozat | 2003-10-28 | 2 | -0/+20 |
* | If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it. | Jeffrey Stedfast | 2003-10-28 | 2 | -2/+11 |
* | Removed unneeded CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2003-10-24 | 24 | -104/+117 |
* | Merge new-ui-branch into the trunk. | Ettore Perazzoli | 2003-10-22 | 10 | -21/+108 |
* | Fixed a #include. | Jeffrey Stedfast | 2003-10-16 | 2 | -1/+5 |
* | Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bug | Jeffrey Stedfast | 2003-10-10 | 3 | -3/+10 |
* | Removed an unused variable. | Jeffrey Stedfast | 2003-10-09 | 2 | -1/+5 |
* | fixed a comment spelling mistake and removede CAMEL_OBJECT() casting where it... | Jeffrey Stedfast | 2003-09-26 | 1 | -12/+13 |
* | If the localhost lookup results in a numeric IPv6 host, use the form | Jeffrey Stedfast | 2003-09-25 | 2 | -1/+9 |
* | If the CREATE flag is set and the parent .sbd directory does not exist, | Jeffrey Stedfast | 2003-09-24 | 3 | -2/+19 |
* | Don't forget to flush the iconv conversion. | Jeffrey Stedfast | 2003-09-24 | 2 | -1/+6 |
* | Don't try dot-files. | Jeffrey Stedfast | 2003-09-24 | 3 | -0/+8 |
* | ** See bug #41610 | Not Zed | 2003-09-23 | 2 | -1/+9 |
* | Added "offline_sync" option, which lets you synchronise all mail to local | Not Zed | 2003-09-23 | 11 | -204/+316 |
* | Fix the code that creates a new ssl stream to pass the correct arguments | Jeffrey Stedfast | 2003-09-22 | 5 | -6/+24 |
* | New function to replace the one from camel-mime-part.c | Jeffrey Stedfast | 2003-09-19 | 17 | -103/+142 |
* | namespaced the encoding/decoding routines. | Jeffrey Stedfast | 2003-09-19 | 10 | -52/+78 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 45 | -911/+1076 |
* | Implement a temp hack so trunk works until we merge in new-ui-branch. | Jeffrey Stedfast | 2003-09-17 | 2 | -10/+19 |
* | Don't warning about how we haven't written anything to the stream, this is | Jeffrey Stedfast | 2003-09-17 | 2 | -4/+9 |
* | removed dead code. | Not Zed | 2003-09-16 | 7 | -239/+100 |
* | Implements CamelLocalFolder::get_full_path() (publicly namespaced so that | Jeffrey Stedfast | 2003-09-13 | 6 | -51/+696 |
* | added copyright comment block | Jeffrey Stedfast | 2003-09-13 | 2 | -0/+48 |
* | updated warning to mention the proper rfc | Jeffrey Stedfast | 2003-09-13 | 1 | -2/+2 |
* | add | Dan Winship | 2003-09-11 | 1 | -0/+11 |
* | Remove libcamel-static.la | Dan Winship | 2003-09-11 | 2 | -5/+4 |
* | call camel_folder_sync bypassing the folder lock. See | Not Zed | 2003-09-09 | 2 | -2/+8 |
* | Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> exec | David Woodhouse | 2003-09-05 | 3 | -2/+169 |
* | New stream implementation for running commands. Compile the above | David Woodhouse | 2003-09-04 | 4 | -0/+335 |
* | ** See bug #47765. | Not Zed | 2003-09-04 | 4 | -22/+37 |
* | removed debug printfs. | Not Zed | 2003-08-30 | 2 | -12/+5 |
* | Need to copy the local properties list before passing it out, since it's | Not Zed | 2003-08-30 | 2 | -1/+6 |
* | implement PERSISTENT_PROPERTIES, for index mode. | Not Zed | 2003-08-28 | 10 | -22/+752 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 45 | -1076/+911 |
* | reverted some namespacing changes to internal functions | Jeffrey Stedfast | 2003-08-27 | 1 | -17/+17 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-08-27 | 17 | -161/+193 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 43 | -770/+903 |
* | Added some more error checking for reading/writing to the pipes. Fixes bug | Jeffrey Stedfast | 2003-08-25 | 2 | -4/+26 |
* | Don't poke wrapper->stream directly, use | Jeffrey Stedfast | 2003-08-22 | 3 | -16/+14 |
* | Make sure to ref the stream. Fixes bug #47749. | Jeffrey Stedfast | 2003-08-21 | 2 | -7/+14 |
* | return 77 when gpg isn't available rather than 127 | Jeffrey Stedfast | 2003-08-19 | 1 | -3/+3 |
* | Various fixes to make it work. | Not Zed | 2003-08-19 | 10 | -105/+162 |
* | ** See bug #47634. | Not Zed | 2003-08-16 | 10 | -18/+99 |
* | Don't attach any filters to decode base64/qp/etc. | Jeffrey Stedfast | 2003-08-16 | 2 | -48/+10 |
* | Save errno when flushing/unreffing the filter stream. | Jeffrey Stedfast | 2003-08-14 | 2 | -3/+11 |
* | If the content is base64/qp/uu/etc encoded but the part is 7bit/8bit/(or | Jeffrey Stedfast | 2003-08-14 | 2 | -0/+11 |
* | Fix the range check, we were stopping removal of 1 or 2 removals, for some | Not Zed | 2003-08-14 | 3 | -3/+17 |
* | force connect manually so basics work. | Not Zed | 2003-08-12 | 5 | -13/+41 |
* | updated mime-tests README | Jeffrey Stedfast | 2003-08-12 | 1 | -0/+4 |
* | New test suite for the mime parser (which is where the below 2 fixes were | Jeffrey Stedfast | 2003-08-12 | 22 | -566/+884 |
* | add optional imapp compile | Michael Zucci | 2003-08-02 | 1 | -1/+6 |
* | experimental, non-working imap implementation | Michael Zucci | 2003-08-02 | 22 | -0/+7458 |
* | oops, s/gpgfoo/gpg/ | Jeffrey Stedfast | 2003-08-02 | 1 | -1/+1 |
* | updated | Jeffrey Stedfast | 2003-08-02 | 2 | -2/+13 |
* | Same. | Jeffrey Stedfast | 2003-08-02 | 5 | -22/+152 |
* | oops, this too | Jeffrey Stedfast | 2003-07-31 | 1 | -1/+1 |
* | Also updated. | Jeffrey Stedfast | 2003-07-31 | 7 | -26/+39 |
* | Fix for #46168 'some additional locale aliases required for chinese | Suresh Chandrasekharan | 2003-07-29 | 4 | -43/+70 |
* | Revert my previous changes to this function. | Jeffrey Stedfast | 2003-07-24 | 8 | -146/+486 |
* | #include camel-file-utils.h for camel_read() | Dan Winship | 2003-07-23 | 5 | -3/+15 |
* | Updated to convert to/from the correct charset (since content is no longer | Jeffrey Stedfast | 2003-07-18 | 2 | -30/+33 |
* | Increment the seekable stream position by the number of bytes read. Oops. | Jeffrey Stedfast | 2003-07-18 | 2 | -1/+6 |
* | Increment the seekable stream position by the number of bytes read. Oops. | Jeffrey Stedfast | 2003-07-18 | 2 | -1/+8 |
* | ** See bug #42573 | Timo Sirainen | 2003-07-17 | 2 | -11/+21 |
* | Add the CamelMimePartEncodingType definition here. | Jeffrey Stedfast | 2003-07-17 | 9 | -499/+198 |
* | If we read 0 bytes, then set eos to TRUE. | Jeffrey Stedfast | 2003-07-16 | 2 | -3/+12 |
* | removed camel-pkcs7-context.[c,h] - no longer useful | Jeffrey Stedfast | 2003-07-10 | 2 | -764/+0 |
* | removed camel-smime-utils.[c,h] which are no longer useful | Jeffrey Stedfast | 2003-07-10 | 4 | -178/+0 |
* | removed #ifndef ENABLE_THREADS | Jeffrey Stedfast | 2003-07-10 | 2 | -26/+2 |
* | removed #ifdef ENABLE_THREADS | Jeffrey Stedfast | 2003-07-10 | 1 | -16/+4 |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 7 | -117/+102 |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 28 | -596/+353 |
* | remove reference to camel-pgp-mime.h | Larry Ewing | 2003-07-09 | 2 | -1/+5 |
* | Removed. | Jeffrey Stedfast | 2003-07-09 | 4 | -200/+2 |
* | Updated (new copy/paste from e-iconv). | Jeffrey Stedfast | 2003-07-09 | 4 | -92/+189 |
* | Use camel_read(). (stream_write): Use camel_write(). | Jeffrey Stedfast | 2003-07-09 | 3 | -241/+18 |
* | Use camel_mkdir(). | Jeffrey Stedfast | 2003-07-08 | 15 | -277/+252 |
* | removed debug printfs | Jeffrey Stedfast | 2003-07-08 | 1 | -18/+0 |
* | Updated for string-utils namespace changes. | Jeffrey Stedfast | 2003-07-08 | 28 | -62/+97 |
* | Don't quote the charset value, the qop value, nor the response value. | Jeffrey Stedfast | 2003-07-03 | 2 | -6/+12 |
* | Use gmtime_r() instead of using gmtime() and memcpy() to try and be | Jeffrey Stedfast | 2003-07-03 | 2 | -3/+8 |
* | free the summary hash | Dan Winship | 2003-07-02 | 2 | -0/+7 |
* | Put day of week into outgoing email. | David Woodhouse | 2003-07-02 | 2 | -1/+11 |
* | Added prototype for camel_folder_summary_remove_range(). | Jeffrey Stedfast | 2003-06-25 | 3 | -17/+38 |
* | ** See bug #43887 | Not Zed | 2003-06-25 | 3 | -0/+27 |
* | ** See bug #31745 | Not Zed | 2003-06-20 | 1 | -6/+9 |
* | if we got cancelled, the message is floating, so free it. (struct | Not Zed | 2003-06-20 | 2 | -61/+105 |
* | Made static (to match the prototype). | Jeffrey Stedfast | 2003-06-19 | 2 | -2/+7 |
* | don't leak the summary when reloading it. Fixes a very large leak. | Larry Ewing | 2003-06-18 | 2 | -1/+11 |
* | Calculate ranges to remove folder info's more efficiently. affects | Not Zed | 2003-06-18 | 3 | -8/+96 |
* | ** See bug #44322 | Not Zed | 2003-06-17 | 3 | -7/+23 |
* | Fix for bug #40788. | Jeffrey Stedfast | 2003-06-14 | 5 | -21/+56 |
* | Put the ChangeLog.pre-1-4 in the Makefiles. | Ettore Perazzoli | 2003-06-13 | 1 | -0/+1 |
* | Partial fix for bug #44457. | Jeffrey Stedfast | 2003-06-12 | 3 | -2/+17 |
* | some days you just wish you had that subatomic 100 megaton kill-o-zap bomb. | Jeffrey Stedfast | 2003-06-12 | 5 | -54/+155 |
* | use g_utf8_strdown properly. | Larry Ewing | 2003-06-12 | 2 | -2/+6 |
* | Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part. | Jeffrey Stedfast | 2003-06-11 | 4 | -7/+26 |
* | Roll over ChangeLogs. | Ettore Perazzoli | 2003-06-10 | 2 | -22083/+22083 |
* | Turn off debugging. | Jeffrey Stedfast | 2003-06-02 | 3 | -4/+12 |
* | Turned off a debugging printf. | Jeffrey Stedfast | 2003-05-30 | 2 | -1/+6 |
* | This should finish fixing all variations of bug #42854, which, funnily | Jeffrey Stedfast | 2003-05-28 | 2 | -20/+44 |
* | Lets try this again. We don't actually want to free the key here, because | Jeffrey Stedfast | 2003-05-23 | 2 | -12/+8 |
* | Create a second GPtrArray for the keys. We don't want to use | Jeffrey Stedfast | 2003-05-21 | 2 | -2/+18 |
* | Only display a warning if errno != EINVAL (EINVAL means there was a | Jeffrey Stedfast | 2003-05-20 | 2 | -8/+21 |
* | fixed ChangeLog | Jeffrey Stedfast | 2003-05-20 | 1 | -82/+81 |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 24 | -68/+143 |
* | Simplistic quick-fix for #42710. Add a charset argument. If the data is 8 | Not Zed | 2003-05-16 | 2 | -21/+47 |
* | Only delete the index if it is non-NULL. Fixes bug #42763. | Jeffrey Stedfast | 2003-05-16 | 2 | -2/+8 |
* | ** See bug #42540 | Not Zed | 2003-05-15 | 2 | -3/+14 |
* | Added a note to the comment block for this function noting that uids MUST | Jeffrey Stedfast | 2003-05-15 | 4 | -20/+35 |
* | If host->h_name is NULL or an empty string, default back to using the IP | Jeffrey Stedfast | 2003-05-14 | 2 | -5/+12 |
* | Disable debugging. | Ettore Perazzoli | 2003-05-14 | 4 | -3/+11 |
* | Don't call g_utf8_validate on an empty message. Fixes a warning. | Dan Winship | 2003-05-05 | 2 | -1/+7 |
* | Workaround for POS mailers like the one in bug #42045. | Jeffrey Stedfast | 2003-05-03 | 3 | -1/+19 |
* | Remove camel-lock.c from here because it upsets automake 1.6 for some | Dan Winship | 2003-04-30 | 2 | -3/+8 |
* | body_len needs to be a size_t instead of int | Jeremy Katz | 2003-04-30 | 2 | -1/+6 |
* | Disable debugging printfs. | Jeffrey Stedfast | 2003-04-25 | 2 | -3/+7 |
* | only free the host if it was set. removes a run-time warning. | Not Zed | 2003-04-24 | 2 | -5/+8 |
* | fixed merge conflicts in ChangeLog | Jeffrey Stedfast | 2003-04-24 | 1 | -1/+0 |
* | #if 0 out some code that parsed the namespaces since the results aren't | Jeffrey Stedfast | 2003-04-24 | 2 | -1/+10 |
* | oops, the service owns the url after we construct it. | Not Zed | 2003-04-23 | 2 | -2/+5 |
* | ** Should fix #41629, #41448, et al. | Not Zed | 2003-04-23 | 12 | -50/+206 |
* | Don't set seen_eof1 here anymore once we get a trust metric. | Jeffrey Stedfast | 2003-04-23 | 2 | -16/+32 |
* | ** for #40989 | Not Zed | 2003-04-19 | 5 | -8/+117 |
* | Urls are unlikely to end with punctuation or closing braces, so strip any | Jeffrey Stedfast | 2003-04-18 | 4 | -5/+30 |
* | Dont assume adding 1 to line length will go to the next line. e.g. for dos | Not Zed | 2003-04-17 | 3 | -26/+46 |
* | The gpg child process exiting does not necessarily mean that we've ready | Jeffrey Stedfast | 2003-04-17 | 2 | -6/+27 |
* | Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set. | Jeffrey Stedfast | 2003-04-11 | 2 | -1/+8 |
* | filter data test cases. | Not Zed | 2003-04-10 | 9 | -17/+205 |
* | Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8, | Jeffrey Stedfast | 2003-04-10 | 2 | -113/+92 |
* | Changed my mind a bit on how I wanted this to work. Instead of aborting on | Jeffrey Stedfast | 2003-04-10 | 2 | -29/+45 |
* | Save the content size in a temp variable until after we've successfully | Jeffrey Stedfast | 2003-04-10 | 2 | -1/+19 |
* | New function to get the UTF-8 version of the diagnostics (if the locale | Jeffrey Stedfast | 2003-04-10 | 2 | -3/+81 |
* | NULL-protect the to/from charsets in the g_warning call. | Jeffrey Stedfast | 2003-04-09 | 2 | -1/+9 |
* | Fixes for bug #40778. Probably others as well. | Jeffrey Stedfast | 2003-04-09 | 2 | -122/+225 |
* | Make sure host->h_name is not an empty string too? Apparently for one user | Jeffrey Stedfast | 2003-04-09 | 2 | -1/+6 |
* | If store->engine->line is NULL, use _("Unknown error") as the error string | Jeffrey Stedfast | 2003-04-09 | 2 | -4/+12 |
* | use g_strerror, and use errno directly rather than ferrno(). | Not Zed | 2003-04-08 | 2 | -1/+8 |
* | Disable debug printf's | Jeffrey Stedfast | 2003-04-08 | 2 | -1/+5 |
* | If we are using the heimdal krb5 implementation, don't free outbuf ever. | Jeffrey Stedfast | 2003-04-02 | 2 | -0/+16 |
* | Use strncasecmp for matching the nofill and /nofill tags. Also fixed to | Jeffrey Stedfast | 2003-04-01 | 2 | -41/+243 |
* | remove unused var. | Not Zed | 2003-03-28 | 16 | -37/+67 |
* | Get rid of debug printf's that are no longer needed. In the case of | Jeffrey Stedfast | 2003-03-28 | 2 | -9/+8 |
* | When we remove a node from the list, make sure to g_list_free_1(). | Jeffrey Stedfast | 2003-03-28 | 2 | -1/+15 |
* | Like camel_url_encode, but works directly on an existing GString. | Dan Winship | 2003-03-27 | 6 | -79/+117 |
* | Do a more thorough check for html marked as text/plain. Check that the | Not Zed | 2003-03-27 | 2 | -2/+11 |
* | Pass in the addresses of the second args to the delete/release functions. | Jeffrey Stedfast | 2003-03-27 | 2 | -81/+81 |
* | Ignore whether or not the bag is currently reserved. We'll miss the new | Not Zed | 2003-03-26 | 2 | -17/+8 |
* | Don't use setv when we don't need the stdarg interface. | Jeffrey Stedfast | 2003-03-26 | 2 | -5/+13 |
* | This expression can never return an array. We must always return a string | Jeffrey Stedfast | 2003-03-25 | 2 | -16/+16 |
* | removed invisible 8bit chars | Jeffrey Stedfast | 2003-03-25 | 1 | -1/+1 |
* | camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server | ÃÂ Timo SirainenÃÂ | 2003-03-25 | 2 | -2/+10 |
* | Camel part of the fix for Lewing's bug #39204. Second half of the patch | Jeffrey Stedfast | 2003-03-22 | 2 | -8/+39 |
* | continue reading the cert file until we've read it all or get a non-EINTR | Jeffrey Stedfast | 2003-03-22 | 2 | -7/+25 |
* | #include <com_err.h> instead of #include <et/com_err.h> | Jeffrey Stedfast | 2003-03-21 | 2 | -1/+6 |
* | Plug in GSSAPI support. | Jeffrey Stedfast | 2003-03-21 | 5 | -28/+69 |
* | Handle raw 8-bit From data "correctly". (The same way we handle | Dan Winship | 2003-03-21 | 11 | -98/+120 |
* | Removed unused variable left over from my previous fix. | Jeffrey Stedfast | 2003-03-18 | 3 | -15/+20 |
* | Use header_contentid_decode() as this new function should be safer than | Jeffrey Stedfast | 2003-03-15 | 4 | -15/+82 |
* | Don't add bogus uids to the uid array. Might fix bug #38868 (it's the only | Jeffrey Stedfast | 2003-03-14 | 2 | -8/+14 |
* | removed, it was double-freeing the key. (save_object): Just save the | Not Zed | 2003-03-12 | 2 | -11/+21 |
* | added a comment | Jeffrey Stedfast | 2003-03-11 | 1 | -0/+2 |
* | Doh! If inptr == pos + 1, then return FALSE (before it was checking for | Jeffrey Stedfast | 2003-03-10 | 2 | -1/+7 |
* | handle a null return from search_by_expression, for bug #33786. | Not Zed | 2003-03-07 | 2 | -9/+17 |
* | s/g_strncasecmp/strncasecmp/g | Jeffrey Stedfast | 2003-03-07 | 10 | -282/+366 |
* | Same as below. | Jeffrey Stedfast | 2003-03-06 | 3 | -2/+9 |
* | Get rid of the const return - it mismatches the prototype and we don't | Jeffrey Stedfast | 2003-03-06 | 2 | -1/+7 |
* | Fixes for bug #39170 | Jeffrey Stedfast | 2003-03-06 | 4 | -4/+17 |
* | Fixes for bug #39168 | Jeffrey Stedfast | 2003-03-06 | 10 | -46/+43 |
* | s/class/klass in one place so that the header is c++-safe. | Jeffrey Stedfast | 2003-03-05 | 2 | -1/+6 |
* | Updated to use the new API from a fe commits ago for the NSS stream. This | Jeffrey Stedfast | 2003-03-04 | 7 | -4/+434 |
* | Do similar folder != NULL checking as for delete_folder before passing a | Not Zed | 2003-03-03 | 2 | -3/+10 |
* | Same as IMAP and POP. | Jeffrey Stedfast | 2003-03-01 | 7 | -17/+71 |
* | Add a 'flushed' state variable to the private struct. (do_read): Set | Jeffrey Stedfast | 2003-02-28 | 3 | -5/+40 |
* | Undo jeff's changes. | Not Zed | 2003-02-27 | 3 | -5/+20 |
* | Updated to use g_alloca instead of alloca so that we can skip all the | Jeffrey Stedfast | 2003-02-27 | 2 | -2/+6 |
* | don't #include camel-iconv.h | Jeffrey Stedfast | 2003-02-27 | 1 | -1/+0 |
* | Make sure the folder is non-NULL before trying to remove it from the | Jeffrey Stedfast | 2003-02-26 | 2 | -6/+13 |
* | removed unused filter code that was wrong anyway | Jeffrey Stedfast | 2003-02-26 | 4 | -214/+0 |
* | canonicalise the charset name (if it is an iso charset) so that our | Jeffrey Stedfast | 2003-02-26 | 2 | -2/+70 |
* | Same as the ones below. | Jeffrey Stedfast | 2003-02-26 | 15 | -254/+107 |
* | g_alloca (strlen (charset) + 1) so we don't overflow the buffer. | Jeffrey Stedfast | 2003-02-25 | 2 | -1/+4 |
* | Don't write the passwd, fixes "bug" #38601. | Jeffrey Stedfast | 2003-02-25 | 2 | -3/+9 |
* | Make bucket->refcount 31 bits and bucket->used 1 bit instead of having | Jeffrey Stedfast | 2003-02-25 | 2 | -4/+6 |
* | Use g_iconv_close() here, missed this before. (camel_iconv): Might as well | Jeffrey Stedfast | 2003-02-25 | 2 | -2/+9 |
* | New function...back from the depths of hell from whence it came | Jeffrey Stedfast | 2003-02-25 | 5 | -7/+194 |
* | fixed a type-o that causes a segfault | Jeffrey Stedfast | 2003-02-24 | 2 | -2/+2 |
* | Do it the same way we just made the sendmail code do it. | Jeffrey Stedfast | 2003-02-24 | 3 | -60/+61 |
* | s/g_slist_free1/g_slist_free_1 | Jeffrey Stedfast | 2003-02-23 | 2 | -3/+5 |
* | Remove all Bcc headers before sending to the smtp server. | Jeffrey Stedfast | 2003-02-23 | 3 | -14/+62 |
* | fix | Jeffrey Stedfast | 2003-02-21 | 1 | -1/+1 |
* | fuck ICONV_CONST, we can add that foo later...if we care. | Jeffrey Stedfast | 2003-02-21 | 1 | -1/+1 |
* | would help to include our header, eh? | Jeffrey Stedfast | 2003-02-21 | 1 | -0/+1 |
* | Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown(). | Jeffrey Stedfast | 2003-02-21 | 16 | -119/+757 |
* | Redirect program's stdout and stderr to /dev/null | Jeffrey Stedfast | 2003-02-21 | 3 | -12/+32 |
* | Redirect the program's stderr to /dev/null | Jeffrey Stedfast | 2003-02-21 | 2 | -2/+11 |
* | use argv[0] instead of argv[i], doh! | Jeffrey Stedfast | 2003-02-20 | 1 | -1/+1 |
* | Fixed a type-o in the ENABLE_IPv6 ifdef section. | Jeffrey Stedfast | 2003-02-20 | 2 | -1/+6 |
* | New filter action that pipes the message source to the user-program and | Jeffrey Stedfast | 2003-02-20 | 2 | -13/+21 |
* | New filter action that pipes the message source to the user-program and | Jeffrey Stedfast | 2003-02-20 | 2 | -2/+154 |
* | Added a (get-size ) function to fix bug #38073. (search_get_size): | Jeffrey Stedfast | 2003-02-15 | 3 | -1/+32 |
* | watch for <>'s too | Jeffrey Stedfast | 2003-02-15 | 1 | -1/+2 |
* | Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): If | Jeffrey Stedfast | 2003-02-15 | 2 | -11/+50 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 10 | -37/+74 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 8 | -15/+25 |
* | Init bag->owner to 0. | Not Zed | 2003-02-05 | 2 | -63/+76 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 8 | -41/+79 |
* | Pass in some default flags to gss_init_sec_context() (these default flags | Jeffrey Stedfast | 2003-01-29 | 2 | -1/+9 |
* | $(libexec) -> $(libexecdir) | Hans Petter Jansson | 2003-01-23 | 2 | -1/+5 |
* | Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise. | Ettore Perazzoli | 2003-01-23 | 9 | -17/+41 |
* | Set the backbuflen to 0 so that calling us again won't re-flush the same | Jeffrey Stedfast | 2003-01-22 | 2 | -2/+9 |
* | only grow the buffer when we are out of space. | Larry Ewing | 2003-01-18 | 2 | -9/+16 |
* | If we have no content-type header, set it to text/plain explcitly, rather | Not Zed | 2003-01-14 | 2 | -0/+8 |
* | New source files implementing the GSSAPI SASL mechanism. | Jeffrey Stedfast | 2003-01-14 | 4 | -1/+380 |
* | fix header include order. | Not Zed | 2003-01-13 | 3 | -4/+16 |
* | Read the characters as utf8, rather than as 8 bit bytes. Remove the | Not Zed | 2003-01-13 | 3 | -17/+87 |
* | add a "translation_domain" field. (NULL for all providers in the camel | Dan Winship | 2003-01-08 | 3 | -5/+21 |
* | init local exception before doing anything. fixes a crash. | Not Zed | 2003-01-06 | 2 | -0/+6 |
* | spell-check | Jeffrey Stedfast | 2003-01-05 | 1 | -5/+5 |
* | Instead of checking recipients != NULL, check that camel_address_length | Jeffrey Stedfast | 2003-01-05 | 2 | -2/+9 |
* | commit this too | Jeffrey Stedfast | 2002-12-18 | 1 | -1/+2 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 20 | -117/+141 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 4 | -80/+92 |
* | Detect text/html parts that were marked as text/plain and re-tag them as | Jeffrey Stedfast | 2002-12-17 | 2 | -14/+39 |
* | New convenience function to replace calls to e_text_to_html() in the | Jeffrey Stedfast | 2002-12-17 | 3 | -0/+32 |
* | #include some headers we had forgotten to add previously, also added | Jeffrey Stedfast | 2002-12-16 | 6 | -1/+455 |
* | Don't apply the CANON_STRIP filter here, since we are verifying whatever | Jeffrey Stedfast | 2002-12-16 | 2 | -3/+11 |
* | Use camel-url-scanner instead of regex. | Jeffrey Stedfast | 2002-12-11 | 3 | -90/+43 |
* | Fixed to not be fooled in the case where the address is followed | Jeffrey Stedfast | 2002-12-10 | 2 | -35/+60 |
* | New code to scan for patterns (used only for url pattern matching atm, but | Jeffrey Stedfast | 2002-12-10 | 4 | -0/+477 |
* | Use a bag instead of a hashtable to track the cache streams. | Not Zed | 2002-12-09 | 13 | -449/+608 |
* | Properly handle the case where the namespace is "". Fixes bug #34975 | Jeffrey Stedfast | 2002-12-05 | 3 | -5/+14 |
* | Fixed to not get false positives when the token is shorter than the actual | Jeffrey Stedfast | 2002-12-04 | 2 | -12/+34 |
* | Use the new camel_operation_cancel_prfd() function to get the cancellation | Jeffrey Stedfast | 2002-11-23 | 4 | -20/+201 |
* | If we have a namespace of "", then always match any path. | Not Zed | 2002-11-22 | 2 | -4/+14 |
* | applied plain_signature_fix.patch | Radek Doulik | 2002-11-20 | 3 | -1/+7 |
* | Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS) | Rodney Dawes | 2002-11-20 | 7 | -12/+4 |
* | If the namespace is at/below INBOX, check for the INBOX explicitly (since | Jeffrey Stedfast | 2002-11-18 | 2 | -20/+73 |
* | Rewritten. Much much much cleaner implementation now, though uses | Jeffrey Stedfast | 2002-11-11 | 3 | -332/+263 |