| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 6 | -12/+36 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 32 | -255/+404 |
* | constify the content_type. | Not Zed | 2002-11-08 | 3 | -2/+7 |
* | don't #include <gtk/gtk.h> | Jeffrey Stedfast | 2002-11-08 | 2 | -3/+1 |
* | Added. | Jeffrey Stedfast | 2002-11-08 | 5 | -5/+74 |
* | removed gnome-defs.h, it does not exist. | Rodrigo Moya | 2002-11-08 | 2 | -1/+4 |
* | Created temporary link list, we need to link with something for gettext. | Not Zed | 2002-11-05 | 10 | -12/+34 |
* | Removed. Glib2 has this function. | Jeffrey Stedfast | 2002-11-02 | 2 | -12/+3 |
* | Use g_path_get_basename instead of g_strdup (g_basename (filename)). | Jeffrey Stedfast | 2002-11-02 | 2 | -1/+4 |
* | Use g_path_get_dirname since g_dirname has been deprecated. | Jeffrey Stedfast | 2002-11-02 | 2 | -1/+6 |
* | Set the virtual method pointers to the import/export methods. | Jeffrey Stedfast | 2002-11-01 | 5 | -36/+277 |
* | oops, commit this too | Jeffrey Stedfast | 2002-11-01 | 1 | -0/+1 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 15 | -119/+64 |
* | Remove a ton of useless snot. | Jeffrey Stedfast | 2002-11-01 | 13 | -550/+100 |
* | Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set it | Jeffrey Stedfast | 2002-10-28 | 2 | -9/+10 |
* | ** For bug #31647 and bug #31456. | Not Zed | 2002-10-24 | 7 | -87/+215 |
* | Canonicalise the source_uri to not have a path. Fixes bug #32268. | Jeffrey Stedfast | 2002-10-23 | 3 | -43/+52 |
* | #include "camel-stream-fs.h" for writing out the certs to disk | Jeffrey Stedfast | 2002-10-19 | 1 | -0/+1 |
* | Do the filtering ourselves. This is so a problem like a missing uid (which | Not Zed | 2002-10-18 | 1 | -3/+41 |
* | If ~/.camel_certs doesn't exist, create it. | Jeffrey Stedfast | 2002-10-18 | 2 | -6/+20 |
* | helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nss | Not Zed | 2002-10-17 | 5 | -93/+381 |
* | No longer takes a path argument. (camel_gpg_context_fianlise): No need to | Jeffrey Stedfast | 2002-10-17 | 3 | -32/+25 |
* | If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bug | Jeffrey Stedfast | 2002-10-16 | 2 | -8/+15 |
* | If the response from the IMAP server is "No", don't set the | Jeffrey Stedfast | 2002-10-10 | 2 | -2/+11 |
* | Fixes bug #31752 | Jeffrey Stedfast | 2002-10-08 | 3 | -12/+39 |
* | Fix all mailing list regex patterns to allow any number of spaces *or* | Jeffrey Stedfast | 2002-10-08 | 2 | -11/+17 |
* | Use the content-object's rawtext flag to decide if it needs to be filtered | Jeffrey Stedfast | 2002-10-05 | 2 | -1/+8 |
* | Dont get the filter driver inside the change_lock. Its not necessary, and | Not Zed | 2002-10-04 | 2 | -5/+16 |
* | Map us-ascii to windows-1252 also. | Jeffrey Stedfast | 2002-10-04 | 2 | -1/+7 |
* | Add missing ;. | Michael Zucci | 2002-10-03 | 1 | -1/+1 |
* | /home/notzed/gnome/head/evolution/camel | Not Zed | 2002-10-03 | 5 | -22/+49 |
* | Use strtol when decoding the timezone (since it can be negative) and don't | Jeffrey Stedfast | 2002-10-02 | 2 | -1/+10 |
* | Fixes bug #31456. | Jeffrey Stedfast | 2002-10-01 | 3 | -43/+79 |
* | Don't strip the namespace from the fi->full_name when hasing or creating | Jeffrey Stedfast | 2002-10-01 | 3 | -15/+11 |
* | Remove debug content_info_dump, could cause a crash, and not really needed | Not Zed | 2002-09-30 | 3 | -4/+14 |
* | New function to decode the INTERNALDATE response from an IMAP server so we | Jeffrey Stedfast | 2002-09-28 | 5 | -22/+152 |
* | Use the summary's last uid as the one to fetch from, ignoring the cache. | Not Zed | 2002-09-27 | 3 | -22/+43 |
* | Treat spool as a local folder, so the ref checks work right. | Not Zed | 2002-09-26 | 3 | -4/+6 |
* | Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, its | Not Zed | 2002-09-26 | 4 | -20/+101 |
* | Store the folder flags in the store summary. (get_one_folder_offline): Set | Not Zed | 2002-09-26 | 2 | -3/+27 |
* | Handle EILSEQ by eating bytes in the input buffer until conversion is | Jeffrey Stedfast | 2002-09-26 | 2 | -88/+115 |
* | Added a test suite for camel-mime-filter-charset and added a few test cases f... | Jeffrey Stedfast | 2002-09-26 | 8 | -11/+1059 |
* | Changed the Mailing-List rule to get the complete domain (* in wrong | Not Zed | 2002-09-24 | 2 | -1/+4 |
* | If we have no data written to a key, dont add it, or its partition header. | Not Zed | 2002-09-24 | 6 | -24/+123 |
* | If the original message is deleted, reset the deleted flag when we're | Jeffrey Stedfast | 2002-09-24 | 2 | -3/+8 |
* | Decode the INTERNALDATE if we've got one. (imap_update_summary): Instead | Jeffrey Stedfast | 2002-09-24 | 2 | -5/+34 |
* | fix non-ANSI switch statement. | Dan Winship | 2002-09-23 | 5 | -0/+15 |
* | New regression test for word splitting/search input parsing code. | Not Zed | 2002-09-20 | 6 | -29/+187 |
* | Take new session arg. Update callers. (symbols[]): changed get-source to | Not Zed | 2002-09-19 | 5 | -39/+70 |
* | Don't increment the response pointer when deciding what type of header | Jeffrey Stedfast | 2002-09-19 | 2 | -4/+17 |
* | fixed a merge conflict | Jeffrey Stedfast | 2002-09-19 | 1 | -1/+0 |
* | Include MIME-VERSION and CONTENT-TYPE. | Jeffrey Stedfast | 2002-09-19 | 2 | -1/+6 |
* | If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496. | Not Zed | 2002-09-19 | 2 | -0/+16 |
* | Handle when the response is from a HEADER.FIELDS (if so, we don't want to | Jeffrey Stedfast | 2002-09-19 | 2 | -5/+26 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-15 | 2 | -4/+6 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-14 | 2 | -2/+22 |
* | Revert a patch that I had not meant to commit that was aimed at fixing bug | Jeffrey Stedfast | 2002-09-11 | 2 | -30/+13 |
* | Same as below. Also save errno before closing the file so our caller can | Jeffrey Stedfast | 2002-09-11 | 4 | -6/+34 |
* | Do proper error checking and return -1 on fail. | Jeffrey Stedfast | 2002-09-11 | 4 | -42/+63 |
* | Clear the exception even if we failed to get the message (part) from the | Jeffrey Stedfast | 2002-09-11 | 2 | -0/+8 |
* | Remove the hash table entry using the right path. Related to #29731. | Not Zed | 2002-09-10 | 2 | -2/+8 |
* | Fixes bug #4224 | Jeffrey Stedfast | 2002-09-10 | 6 | -23/+73 |
* | Use e_mktime_utc. | Dan Winship | 2002-09-05 | 4 | -29/+18 |
* | clear nonfatal stuff. | Not Zed | 2002-09-04 | 10 | -45/+137 |
* | If we fake the from eof file boundary, also make sure we say we matched | Not Zed | 2002-09-04 | 2 | -3/+15 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 13 | -574/+1379 |
* | Change the case sensitive search of subject to expect case insensitive | Not Zed | 2002-08-29 | 7 | -84/+112 |
* | updated readme | Michael Zucci | 2002-08-29 | 1 | -0/+1 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 2 | -8/+11 |
* | simplified | Jeffrey Stedfast | 2002-08-29 | 1 | -1/+1 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 2 | -2/+5 |
* | Match file: urls too. | Jeffrey Stedfast | 2002-08-29 | 2 | -1/+6 |
* | fix exposes a regression in mbox :-/ | Not Zed | 2002-08-28 | 2 | -5/+9 |
* | some utf7/utf8 tests. | Not Zed | 2002-08-28 | 3 | -2/+111 |
* | fixes a crash on systems that dont have utf7 in iconv. | Not Zed | 2002-08-28 | 5 | -251/+300 |
* | Now takes a third argument to specify whether or not to group messages by | Jeffrey Stedfast | 2002-08-28 | 3 | -9/+26 |
* | 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 | 2 | -0/+10 |
* | 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 | 7 | -103/+98 |
* | If we fail to send the EHLO/HELO command successfully, set | Jeffrey Stedfast | 2002-08-24 | 2 | -3/+38 |
* | If current_folder is not NULL and the summary for that folder is dirty, | Jeffrey Stedfast | 2002-08-23 | 3 | -8/+36 |
* | Workaround for Courier imap's brokeness when LSUBing the INBOX folder when | Jeffrey Stedfast | 2002-08-23 | 3 | -11/+43 |
* | Don't register the noop timeout here anymore, we're gonna handle all this | Jeffrey Stedfast | 2002-08-22 | 4 | -109/+11 |
* | up the timeout to 10 minutes | Jeffrey Stedfast | 2002-08-21 | 1 | -1/+1 |
* | Override the default noop implementation. | Jeffrey Stedfast | 2002-08-21 | 5 | -3/+100 |
* | Plug some large leaks in the indexing code. | Peter Williams | 2002-08-21 | 3 | -4/+18 |
* | Don't let the minimum recursive depth be negative. (get_folders): Pass | Jeffrey Stedfast | 2002-08-21 | 2 | -6/+12 |
* | Set CAMEL_URL_NEED_PATH for the vFolder provider. | Jeffrey Stedfast | 2002-08-21 | 3 | -7/+12 |
* | Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't - | Jeffrey Stedfast | 2002-08-20 | 2 | -1/+5 |
* | If the diagnostics are empty, just explain that gpg failed to execute. | Jeffrey Stedfast | 2002-08-20 | 2 | -6/+25 |
* | Updated to pass the needed arguments to camel_init() and to init gthreads | Jeffrey Stedfast | 2002-08-20 | 32 | -357/+206 |
* | If the passed-in URL contains a path, but the service doesn't allow paths, | Dan Winship | 2002-08-19 | 2 | -0/+12 |
* | 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 | 2 | -2/+10 |
* | 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 | 2 | -2/+10 |
* | added a flags field, defined some flags, currently only used by imap. This | Not Zed | 2002-08-15 | 6 | -193/+318 |
* | New function, generate a UID that has better chances of being unique. | Peter Williams | 2002-08-10 | 2 | -6/+26 |
* | Tweak how we build the tree based on whether a full tree or a subtree is | Peter Williams | 2002-08-10 | 2 | -1/+31 |
* | When renaming our cache, add the "/folders" to the path. | Peter Williams | 2002-08-10 | 2 | -1/+9 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 2 | -3/+16 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 2 | -0/+9 |
* | Oops - outbuf pointed to alloca'd memory but we were g_free'ing it after | Jeffrey Stedfast | 2002-08-08 | 3 | -7/+14 |
* | Only add the stream to the gdatalist if it is non-NULL. | Jeffrey Stedfast | 2002-08-08 | 2 | -2/+8 |
* | If writing to the sendmail pipe fails, wait for the sendmail process to | Jeffrey Stedfast | 2002-08-06 | 2 | -12/+27 |
* | Add messageinfo to id table, and store array index in messageinfo too. | Not Zed | 2002-08-06 | 3 | -82/+75 |
* | Always set a g_atexit handler to flush/save the camel-certdb. | Jeffrey Stedfast | 2002-08-06 | 2 | -10/+13 |
* | If we are asking for the toplevel folders, use the IMAP store's namespace | Jeffrey Stedfast | 2002-08-06 | 3 | -35/+27 |
* | Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish a | Dan Winship | 2002-08-05 | 3 | -1/+12 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 3 | -55/+31 |
* | If the folder name contains the directory separator, reject it. | Peter Williams | 2002-08-03 | 2 | -1/+14 |
* | Clear the summary after building the 'removed uid' list. | Not Zed | 2002-08-02 | 2 | -1/+4 |
* | revert jeff's patch below, and do it slightly differently, and stop the | Not Zed | 2002-08-02 | 3 | -68/+79 |
* | Do more error checking to prevent crashing if we fail to read a string for | Jeffrey Stedfast | 2002-08-02 | 2 | -28/+50 |
* | camel: | Peter Williams | 2002-08-01 | 2 | -92/+194 |
* | Disable my fix to not cache headers as it means that each time we load the | Jeffrey Stedfast | 2002-08-01 | 2 | -7/+13 |
* | Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't in | Jeffrey Stedfast | 2002-08-01 | 2 | -25/+48 |
* | Update the comment. | Jeffrey Stedfast | 2002-07-31 | 7 | -59/+231 |
* | X509_digest() needs a pointer to an int len. Also fixed some other | Jeffrey Stedfast | 2002-07-31 | 3 | -4/+14 |
* | added to the build | Jeffrey Stedfast | 2002-07-31 | 2 | -0/+819 |
* | New source file implementing a very basic certificate database. This is | Jeffrey Stedfast | 2002-07-31 | 7 | -72/+242 |
* | Use the same command-counter mojo that the append code uses in case the | Peter Williams | 2002-07-31 | 2 | -1/+14 |
* | New filter action to unset a system flag. The exact opposite of set_flag. | Jeffrey Stedfast | 2002-07-29 | 2 | -16/+44 |
* | If the path exists and is a directory, return non-NULL. Missed this before | Jeffrey Stedfast | 2002-07-27 | 5 | -17/+14 |
* | The flags'n'tags copy was unnecessary. Removed it. | Peter Williams | 2002-07-27 | 2 | -4/+4 |
* | Revert Jeff's previous change, it broke local folders. Uninitialized | Peter Williams | 2002-07-27 | 5 | -11/+18 |
* | ioops, this file too | Jeffrey Stedfast | 2002-07-26 | 1 | -3/+2 |
* | If we're gonna do an elite hack, lets do it right. | Jeffrey Stedfast | 2002-07-26 | 4 | -10/+26 |
* | Prototype. | Peter Williams | 2002-07-26 | 5 | -7/+60 |
* | Remove "possibly non-fatal" exception strings, all exceptions are fatal | Jeffrey Stedfast | 2002-07-26 | 3 | -43/+125 |
* | It would help to mark the UIDs as deleted before we try to expunge them | Peter Williams | 2002-07-26 | 2 | -6/+26 |
* | Renamed from shell_exec(). Also, we now want to pass argc/argv on to the | Jeffrey Stedfast | 2002-07-25 | 4 | -27/+64 |
* | Use execv ("sh", "-c", command) rather than execing the command directly. | Jeffrey Stedfast | 2002-07-25 | 2 | -11/+9 |
* | When writing the summary, use TRUNC flag, duh. Also, write to a temp file | Not Zed | 2002-07-24 | 6 | -9/+49 |
* | Sync before doing an expunge if we dont have uidplus. See #25766. | Not Zed | 2002-07-24 | 2 | -1/+20 |
* | Move folders to a subdirectory of storage_path, rather than in it. Bye bye | Not Zed | 2002-07-24 | 2 | -12/+30 |
* | Duplicated the very much hack in imap_store_refresh_folders() to avoid a | Not Zed | 2002-07-24 | 2 | -1/+11 |
* | #include <string.h> for memcpy. | Jeffrey Stedfast | 2002-07-23 | 2 | -0/+6 |
* | s/Out/Our in a debug printf | Jeffrey Stedfast | 2002-07-23 | 1 | -1/+1 |
* | Oops, forgot to implement this. Fixes #24604. | Not Zed | 2002-07-22 | 2 | -0/+20 |
* | Only add a \r if the character before the \n wasn't already a \r - this | Jeffrey Stedfast | 2002-07-22 | 2 | -24/+38 |
* | Changed to use a different length calculator. | Not Zed | 2002-07-19 | 3 | -14/+23 |
* | #include <glib.h> #include <libgnome/gnome-defs.h> | Jeffrey Stedfast | 2002-07-18 | 1 | -0/+2 |
* | #include <libgnome/gnome-i18n.h> | Jeffrey Stedfast | 2002-07-18 | 1 | -1/+1 |
* | Add the appropriate #include for the _() macro. | Jeffrey Stedfast | 2002-07-18 | 2 | -2/+6 |
* | Got rid of the stupid "tryagain" semantics, which didn't work. | Not Zed | 2002-07-17 | 2 | -31/+38 |
* | When CRLF encoding, "empty" (after stripping trailing whitespace | Jeffrey Stedfast | 2002-07-17 | 2 | -0/+10 |
* | Clean up some improper usage of CamelExceptions (looking at | Peter Williams | 2002-07-17 | 4 | -10/+27 |
* | Make the standard AUTH format take priority over the AUTH= priority, since | Jeffrey Stedfast | 2002-07-17 | 3 | -18/+43 |
* | If we're not online and the message isn't in our cache, give up. | Peter Williams | 2002-07-16 | 2 | -1/+12 |
* | Removed. (get_score): Removed. Labels & scores are stored in tags, we | Not Zed | 2002-07-16 | 2 | -36/+15 |
* | Try to get the FQDN from the results of gethostname(). If that fails, then | Jeffrey Stedfast | 2002-07-16 | 2 | -9/+26 |
* | Get rid of the constant 'required' variable, just use the value when | Jeffrey Stedfast | 2002-07-16 | 2 | -3/+5 |
* | Changed the mbox and spool provider descriptions to try and be more clear. | Jeffrey Stedfast | 2002-07-16 | 2 | -7/+18 |
* | >= is not appropriate here because the sequences are 1-based; so seq = | Peter Williams | 2002-07-16 | 2 | -2/+11 |
* | Only assign a uid if indexing is enabled. This stops us always assigning a | Not Zed | 2002-07-15 | 3 | -3/+34 |
* | On error, do not unref the parts gotten using camel_multipart_get_part() | Jeffrey Stedfast | 2002-07-13 | 2 | -8/+16 |
* | Updated to not use camel_type_get_global_classfuncs() since this is just a | Jeffrey Stedfast | 2002-07-12 | 2 | -1/+5 |
* | oops, changed the location of where we check for multipart/encrypted | Jeffrey Stedfast | 2002-07-12 | 1 | -4/+7 |
* | Handle multipart/encrypted parts too. | Jeffrey Stedfast | 2002-07-12 | 3 | -9/+26 |
* | Don't let any parts have a binary encoding. | Jeffrey Stedfast | 2002-07-12 | 2 | -1/+6 |
* | oops, apparently I didn't save? | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+1 |
* | Fixes bug #27672 | Jeffrey Stedfast | 2002-07-12 | 5 | -6/+51 |
* | If we are fetching HEADERs, don't cache the stream - instead just create a | Jeffrey Stedfast | 2002-07-12 | 2 | -23/+39 |
* | Don't forget to set an appropriate exception before returning NULL. | Jeffrey Stedfast | 2002-07-12 | 2 | -0/+8 |
* | Make sure message is non-NULL before setting the source on it. | Jeffrey Stedfast | 2002-07-11 | 2 | -1/+4 |
* | Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd in | Jeffrey Stedfast | 2002-07-11 | 2 | -33/+40 |
* | Set the IS_SOURCE provider flag. | Jeffrey Stedfast | 2002-07-05 | 2 | -1/+5 |
* | Change all exceptions to report which POP server failed (and tried to make | Jeffrey Stedfast | 2002-07-05 | 2 | -21/+31 |
* | If we get an exception from the child sync, update the exception string so | Not Zed | 2002-07-03 | 5 | -31/+75 |
* | Take a void object arg. (camel_object_remove_event): " | Not Zed | 2002-07-03 | 3 | -12/+25 |
* | Don't use --no-auto-key-retrieve, this option has apparently been | Jeffrey Stedfast | 2002-06-29 | 2 | -4/+16 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 2 | -19/+55 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 2 | -3/+13 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 2 | -23/+20 |
* | Loop on our reads while errno is EINTR or EAGAIN. | Jeffrey Stedfast | 2002-06-27 | 2 | -9/+25 |
* | Removed. | Jeffrey Stedfast | 2002-06-27 | 7 | -1934/+41 |
* | Oops, this needs to take a userid argument. | Jeffrey Stedfast | 2002-06-27 | 3 | -5/+8 |
* | Removed (never did anything anyway). | Jeffrey Stedfast | 2002-06-27 | 5 | -240/+11 |
* | New class implementing the multipart/encrypted content type. Contains | Jeffrey Stedfast | 2002-06-27 | 5 | -0/+420 |
* | Check for NODATA too. | Jeffrey Stedfast | 2002-06-27 | 3 | -2/+15 |
* | Remove the #include for camel-spoold-store.h | Jeffrey Stedfast | 2002-06-26 | 2 | -1/+5 |
* | Include <sys/time.h> for struct timeval. | Not Zed | 2002-06-26 | 22 | -2418/+1045 |
* | #include <sys/time.h> | Jeffrey Stedfast | 2002-06-26 | 3 | -1/+5 |
* | Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): Decode | Jeffrey Stedfast | 2002-06-25 | 2 | -20/+82 |
* | implemented camel_gpg_context_set_always_trust() | Jeffrey Stedfast | 2002-06-25 | 2 | -0/+19 |
* | Use --command-fd rather than --passphrase-fd since what we really want is | Jeffrey Stedfast | 2002-06-25 | 2 | -1/+8 |
* | Use --command-fd rather than --passphrase-fd since what we really want is | Jeffrey Stedfast | 2002-06-25 | 2 | -100/+76 |
* | Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphrase | Jeffrey Stedfast | 2002-06-24 | 2 | -6/+14 |
* | Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here. | Jeffrey Stedfast | 2002-06-23 | 3 | -56/+117 |
* | more fixes, now verifying works and signing almost works as well, except gpg ... | Jeffrey Stedfast | 2002-06-22 | 1 | -7/+30 |
* | yay, I get to hold more state because Unix pipes suck so badly. This is | Jeffrey Stedfast | 2002-06-22 | 1 | -101/+220 |
* | added camel_gpg_context_new which I had forgotten before | Jeffrey Stedfast | 2002-06-22 | 1 | -0/+28 |
* | New source files implementing the CamelCipherContext class for gnupg. | Jeffrey Stedfast | 2002-06-22 | 9 | -32/+1286 |
* | Updated to support searching as well as making it use CamelDigestSummary. | Jeffrey Stedfast | 2002-06-21 | 5 | -106/+325 |
* | PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN. | Jeffrey Stedfast | 2002-06-20 | 2 | -2/+9 |
* | Drop back to initial state if we came from eof state. | Not Zed | 2002-06-20 | 2 | -1/+7 |
* | Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to be | Jeffrey Stedfast | 2002-06-20 | 2 | -1/+5 |