summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2007-11-02 02:41:34 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2007-11-02 02:41:34 +0000
commit0cdae6030f509961c958b8aaf0e25af218cb4996 (patch)
treeb6de01252e3a7d61abce36713973d345d9ceac67 /TODO
parent154e835765db26fe13bb8e45673a65c6d2aa3fe7 (diff)
downloadgmime-0cdae6030f509961c958b8aaf0e25af218cb4996.tar.gz
Clear any error we may have (bad passwd?) each pass so that we don't try
2007-11-01 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-gpg-context.c (gpg_ctx_parse_status): Clear any error we may have (bad passwd?) each pass so that we don't try to set an error when one is already set. svn path=/trunk/; revision=1151
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/TODO b/TODO
index e5e8f490..d7a0a515 100644
--- a/TODO
+++ b/TODO
@@ -4,19 +4,6 @@ that is to say that there is no rhyme or reason to the order that the
tasks are presented in.
-- better handling of invalid raw 8bit headers. need to somehow provide
-a way for the app to tell gmime how to handle these. perhaps a
-callback set on the parser object that gets called if gmime fails to
-be able to convert it to UTF-8 (after trying locale charset of
-course). Or... maybe some form of auto-charset-detection black magic?
-
-- Fix multipart/signed support so that verifying signatures will feed
-the complete signed-part in raw format (ie, without reformatting
-Content-* headers) to gpg. Currently I only feed the raw content of
-the signed part to gpg but the headers have been processed by GMime
-and so *may* be folded differently from the original Content-*
-headers.
-
- make thread-safe? some stuff already is, like the gmime-iconv code
and some of the other charset stuff. Streams and other objects,
however, are not. How can I do this...? And is it really needed?