summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@gnome.org>2010-10-30 10:49:47 -0400
committerJeffrey Stedfast <fejj@gnome.org>2010-10-30 10:49:47 -0400
commit33d36d93b0d232701d1094d6c073a563fc458d6e (patch)
tree7d21d4765261c2012d29dd6d2eacac88a8df124d /TODO
parent719cd0f325b63a28eb7e95eebe54577d249f00ea (diff)
downloadgmime-33d36d93b0d232701d1094d6c073a563fc458d6e.tar.gz
Added g_mime_message_get_body()
2010-10-30 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-message.c (g_mime_message_get_body): New function * to try and guess which part (or multipart/alternative) represents the message body.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4f8cd374..a3a4e39a 100644
--- a/TODO
+++ b/TODO
@@ -26,7 +26,7 @@ GMime 2.6 Planning:
- Consider GCancellable and GError for GMimeStreams and
GMimeParser... GError being far more important than
GCancellable. GCancellable could be nice to have for network
- streams, though...
+ streams, though... [ POSTPONED ]
- Add a GIO-backed GMimeStream and bump glib dep to 2.16 [ DONE ]
@@ -36,7 +36,7 @@ GMime 2.6 Planning:
This might be a better name for the enum to reflect what it's
actually meant for. Maybe also move it from gmime-filter-best.h to
- gmime-encodings.h? [ DONE ]
+ gmime-encodings.h?
- 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
@@ -46,6 +46,8 @@ GMime 2.6 Planning:
or else make sure that GMime.metadata 'fixes' the method name to be
GetEncoding so that it will appear as a C# property getter.
+- Re-add a g_mime_message_get_body()?
+
Other:
======