summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-03-16 06:43:21 -0400
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-03-16 06:43:21 -0400
commitc935befb9194ef0c5ea3585aebef8842610a5202 (patch)
tree68cbd44ccdcc9118ab2e21510c0fa7b876f3deba /TODO
parent534d223c94c1773b1cda44adc5bc9e9f955caedd (diff)
downloadgmime-c935befb9194ef0c5ea3585aebef8842610a5202.tar.gz
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6f2142a5..160673e8 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,24 @@ tasks are presented in.
GMime 3.0 Planning:
===================
+- Convert GMimeParam[List] into GObjects
+
+- Convert GMimeHeader[List] into GObjects
+
+- Rewrite GMimeReferences into a GObject and split into its own file
+
+- Rename g_mime_content_type_to_string() to g_mime_content_type_get_mime_type()
+
+- Add g_mime_content_type_encode()
+
+- Rename g_mime_content_disposition_to_string() to g_mime_content_disposition_encode()
+
+- Fix GMimeObject's content_type_changed() and content_disposition_changed handlers to
+ use the new g_mime_*_encode() functions and update both the value and raw_value of
+ their respective headers.
+
+- Add g_mime_utils_header_decode_[text,phrase]() variants that also return charset/lang values?
+
Future Planning:
================