| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strncasecmp for matching the nofill and /nofill tags. Also fixed to | Jeffrey Stedfast | 2003-04-01 | 1 | -0/+6 |
* | remove unused var. | Not Zed | 2003-03-28 | 1 | -0/+48 |
* | Get rid of debug printf's that are no longer needed. In the case of | Jeffrey Stedfast | 2003-03-28 | 1 | -0/+5 |
* | When we remove a node from the list, make sure to g_list_free_1(). | Jeffrey Stedfast | 2003-03-28 | 1 | -0/+10 |
* | Like camel_url_encode, but works directly on an existing GString. | Dan Winship | 2003-03-27 | 1 | -0/+16 |
* | Do a more thorough check for html marked as text/plain. Check that the | Not Zed | 2003-03-27 | 1 | -0/+8 |
* | Pass in the addresses of the second args to the delete/release functions. | Jeffrey Stedfast | 2003-03-27 | 1 | -79/+79 |
* | Ignore whether or not the bag is currently reserved. We'll miss the new | Not Zed | 2003-03-26 | 1 | -0/+6 |
* | Don't use setv when we don't need the stdarg interface. | Jeffrey Stedfast | 2003-03-26 | 1 | -0/+6 |
* | This expression can never return an array. We must always return a string | Jeffrey Stedfast | 2003-03-25 | 1 | -0/+5 |
* | 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 | 1 | -0/+7 |
* | Camel part of the fix for Lewing's bug #39204. Second half of the patch | Jeffrey Stedfast | 2003-03-22 | 1 | -0/+18 |
* | continue reading the cert file until we've read it all or get a non-EINTR | Jeffrey Stedfast | 2003-03-22 | 1 | -0/+6 |
* | #include <com_err.h> instead of #include <et/com_err.h> | Jeffrey Stedfast | 2003-03-21 | 1 | -0/+5 |
* | Plug in GSSAPI support. | Jeffrey Stedfast | 2003-03-21 | 1 | -0/+7 |
* | Handle raw 8-bit From data "correctly". (The same way we handle | Dan Winship | 2003-03-21 | 1 | -0/+30 |
* | Removed unused variable left over from my previous fix. | Jeffrey Stedfast | 2003-03-18 | 1 | -0/+11 |
* | Use header_contentid_decode() as this new function should be safer than | Jeffrey Stedfast | 2003-03-15 | 1 | -0/+13 |
* | Don't add bogus uids to the uid array. Might fix bug #38868 (it's the only | Jeffrey Stedfast | 2003-03-14 | 1 | -1/+7 |
* | removed, it was double-freeing the key. (save_object): Just save the | Not Zed | 2003-03-12 | 1 | -0/+11 |
* | Doh! If inptr == pos + 1, then return FALSE (before it was checking for | Jeffrey Stedfast | 2003-03-10 | 1 | -0/+6 |
* | handle a null return from search_by_expression, for bug #33786. | Not Zed | 2003-03-07 | 1 | -0/+5 |
* | s/g_strncasecmp/strncasecmp/g | Jeffrey Stedfast | 2003-03-07 | 1 | -0/+29 |
* | Same as below. | Jeffrey Stedfast | 2003-03-06 | 1 | -0/+7 |
* | Get rid of the const return - it mismatches the prototype and we don't | Jeffrey Stedfast | 2003-03-06 | 1 | -0/+6 |
* | Fixes for bug #39170 | Jeffrey Stedfast | 2003-03-06 | 1 | -0/+13 |
* | Fixes for bug #39168 | Jeffrey Stedfast | 2003-03-06 | 1 | -0/+21 |
* | s/class/klass in one place so that the header is c++-safe. | Jeffrey Stedfast | 2003-03-05 | 1 | -0/+5 |
* | Updated to use the new API from a fe commits ago for the NSS stream. This | Jeffrey Stedfast | 2003-03-04 | 1 | -0/+20 |
* | Do similar folder != NULL checking as for delete_folder before passing a | Not Zed | 2003-03-03 | 1 | -0/+6 |
* | Same as IMAP and POP. | Jeffrey Stedfast | 2003-03-01 | 1 | -0/+20 |
* | Add a 'flushed' state variable to the private struct. (do_read): Set | Jeffrey Stedfast | 2003-02-28 | 1 | -0/+16 |
* | Undo jeff's changes. | Not Zed | 2003-02-27 | 1 | -0/+7 |
* | Updated to use g_alloca instead of alloca so that we can skip all the | Jeffrey Stedfast | 2003-02-27 | 1 | -0/+4 |
* | Make sure the folder is non-NULL before trying to remove it from the | Jeffrey Stedfast | 2003-02-26 | 1 | -0/+6 |
* | canonicalise the charset name (if it is an iso charset) so that our | Jeffrey Stedfast | 2003-02-26 | 1 | -0/+14 |
* | Same as the ones below. | Jeffrey Stedfast | 2003-02-26 | 1 | -0/+24 |
* | g_alloca (strlen (charset) + 1) so we don't overflow the buffer. | Jeffrey Stedfast | 2003-02-25 | 1 | -0/+3 |
* | Don't write the passwd, fixes "bug" #38601. | Jeffrey Stedfast | 2003-02-25 | 1 | -0/+3 |
* | Make bucket->refcount 31 bits and bucket->used 1 bit instead of having | Jeffrey Stedfast | 2003-02-25 | 1 | -2/+4 |
* | Use g_iconv_close() here, missed this before. (camel_iconv): Might as well | Jeffrey Stedfast | 2003-02-25 | 1 | -0/+7 |
* | New function...back from the depths of hell from whence it came | Jeffrey Stedfast | 2003-02-25 | 1 | -0/+17 |
* | Do it the same way we just made the sendmail code do it. | Jeffrey Stedfast | 2003-02-24 | 1 | -0/+8 |
* | Remove all Bcc headers before sending to the smtp server. | Jeffrey Stedfast | 2003-02-23 | 1 | -0/+9 |
* | Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown(). | Jeffrey Stedfast | 2003-02-21 | 1 | -0/+48 |
* | Redirect program's stdout and stderr to /dev/null | Jeffrey Stedfast | 2003-02-21 | 1 | -0/+7 |
* | Redirect the program's stderr to /dev/null | Jeffrey Stedfast | 2003-02-21 | 1 | -0/+5 |
* | Fixed a type-o in the ENABLE_IPv6 ifdef section. | Jeffrey Stedfast | 2003-02-20 | 1 | -0/+5 |
* | New filter action that pipes the message source to the user-program and | Jeffrey Stedfast | 2003-02-20 | 1 | -0/+10 |
* | New filter action that pipes the message source to the user-program and | Jeffrey Stedfast | 2003-02-20 | 1 | -0/+7 |
* | Added a (get-size ) function to fix bug #38073. (search_get_size): | Jeffrey Stedfast | 2003-02-15 | 1 | -0/+6 |
* | Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): If | Jeffrey Stedfast | 2003-02-15 | 1 | -0/+8 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 1 | -0/+37 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 1 | -0/+16 |
* | Init bag->owner to 0. | Not Zed | 2003-02-05 | 1 | -0/+10 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 1 | -0/+34 |
* | Pass in some default flags to gss_init_sec_context() (these default flags | Jeffrey Stedfast | 2003-01-29 | 1 | -0/+6 |
* | $(libexec) -> $(libexecdir) | Hans Petter Jansson | 2003-01-23 | 1 | -0/+4 |
* | Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise. | Ettore Perazzoli | 2003-01-23 | 1 | -0/+23 |
* | Set the backbuflen to 0 so that calling us again won't re-flush the same | Jeffrey Stedfast | 2003-01-22 | 1 | -0/+5 |
* | only grow the buffer when we are out of space. | Larry Ewing | 2003-01-18 | 1 | -0/+5 |
* | If we have no content-type header, set it to text/plain explcitly, rather | Not Zed | 2003-01-14 | 1 | -0/+6 |
* | New source files implementing the GSSAPI SASL mechanism. | Jeffrey Stedfast | 2003-01-14 | 1 | -0/+5 |
* | fix header include order. | Not Zed | 2003-01-13 | 1 | -1/+9 |
* | Read the characters as utf8, rather than as 8 bit bytes. Remove the | Not Zed | 2003-01-13 | 1 | -0/+10 |
* | add a "translation_domain" field. (NULL for all providers in the camel | Dan Winship | 2003-01-08 | 1 | -0/+8 |
* | init local exception before doing anything. fixes a crash. | Not Zed | 2003-01-06 | 1 | -0/+5 |
* | 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 | 1 | -0/+7 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 1 | -0/+16 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 1 | -0/+10 |
* | Detect text/html parts that were marked as text/plain and re-tag them as | Jeffrey Stedfast | 2002-12-17 | 1 | -0/+7 |
* | New convenience function to replace calls to e_text_to_html() in the | Jeffrey Stedfast | 2002-12-17 | 1 | -0/+4 |
* | #include some headers we had forgotten to add previously, also added | Jeffrey Stedfast | 2002-12-16 | 1 | -0/+8 |
* | Don't apply the CANON_STRIP filter here, since we are verifying whatever | Jeffrey Stedfast | 2002-12-16 | 1 | -0/+7 |
* | Use camel-url-scanner instead of regex. | Jeffrey Stedfast | 2002-12-11 | 1 | -0/+5 |
* | Fixed to not be fooled in the case where the address is followed | Jeffrey Stedfast | 2002-12-10 | 1 | -0/+10 |
* | New code to scan for patterns (used only for url pattern matching atm, but | Jeffrey Stedfast | 2002-12-10 | 1 | -0/+6 |
* | Use a bag instead of a hashtable to track the cache streams. | Not Zed | 2002-12-09 | 1 | -0/+84 |
* | Properly handle the case where the namespace is "". Fixes bug #34975 | Jeffrey Stedfast | 2002-12-05 | 1 | -0/+6 |
* | Fixed to not get false positives when the token is shorter than the actual | Jeffrey Stedfast | 2002-12-04 | 1 | -0/+9 |
* | Use the new camel_operation_cancel_prfd() function to get the cancellation | Jeffrey Stedfast | 2002-11-23 | 1 | -0/+13 |
* | If we have a namespace of "", then always match any path. | Not Zed | 2002-11-22 | 1 | -0/+8 |
* | applied plain_signature_fix.patch | Radek Doulik | 2002-11-20 | 1 | -0/+5 |
* | Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS) | Rodney Dawes | 2002-11-20 | 1 | -0/+4 |
* | If the namespace is at/below INBOX, check for the INBOX explicitly (since | Jeffrey Stedfast | 2002-11-18 | 1 | -0/+8 |
* | Rewritten. Much much much cleaner implementation now, though uses | Jeffrey Stedfast | 2002-11-11 | 1 | -0/+6 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 1 | -0/+13 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 1 | -0/+98 |
* | constify the content_type. | Not Zed | 2002-11-08 | 1 | -0/+5 |
* | Added. | Jeffrey Stedfast | 2002-11-08 | 1 | -0/+8 |
* | removed gnome-defs.h, it does not exist. | Rodrigo Moya | 2002-11-08 | 1 | -0/+4 |
* | Created temporary link list, we need to link with something for gettext. | Not Zed | 2002-11-05 | 1 | -0/+20 |
* | Removed. Glib2 has this function. | Jeffrey Stedfast | 2002-11-02 | 1 | -0/+3 |
* | Use g_path_get_basename instead of g_strdup (g_basename (filename)). | Jeffrey Stedfast | 2002-11-02 | 1 | -0/+3 |
* | Use g_path_get_dirname since g_dirname has been deprecated. | Jeffrey Stedfast | 2002-11-02 | 1 | -0/+5 |
* | Set the virtual method pointers to the import/export methods. | Jeffrey Stedfast | 2002-11-01 | 1 | -0/+18 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -0/+28 |
* | Remove a ton of useless snot. | Jeffrey Stedfast | 2002-11-01 | 1 | -0/+38 |
* | Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set it | Jeffrey Stedfast | 2002-10-28 | 1 | -0/+6 |
* | ** For bug #31647 and bug #31456. | Not Zed | 2002-10-24 | 1 | -0/+43 |
* | Canonicalise the source_uri to not have a path. Fixes bug #32268. | Jeffrey Stedfast | 2002-10-23 | 1 | -5/+22 |
* | If ~/.camel_certs doesn't exist, create it. | Jeffrey Stedfast | 2002-10-18 | 1 | -0/+5 |
* | helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nss | Not Zed | 2002-10-17 | 1 | -0/+31 |
* | No longer takes a path argument. (camel_gpg_context_fianlise): No need to | Jeffrey Stedfast | 2002-10-17 | 1 | -0/+16 |
* | If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bug | Jeffrey Stedfast | 2002-10-16 | 1 | -0/+5 |
* | If the response from the IMAP server is "No", don't set the | Jeffrey Stedfast | 2002-10-10 | 1 | -1/+10 |
* | Fixes bug #31752 | Jeffrey Stedfast | 2002-10-08 | 1 | -0/+12 |
* | Fix all mailing list regex patterns to allow any number of spaces *or* | Jeffrey Stedfast | 2002-10-08 | 1 | -0/+6 |
* | Use the content-object's rawtext flag to decide if it needs to be filtered | Jeffrey Stedfast | 2002-10-05 | 1 | -0/+7 |
* | Dont get the filter driver inside the change_lock. Its not necessary, and | Not Zed | 2002-10-04 | 1 | -0/+7 |
* | Map us-ascii to windows-1252 also. | Jeffrey Stedfast | 2002-10-04 | 1 | -0/+5 |
* | /home/notzed/gnome/head/evolution/camel | Not Zed | 2002-10-03 | 1 | -0/+29 |
* | Use strtol when decoding the timezone (since it can be negative) and don't | Jeffrey Stedfast | 2002-10-02 | 1 | -0/+8 |
* | Fixes bug #31456. | Jeffrey Stedfast | 2002-10-01 | 1 | -3/+16 |
* | Don't strip the namespace from the fi->full_name when hasing or creating | Jeffrey Stedfast | 2002-10-01 | 1 | -0/+7 |
* | Remove debug content_info_dump, could cause a crash, and not really needed | Not Zed | 2002-09-30 | 1 | -0/+9 |
* | New function to decode the INTERNALDATE response from an IMAP server so we | Jeffrey Stedfast | 2002-09-28 | 1 | -0/+16 |
* | Use the summary's last uid as the one to fetch from, ignoring the cache. | Not Zed | 2002-09-27 | 1 | -0/+11 |
* | Treat spool as a local folder, so the ref checks work right. | Not Zed | 2002-09-26 | 1 | -0/+4 |
* | Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, its | Not Zed | 2002-09-26 | 1 | -0/+14 |
* | Store the folder flags in the store summary. (get_one_folder_offline): Set | Not Zed | 2002-09-26 | 1 | -0/+8 |
* | Handle EILSEQ by eating bytes in the input buffer until conversion is | Jeffrey Stedfast | 2002-09-26 | 1 | -0/+7 |
* | Changed the Mailing-List rule to get the complete domain (* in wrong | Not Zed | 2002-09-24 | 1 | -0/+3 |
* | If we have no data written to a key, dont add it, or its partition header. | Not Zed | 2002-09-24 | 1 | -0/+20 |
* | If the original message is deleted, reset the deleted flag when we're | Jeffrey Stedfast | 2002-09-24 | 1 | -0/+3 |
* | Decode the INTERNALDATE if we've got one. (imap_update_summary): Instead | Jeffrey Stedfast | 2002-09-24 | 1 | -0/+12 |
* | fix non-ANSI switch statement. | Dan Winship | 2002-09-23 | 1 | -0/+11 |
* | New regression test for word splitting/search input parsing code. | Not Zed | 2002-09-20 | 1 | -0/+11 |
* | Take new session arg. Update callers. (symbols[]): changed get-source to | Not Zed | 2002-09-19 | 1 | -0/+14 |
* | Don't increment the response pointer when deciding what type of header | Jeffrey Stedfast | 2002-09-19 | 1 | -0/+9 |
* | fixed a merge conflict | Jeffrey Stedfast | 2002-09-19 | 1 | -1/+0 |
* | Include MIME-VERSION and CONTENT-TYPE. | Jeffrey Stedfast | 2002-09-19 | 1 | -0/+5 |
* | If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496. | Not Zed | 2002-09-19 | 1 | -0/+6 |
* | Handle when the response is from a HEADER.FIELDS (if so, we don't want to | Jeffrey Stedfast | 2002-09-19 | 1 | -0/+8 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-14 | 1 | -0/+7 |
* | Revert a patch that I had not meant to commit that was aimed at fixing bug | Jeffrey Stedfast | 2002-09-11 | 1 | -0/+5 |
* | Same as below. Also save errno before closing the file so our caller can | Jeffrey Stedfast | 2002-09-11 | 1 | -0/+14 |
* | Do proper error checking and return -1 on fail. | Jeffrey Stedfast | 2002-09-11 | 1 | -0/+20 |
* | Clear the exception even if we failed to get the message (part) from the | Jeffrey Stedfast | 2002-09-11 | 1 | -0/+7 |
* | Remove the hash table entry using the right path. Related to #29731. | Not Zed | 2002-09-10 | 1 | -0/+6 |
* | Fixes bug #4224 | Jeffrey Stedfast | 2002-09-10 | 1 | -1/+15 |
* | Use e_mktime_utc. | Dan Winship | 2002-09-05 | 1 | -0/+9 |
* | clear nonfatal stuff. | Not Zed | 2002-09-04 | 1 | -0/+33 |
* | If we fake the from eof file boundary, also make sure we say we matched | Not Zed | 2002-09-04 | 1 | -0/+5 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 1 | -0/+91 |
* | Change the case sensitive search of subject to expect case insensitive | Not Zed | 2002-08-29 | 1 | -0/+36 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 1 | -0/+3 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 1 | -0/+3 |
* | Match file: urls too. | Jeffrey Stedfast | 2002-08-29 | 1 | -0/+4 |
* | fix exposes a regression in mbox :-/ | Not Zed | 2002-08-28 | 1 | -0/+4 |
* | some utf7/utf8 tests. | Not Zed | 2002-08-28 | 1 | -0/+2 |
* | fixes a crash on systems that dont have utf7 in iconv. | Not Zed | 2002-08-28 | 1 | -0/+10 |
* | Now takes a third argument to specify whether or not to group messages by | Jeffrey Stedfast | 2002-08-28 | 1 | -0/+9 |
* | If the response is NULL, just return. (now works the same way as | Jeffrey Stedfast | 2002-08-27 | 1 | -0/+7 |
* | Lock the CamelService->priv->connect_lock instead of using our own | Jeffrey Stedfast | 2002-08-27 | 1 | -0/+10 |
* | If we fail to send the EHLO/HELO command successfully, set | Jeffrey Stedfast | 2002-08-24 | 1 | -0/+14 |
* | If current_folder is not NULL and the summary for that folder is dirty, | Jeffrey Stedfast | 2002-08-23 | 1 | -0/+4 |
* | Workaround for Courier imap's brokeness when LSUBing the INBOX folder when | Jeffrey Stedfast | 2002-08-23 | 1 | -0/+12 |
* | Don't register the noop timeout here anymore, we're gonna handle all this | Jeffrey Stedfast | 2002-08-22 | 1 | -0/+7 |
* | Override the default noop implementation. | Jeffrey Stedfast | 2002-08-21 | 1 | -0/+11 |
* | Plug some large leaks in the indexing code. | Peter Williams | 2002-08-21 | 1 | -0/+13 |
* | Don't let the minimum recursive depth be negative. (get_folders): Pass | Jeffrey Stedfast | 2002-08-21 | 1 | -0/+6 |
* | Set CAMEL_URL_NEED_PATH for the vFolder provider. | Jeffrey Stedfast | 2002-08-21 | 1 | -0/+5 |
* | Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't - | Jeffrey Stedfast | 2002-08-20 | 1 | -0/+4 |
* | If the diagnostics are empty, just explain that gpg failed to execute. | Jeffrey Stedfast | 2002-08-20 | 1 | -0/+5 |
* | Updated to pass the needed arguments to camel_init() and to init gthreads | Jeffrey Stedfast | 2002-08-20 | 1 | -0/+12 |
* | If the passed-in URL contains a path, but the service doesn't allow paths, | Dan Winship | 2002-08-19 | 1 | -0/+6 |
* | err, oops. | Chris Toshok | 2002-08-17 | 1 | -2/+0 |
* | remove the outer parens from the expansion of camel_argv_{start,end} since | Chris Toshok | 2002-08-17 | 1 | -0/+8 |
* | Fix the logic check for working out if we add inbox or not, we do it if we | Not Zed | 2002-08-16 | 1 | -0/+6 |
* | added a flags field, defined some flags, currently only used by imap. This | Not Zed | 2002-08-15 | 1 | -0/+31 |
* | New function, generate a UID that has better chances of being unique. | Peter Williams | 2002-08-10 | 1 | -0/+7 |
* | Tweak how we build the tree based on whether a full tree or a subtree is | Peter Williams | 2002-08-10 | 1 | -0/+10 |
* | When renaming our cache, add the "/folders" to the path. | Peter Williams | 2002-08-10 | 1 | -0/+5 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -0/+7 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -0/+6 |
* | Oops - outbuf pointed to alloca'd memory but we were g_free'ing it after | Jeffrey Stedfast | 2002-08-08 | 1 | -0/+7 |
* | Only add the stream to the gdatalist if it is non-NULL. | Jeffrey Stedfast | 2002-08-08 | 1 | -0/+5 |
* | If writing to the sendmail pipe fails, wait for the sendmail process to | Jeffrey Stedfast | 2002-08-06 | 1 | -0/+7 |
* | Add messageinfo to id table, and store array index in messageinfo too. | Not Zed | 2002-08-06 | 1 | -0/+17 |
* | Always set a g_atexit handler to flush/save the camel-certdb. | Jeffrey Stedfast | 2002-08-06 | 1 | -0/+3 |
* | If we are asking for the toplevel folders, use the IMAP store's namespace | Jeffrey Stedfast | 2002-08-06 | 1 | -0/+12 |
* | Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish a | Dan Winship | 2002-08-05 | 1 | -0/+9 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 1 | -0/+11 |
* | If the folder name contains the directory separator, reject it. | Peter Williams | 2002-08-03 | 1 | -0/+5 |
* | Clear the summary after building the 'removed uid' list. | Not Zed | 2002-08-02 | 1 | -0/+3 |
* | revert jeff's patch below, and do it slightly differently, and stop the | Not Zed | 2002-08-02 | 1 | -0/+14 |
* | Do more error checking to prevent crashing if we fail to read a string for | Jeffrey Stedfast | 2002-08-02 | 1 | -0/+6 |
* | camel: | Peter Williams | 2002-08-01 | 1 | -0/+23 |
* | Disable my fix to not cache headers as it means that each time we load the | Jeffrey Stedfast | 2002-08-01 | 1 | -1/+5 |
* | Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't in | Jeffrey Stedfast | 2002-08-01 | 1 | -0/+11 |
* | Update the comment. | Jeffrey Stedfast | 2002-07-31 | 1 | -0/+21 |
* | X509_digest() needs a pointer to an int len. Also fixed some other | Jeffrey Stedfast | 2002-07-31 | 1 | -0/+7 |
* | New source file implementing a very basic certificate database. This is | Jeffrey Stedfast | 2002-07-31 | 1 | -0/+15 |
* | Use the same command-counter mojo that the append code uses in case the | Peter Williams | 2002-07-31 | 1 | -0/+12 |
* | New filter action to unset a system flag. The exact opposite of set_flag. | Jeffrey Stedfast | 2002-07-29 | 1 | -0/+5 |
* | If the path exists and is a directory, return non-NULL. Missed this before | Jeffrey Stedfast | 2002-07-27 | 1 | -7/+4 |
* | The flags'n'tags copy was unnecessary. Removed it. | Peter Williams | 2002-07-27 | 1 | -0/+4 |
* | Revert Jeff's previous change, it broke local folders. Uninitialized | Peter Williams | 2002-07-27 | 1 | -0/+5 |
* | If we're gonna do an elite hack, lets do it right. | Jeffrey Stedfast | 2002-07-26 | 1 | -0/+17 |
* | Prototype. | Peter Williams | 2002-07-26 | 1 | -0/+18 |
* | Remove "possibly non-fatal" exception strings, all exceptions are fatal | Jeffrey Stedfast | 2002-07-26 | 1 | -7/+23 |
* | It would help to mark the UIDs as deleted before we try to expunge them | Peter Williams | 2002-07-26 | 1 | -0/+10 |
* | Renamed from shell_exec(). Also, we now want to pass argc/argv on to the | Jeffrey Stedfast | 2002-07-25 | 1 | -2/+6 |
* | Use execv ("sh", "-c", command) rather than execing the command directly. | Jeffrey Stedfast | 2002-07-25 | 1 | -0/+5 |
* | When writing the summary, use TRUNC flag, duh. Also, write to a temp file | Not Zed | 2002-07-24 | 1 | -0/+18 |
* | Sync before doing an expunge if we dont have uidplus. See #25766. | Not Zed | 2002-07-24 | 1 | -0/+4 |
* | Move folders to a subdirectory of storage_path, rather than in it. Bye bye | Not Zed | 2002-07-24 | 1 | -0/+7 |
* | Duplicated the very much hack in imap_store_refresh_folders() to avoid a | Not Zed | 2002-07-24 | 1 | -0/+7 |
* | #include <string.h> for memcpy. | Jeffrey Stedfast | 2002-07-23 | 1 | -0/+4 |
* | Oops, forgot to implement this. Fixes #24604. | Not Zed | 2002-07-22 | 1 | -0/+5 |
* | Only add a \r if the character before the \n wasn't already a \r - this | Jeffrey Stedfast | 2002-07-22 | 1 | -0/+6 |
* | Changed to use a different length calculator. | Not Zed | 2002-07-19 | 1 | -0/+5 |
* | Add the appropriate #include for the _() macro. | Jeffrey Stedfast | 2002-07-18 | 1 | -0/+4 |
* | Got rid of the stupid "tryagain" semantics, which didn't work. | Not Zed | 2002-07-17 | 1 | -0/+6 |
* | When CRLF encoding, "empty" (after stripping trailing whitespace | Jeffrey Stedfast | 2002-07-17 | 1 | -0/+6 |
* | Clean up some improper usage of CamelExceptions (looking at | Peter Williams | 2002-07-17 | 1 | -0/+13 |
* | Make the standard AUTH format take priority over the AUTH= priority, since | Jeffrey Stedfast | 2002-07-17 | 1 | -0/+8 |
* | If we're not online and the message isn't in our cache, give up. | Peter Williams | 2002-07-16 | 1 | -0/+5 |
* | Removed. (get_score): Removed. Labels & scores are stored in tags, we | Not Zed | 2002-07-16 | 1 | -0/+9 |
* | Try to get the FQDN from the results of gethostname(). If that fails, then | Jeffrey Stedfast | 2002-07-16 | 1 | -0/+6 |
* | Get rid of the constant 'required' variable, just use the value when | Jeffrey Stedfast | 2002-07-16 | 1 | -0/+4 |
* | Changed the mbox and spool provider descriptions to try and be more clear. | Jeffrey Stedfast | 2002-07-16 | 1 | -5/+16 |
* | >= is not appropriate here because the sequences are 1-based; so seq = | Peter Williams | 2002-07-16 | 1 | -0/+8 |
* | Only assign a uid if indexing is enabled. This stops us always assigning a | Not Zed | 2002-07-15 | 1 | -0/+17 |
* | On error, do not unref the parts gotten using camel_multipart_get_part() | Jeffrey Stedfast | 2002-07-13 | 1 | -0/+8 |
* | Updated to not use camel_type_get_global_classfuncs() since this is just a | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+4 |
* | Handle multipart/encrypted parts too. | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+9 |
* | Don't let any parts have a binary encoding. | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+5 |
* | Fixes bug #27672 | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+22 |
* | If we are fetching HEADERs, don't cache the stream - instead just create a | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+5 |
* | Don't forget to set an appropriate exception before returning NULL. | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+6 |
* | Make sure message is non-NULL before setting the source on it. | Jeffrey Stedfast | 2002-07-11 | 1 | -0/+3 |
* | Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd in | Jeffrey Stedfast | 2002-07-11 | 1 | -0/+7 |
* | Set the IS_SOURCE provider flag. | Jeffrey Stedfast | 2002-07-05 | 1 | -0/+3 |
* | Change all exceptions to report which POP server failed (and tried to make | Jeffrey Stedfast | 2002-07-05 | 1 | -0/+6 |
* | If we get an exception from the child sync, update the exception string so | Not Zed | 2002-07-03 | 1 | -0/+16 |
* | Take a void object arg. (camel_object_remove_event): " | Not Zed | 2002-07-03 | 1 | -0/+9 |
* | Don't use --no-auto-key-retrieve, this option has apparently been | Jeffrey Stedfast | 2002-06-29 | 1 | -0/+6 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 1 | -0/+4 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 1 | -0/+3 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 1 | -1/+2 |
* | Loop on our reads while errno is EINTR or EAGAIN. | Jeffrey Stedfast | 2002-06-27 | 1 | -0/+5 |
* | Removed. | Jeffrey Stedfast | 2002-06-27 | 1 | -0/+13 |
* | Oops, this needs to take a userid argument. | Jeffrey Stedfast | 2002-06-27 | 1 | -0/+3 |
* | Removed (never did anything anyway). | Jeffrey Stedfast | 2002-06-27 | 1 | -0/+8 |
* | New class implementing the multipart/encrypted content type. Contains | Jeffrey Stedfast | 2002-06-27 | 1 | -0/+4 |
* | Check for NODATA too. | Jeffrey Stedfast | 2002-06-27 | 1 | -0/+5 |