[gmime] Updated TODO



commit 872b469d6cbd453cd2bf0c5e305d57d1b5a36c94
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Sat Mar 18 17:52:11 2017 -0400

    Updated TODO

 TODO |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/TODO b/TODO
index fd56e0d..f9e8922 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,19 @@ GMime 3.0 Planning:
 
 - Rewrite GMimeReferences into a GObject and split into its own file
 
-- Add g_mime_utils_header_decode_[text,phrase]() variants that also return charset/lang values?
+- Rename g_mime_message_[get,set]_mime_part() to g_mime_message_[get,set]_body()?
+  This would require me to rename g_mime_message_get_body() to
+  g_mime_message_get_text_body()?
+
+- Should GMimeHeader->value be decoded by GMime? i.e. work a bit more like
+  MimeKit.
+
+- Fix GMimeParser to handle lwsp between header field anme and ':'
+
+- Fix GMimeParser to save mbox From markers on the GMimeMessage so
+  that GMimeMessagePart::write_to_stream() can use it.
+
+- Other GMimeParser improvements based on MimeKit
 
 
 Future Planning:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]