2002-09-23 |
Jeffrey Stedfast | If the original message is deleted, reset the deleted... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Jeffrey Stedfast | Decode the INTERNALDATE if we've got one. (imap_update_... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Dan Winship | fix non-ANSI switch statement. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Not Zed | New regression test for word splitting/search input... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Not Zed | Take new session arg. Update callers. (symbols[]):... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Jeffrey Stedfast | Don't increment the response pointer when deciding... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Jeffrey Stedfast | fixed a merge conflict |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Jeffrey Stedfast | Include MIME-VERSION and CONTENT-TYPE. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Not Zed | If we get an ALERT, pass it to the user. An rfc2060... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Jeffrey Stedfast | Handle when the response is from a HEADER.FIELDS (if... |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Jeffrey Stedfast | If header_msgid_decode fails for the content-id field... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Jeffrey Stedfast | If header_msgid_decode fails for the content-id field... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Jeffrey Stedfast | Revert a patch that I had not meant to commit that... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Jeffrey Stedfast | Same as below. Also save errno before closing the file... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Jeffrey Stedfast | Do proper error checking and return -1 on fail. |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Jeffrey Stedfast | Clear the exception even if we failed to get the messag... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Not Zed | Remove the hash table entry using the right path. Relat... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Jeffrey Stedfast | Fixes bug #4224 |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Dan Winship | Use e_mktime_utc. |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Not Zed | clear nonfatal stuff. |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Not Zed | If we fake the from eof file boundary, also make sure... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Not Zed | Lots of changes, too numerous to list. Changed to use |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Not Zed | Change the case sensitive search of subject to expect... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Michael Zucci | updated readme |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Jeffrey Stedfast | Fixed `set' to hold the correct value when setting... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Jeffrey Stedfast | simplified |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Jeffrey Stedfast | Fixed `set' to hold the correct value when setting... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Jeffrey Stedfast | Match file: urls too. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Not Zed | fix exposes a regression in mbox :-/ |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Not Zed | some utf7/utf8 tests. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Not Zed | fixes a crash on systems that dont have utf7 in iconv. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Jeffrey Stedfast | Now takes a third argument to specify whether or not... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Jeffrey Stedfast | oops, my deadlock fix wasn't quite right. this should... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Jeffrey Stedfast | If the response is NULL, just return. (now works the... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Jeffrey Stedfast | removed a no-longer needed #define |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Jeffrey Stedfast | Lock the CamelService->priv->connect_lock instead of... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Jeffrey Stedfast | If we fail to send the EHLO/HELO command successfully... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Jeffrey Stedfast | If current_folder is not NULL and the summary for that... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Jeffrey Stedfast | Workaround for Courier imap's brokeness when LSUBing... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Jeffrey Stedfast | Don't register the noop timeout here anymore, we're... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Jeffrey Stedfast | up the timeout to 10 minutes |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Jeffrey Stedfast | Override the default noop implementation. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Peter Williams | Plug some large leaks in the indexing code. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Jeffrey Stedfast | Don't let the minimum recursive depth be negative.... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Jeffrey Stedfast | Set CAMEL_URL_NEED_PATH for the vFolder provider. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Jeffrey Stedfast | Changed the STOREINFO_VERSION - should fix bug #28571... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Jeffrey Stedfast | If the diagnostics are empty, just explain that gpg... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Jeffrey Stedfast | Updated to pass the needed arguments to camel_init... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Dan Winship | If the passed-in URL contains a path, but the service... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Chris Toshok | err, oops. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Chris Toshok | remove the outer parens from the expansion of camel_arg... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Michael Zucci | Ugh, actually do what i just said i did, last patch was |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Not Zed | Fix the logic check for working out if we add inbox... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Not Zed | added a flags field, defined some flags, currently... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Williams | New function, generate a UID that has better chances... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Williams | Tweak how we build the tree based on whether a full... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Williams | When renaming our cache, add the "/folders" to the... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Jeffrey Stedfast | Set some default permanent_flags. This is the other... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Jeffrey Stedfast | Set some default permanent_flags. This is the other... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Jeffrey Stedfast | Oops - outbuf pointed to alloca'd memory but we were... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Jeffrey Stedfast | Only add the stream to the gdatalist if it is non-NULL. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jeffrey Stedfast | If writing to the sendmail pipe fails, wait for the... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Not Zed | Add messageinfo to id table, and store array index... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jeffrey Stedfast | Always set a g_atexit handler to flush/save the camel... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jeffrey Stedfast | If we are asking for the toplevel folders, use the... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Dan Winship | Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Jeffrey Stedfast | Fixes bug #26237. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Peter Williams | If the folder name contains the directory separator... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Not Zed | Clear the summary after building the 'removed uid'... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Not Zed | revert jeff's patch below, and do it slightly different... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Jeffrey Stedfast | Do more error checking to prevent crashing if we fail... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Peter Williams | camel: |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Jeffrey Stedfast | Disable my fix to not cache headers as it means that... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Jeffrey Stedfast | Don't use "isprint(c)" to mean "c >= 32 && c < 128... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Jeffrey Stedfast | Update the comment. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Jeffrey Stedfast | X509_digest() needs a pointer to an int len. Also fixed... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Jeffrey Stedfast | added to the build |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Jeffrey Stedfast | New source file implementing a very basic certificate... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Peter Williams | Use the same command-counter mojo that the append code... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Jeffrey Stedfast | New filter action to unset a system flag. The exact... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jeffrey Stedfast | If the path exists and is a directory, return non-NULL... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Peter Williams | The flags'n'tags copy was unnecessary. Removed it. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Peter Williams | Revert Jeff's previous change, it broke local folders... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jeffrey Stedfast | ioops, this file too |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jeffrey Stedfast | If we're gonna do an elite hack, lets do it right. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Peter Williams | Prototype. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeffrey Stedfast | Remove "possibly non-fatal" exception strings, all... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Peter Williams | It would help to mark the UIDs as deleted before we... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeffrey Stedfast | Renamed from shell_exec(). Also, we now want to pass... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeffrey Stedfast | Use execv ("sh", "-c", command) rather than execing... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Not Zed | When writing the summary, use TRUNC flag, duh. Also... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Not Zed | Sync before doing an expunge if we dont have uidplus... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Not Zed | Move folders to a subdirectory of storage_path, rather... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Not Zed | Duplicated the very much hack in imap_store_refresh_fol... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Jeffrey Stedfast | #include <string.h> for memcpy. |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Jeffrey Stedfast | s/Out/Our in a debug printf |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Not Zed | Oops, forgot to implement this. Fixes #24604. |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Jeffrey Stedfast | Only add a \r if the character before the \n wasn't... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Not Zed | Changed to use a different length calculator. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Jeffrey Stedfast | #include <glib.h> #include <libgnome/gnome-defs.h> |
commit | commitdiff | tree | snapshot |
next |