summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-03-08 15:15:35 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-03-08 15:15:35 -0500
commit25f69458e811cbfbff051b5ad07120c521eb6e06 (patch)
tree78a490d0aba20f87ba3a4cc4e1dc2e701b987b5d /PORTING
parentdd6534ff82d3099e01d66bb88e14fb8fb53c9218 (diff)
downloadgmime-25f69458e811cbfbff051b5ad07120c521eb6e06.tar.gz
Added a GMimeTextPart for convenience
Allows more easily setting/getting text content.
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING5
1 files changed, 5 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index 61a28254..f9dbbb8c 100644
--- a/PORTING
+++ b/PORTING
@@ -115,6 +115,11 @@ Porting from GMime 2.6 to GMime 3.0
- g_mime_stream_fs_new_for_path() has been renamed to
g_mime_stream_fs_open().
+- g_mime_part_new() now returns a GMimePart with a Content-Type of
+ "application/octet-stream" instead of "text/plain" since there is
+ now a GMimeTextPart who's g_mime_text_part_new() returns a
+ GMimeTextPart with a Content-Type of "text/plain".
+
Porting from GMime 2.4 to GMime 2.6
-----------------------------------