aboutsummaryrefslogtreecommitdiffstats
path: root/astro/accrete
diff options
context:
space:
mode:
Diffstat (limited to 'astro/accrete')
0 files changed, 0 insertions, 0 deletions
NSS stream. ThisJeffrey Stedfast2003-03-047-4/+434 * Do similar folder != NULL checking as for delete_folder before passing aNot Zed2003-03-032-3/+10 * Same as IMAP and POP.Jeffrey Stedfast2003-03-017-17/+71 * Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-283-5/+40 * Undo jeff's changes.Not Zed2003-02-273-5/+20 * Updated to use g_alloca instead of alloca so that we can skip all theJeffrey Stedfast2003-02-272-2/+6 * don't #include camel-iconv.hJeffrey Stedfast2003-02-271-1/+0 * Make sure the folder is non-NULL before trying to remove it from theJeffrey Stedfast2003-02-262-6/+13 * removed unused filter code that was wrong anywayJeffrey Stedfast2003-02-264-214/+0 * canonicalise the charset name (if it is an iso charset) so that ourJeffrey Stedfast2003-02-262-2/+70 * Same as the ones below.Jeffrey Stedfast2003-02-2615-254/+107 * g_alloca (strlen (charset) + 1) so we don't overflow the buffer.Jeffrey Stedfast2003-02-252-1/+4 * Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-252-3/+9 * Make bucket->refcount 31 bits and bucket->used 1 bit instead of havingJeffrey Stedfast2003-02-252-4/+6 * Use g_iconv_close() here, missed this before. (camel_iconv): Might as wellJeffrey Stedfast2003-02-252-2/+9 * New function...back from the depths of hell from whence it cameJeffrey Stedfast2003-02-255-7/+194 * fixed a type-o that causes a segfaultJeffrey Stedfast2003-02-242-2/+2 * Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-243-60/+61 * s/g_slist_free1/g_slist_free_1Jeffrey Stedfast2003-02-232-3/+5 * Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-233-14/+62 * fixJeffrey Stedfast2003-02-211-1/+1 * fuck ICONV_CONST, we can add that foo later...if we care.Jeffrey Stedfast2003-02-211-1/+1 * would help to include our header, eh?Jeffrey Stedfast2003-02-211-0/+1 * Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-2116-119/+757 * Redirect program's stdout and stderr to /dev/nullJeffrey Stedfast2003-02-213-12/+32 * Redirect the program's stderr to /dev/nullJeffrey Stedfast2003-02-212-2/+11 * use argv[0] instead of argv[i], doh!Jeffrey Stedfast2003-02-201-1/+1 * Fixed a type-o in the ENABLE_IPv6 ifdef section.Jeffrey Stedfast2003-02-202-1/+6 * New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-202-13/+21 * New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-202-2/+154 * Added a (get-size ) function to fix bug #38073. (search_get_size):Jeffrey Stedfast2003-02-153-1/+32 * watch for <>'s tooJeffrey Stedfast2003-02-151-1/+2 * Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): IfJeffrey Stedfast2003-02-152-11/+50 * Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-1510-37/+74 * Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-068-15/+25 * Init bag->owner to 0.Not Zed2003-02-052-63/+76 * Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-058-41/+79 * Pass in some default flags to gss_init_sec_context() (these default flagsJeffrey Stedfast2003-01-292-1/+9 * $(libexec) -> $(libexecdir)Hans Petter Jansson2003-01-232-1/+5 * Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-239-17/+41 * Set the backbuflen to 0 so that calling us again won't re-flush the sameJeffrey Stedfast2003-01-222-2/+9 * only grow the buffer when we are out of space.Larry Ewing2003-01-182-9/+16 * If we have no content-type header, set it to text/plain explcitly, ratherNot Zed2003-01-142-0/+8 * New source files implementing the GSSAPI SASL mechanism.Jeffrey Stedfast2003-01-144-1/+380 * fix header include order.Not Zed2003-01-133-4/+16 * Read the characters as utf8, rather than as 8 bit bytes. Remove theNot Zed2003-01-133-17/+87 * add a "translation_domain" field. (NULL for all providers in the camelDan Winship2003-01-083-5/+21 * init local exception before doing anything. fixes a crash.Not Zed2003-01-062-0/+6 * spell-checkJeffrey Stedfast2003-01-051-5/+5 * Instead of checking recipients != NULL, check that camel_address_lengthJeffrey Stedfast2003-01-052-2/+9 * commit this tooJeffrey Stedfast2002-12-181-1/+2 * Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-1820-117/+141 * Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-184-80/+92 * Detect text/html parts that were marked as text/plain and re-tag them asJeffrey Stedfast2002-12-172-14/+39 * New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-173-0/+32 * #include some headers we had forgotten to add previously, also addedJeffrey Stedfast2002-12-166-1/+455 * Don't apply the CANON_STRIP filter here, since we are verifying whateverJeffrey Stedfast2002-12-162-3/+11 * Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-113-90/+43 * Fixed to not be fooled in the case where the address is followedJeffrey Stedfast2002-12-102-35/+60 * New code to scan for patterns (used only for url pattern matching atm, butJeffrey Stedfast2002-12-104-0/+477 * Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-0913-449/+608 * Properly handle the case where the namespace is "". Fixes bug #34975Jeffrey Stedfast2002-12-053-5/+14 * Fixed to not get false positives when the token is shorter than the actualJeffrey Stedfast2002-12-042-12/+34 * Use the new camel_operation_cancel_prfd() function to get the cancellationJeffrey Stedfast2002-11-234-20/+201 * If we have a namespace of "", then always match any path.Not Zed2002-11-222-4/+14 * applied plain_signature_fix.patchRadek Doulik2002-11-203-1/+7 * Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)Rodney Dawes2002-11-207-12/+4 * If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-182-20/+73 * Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-113-332/+263 * Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-116-12/+36 * Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-1132-255/+404 * constify the content_type.Not Zed2002-11-083-2/+7 * don't #include <gtk/gtk.h>Jeffrey Stedfast2002-11-082-3/+1 * Added.Jeffrey Stedfast2002-11-085-5/+74 * removed gnome-defs.h, it does not exist.Rodrigo Moya2002-11-082-1/+4 * Created temporary link list, we need to link with something for gettext.Not Zed2002-11-0510-12/+34 * Removed. Glib2 has this function.Jeffrey Stedfast2002-11-022-12/+3 * Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-022-1/+4 * Use g_path_get_dirname since g_dirname has been deprecated.Jeffrey Stedfast2002-11-022-1/+6 * Set the virtual method pointers to the import/export methods.Jeffrey Stedfast2002-11-015-36/+277 * oops, commit this tooJeffrey Stedfast2002-11-011-0/+1 * Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-11-0115-119/+64 * Remove a ton of useless snot.Jeffrey Stedfast2002-11-0113-550/+100 * Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set itJeffrey Stedfast2002-10-282-9/+10 * ** For bug #31647 and bug #31456.Not Zed2002-10-247-87/+215 * Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-233-43/+52 * #include "camel-stream-fs.h" for writing out the certs to diskJeffrey Stedfast2002-10-191-0/+1 * Do the filtering ourselves. This is so a problem like a missing uid (whichNot Zed2002-10-181-3/+41 * If ~/.camel_certs doesn't exist, create it.Jeffrey Stedfast2002-10-182-6/+20 * helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nssNot Zed2002-10-175-93/+381 * No longer takes a path argument. (camel_gpg_context_fianlise): No need toJeffrey Stedfast2002-10-173-32/+25 * If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bugJeffrey Stedfast2002-10-162-8/+15 * If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-102-2/+11 * Fixes bug #31752Jeffrey Stedfast2002-10-083-12/+39 * Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-082-11/+17 * Use the content-object's rawtext flag to decide if it needs to be filteredJeffrey Stedfast2002-10-052-1/+8 * Dont get the filter driver inside the change_lock. Its not necessary, andNot Zed2002-10-042-5/+16 * Map us-ascii to windows-1252 also.Jeffrey Stedfast2002-10-042-1/+7 * Add missing ;.Michael Zucci2002-10-031-1/+1 * /home/notzed/gnome/head/evolution/camelNot Zed2002-10-035-22/+49 * Use strtol when decoding the timezone (since it can be negative) and don'tJeffrey Stedfast2002-10-022-1/+10 * Fixes bug #31456.Jeffrey Stedfast2002-10-013-43/+79 * Don't strip the namespace from the fi->full_name when hasing or creatingJeffrey Stedfast2002-10-013-15/+11 * Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-303-4/+14 * New function to decode the INTERNALDATE response from an IMAP server so weJeffrey Stedfast2002-09-285-22/+152 * Use the summary's last uid as the one to fetch from, ignoring the cache.Not Zed2002-09-273-22/+43 * Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-263-4/+6 * Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-264-20/+101 * Store the folder flags in the store summary. (get_one_folder_offline): SetNot Zed2002-09-262-3/+27 * Handle EILSEQ by eating bytes in the input buffer until conversion isJeffrey Stedfast2002-09-262-88/+115 * Added a test suite for camel-mime-filter-charset and added a few test cases f...Jeffrey Stedfast2002-09-268-11/+1059 * Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-24