summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@gnome.org>2013-08-12 09:44:05 -0400
committerJeffrey Stedfast <fejj@gnome.org>2013-08-12 09:44:05 -0400
commit07959e164042488c24e1615623cce0f7993b7ae5 (patch)
tree5a725250bb8d9cce4dbe621d5a5ad58e5b806698 /TODO
parent9c40854adb41cb9d8153ad21a665add5d4466eb1 (diff)
downloadgmime-07959e164042488c24e1615623cce0f7993b7ae5.tar.gz
Added new constructor functions GMimeStreamFs and GMimeStreamFile that take a path
2013-08-12 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-stream-file.c (g_mime_stream_file_new_for_path): New convenience function that handles opening the file for you. * gmime/gmime-stream-fs.c (g_mime_stream_fs_new_for_path): New convenience function that handles opening the file for you.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 612fac1a..472f14c1 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,15 @@ GMime 2.8 / 3.0 Planning:
InternetAddressList to be more consistent with the recipient
functions as well as being less error-prone.
+- Modify GMimeStream APIs to take GCancellable and GError arguments.
+
+- Modify g_mime_parser_construct_message() and
+ g_mime_parser_construct_part() methods take GCancellable and GError
+ arguments.
+
+- Should GMimeStreamGIO be modified to take only a GInputStream or a
+ GOutputStream and do away with the GFile API?
+
GMime 2.6 Planning:
===================