summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-03-07 14:25:46 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-03-07 14:25:46 -0500
commitae6f4edbee70179afbb536675c7c95959a4e0af7 (patch)
treedcdbdee55a21fd85717e3201b04aa368af1a4a99 /TODO
parent1da797532cd301d0be6125b7dfe048624b204189 (diff)
downloadgmime-ae6f4edbee70179afbb536675c7c95959a4e0af7.tar.gz
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index d939d4b9..f15906c7 100644
--- a/TODO
+++ b/TODO
@@ -6,10 +6,6 @@ tasks are presented in.
GMime 3.0 Planning:
===================
-- Drop GMime-Sharp support? Not sure it's worth maintaining now that
- I've written MimeKit which will always be a far nicer .NET API
- than I could make GMime-Sharp.
-
- How about a g_mime_part_get_best_charset()? This one could be
awkward since it depends on the content being text and also encoded
in UTF-8... Maybe this calls for a GMimeTextPart? [ CONSIDERING ]