summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@gnome.org>2009-12-13 13:16:04 -0500
committerJeffrey Stedfast <fejj@gnome.org>2009-12-13 13:16:04 -0500
commit8c699655a69cf6884e70bdc37b0f0eb7baebfbb3 (patch)
tree9d727eaa05fb8fd64013f24f8097b552185ca070 /TODO
parent2cdc3e2287c987f4241b982a7681a5ba5ee590ec (diff)
downloadgmime-8c699655a69cf6884e70bdc37b0f0eb7baebfbb3.tar.gz
updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3325f8f3..4f8cd374 100644
--- a/TODO
+++ b/TODO
@@ -28,7 +28,7 @@ GMime 2.6 Planning:
GCancellable. GCancellable could be nice to have for network
streams, though...
-- Add GIO-based GMimeStream and bump glib dep to 2.16 [ DONE ]
+- Add a GIO-backed GMimeStream and bump glib dep to 2.16 [ DONE ]
- Add a g_mime_part_get_best_content_encoding()? [ DONE ]
@@ -92,6 +92,9 @@ Ideas for GMime "3.0"
errno (really needed for apps that implement ssl streams or other
stream types which might not map well to libc's errno values)
+ - Maybe even drop GMimeStreams and use GIO?
+ - If not, take GCancellables?
+
- GMimeParser should also take a GError arg and/or return int error
codes.