aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-27 03:47:22 +0800
committerDan Winship <danw@src.gnome.org>2000-07-27 03:47:22 +0800
commit7467aa48ec4df79eea40b3305fe9ebb6b195031f (patch)
treefc2e0d7159802b938f069467d80adc33d3912648 /NEWS
parent1265f5c0b1f6aba78139605f4df86f87f399832a (diff)
downloadgsoc2013-evolution-7467aa48ec4df79eea40b3305fe9ebb6b195031f.tar
gsoc2013-evolution-7467aa48ec4df79eea40b3305fe9ebb6b195031f.tar.gz
gsoc2013-evolution-7467aa48ec4df79eea40b3305fe9ebb6b195031f.tar.bz2
gsoc2013-evolution-7467aa48ec4df79eea40b3305fe9ebb6b195031f.tar.lz
gsoc2013-evolution-7467aa48ec4df79eea40b3305fe9ebb6b195031f.tar.xz
gsoc2013-evolution-7467aa48ec4df79eea40b3305fe9ebb6b195031f.tar.zst
gsoc2013-evolution-7467aa48ec4df79eea40b3305fe9ebb6b195031f.zip
add mailer 0.3 features
svn path=/trunk/; revision=4359
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS48
1 files changed, 48 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 663e453567..cb68c6f722 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+Version 0.3
+-----------
+
+Mail:
+
+ Major features:
+
+ * Lots of IMAP fixes (fejj)
+
+ * You can use an external setuid/setgid movemail program (although
+ we don't ship our own yet). If you have one installed with emacs,
+ the configure script will find that. Otherwise, you can specify
+ --with-movemail=/path (danw)
+
+ * You can toggle HTML/plain text for an individual message in the
+ composer now. (ettore)
+
+ * Bonobo embedding sort of works again, but there are problems with
+ size allocation somewhere. Attachments can now also be handled by
+ external applications.
+
+ * text/plain mail is now line-wrapped in the mail display, to deal
+ with people who don't put newlines in their mail.
+
+ Minor features / bugfixes:
+
+ * Allow user to specify IMAP namespace in the mail config dialog
+ (danw, fejj)
+
+ * Quoted-printable encoder fixes (NotZed)
+
+ * Various NNTP fixes, include a news pane in the config dialog
+ (toshok)
+
+ * Purification (peterw)
+
+ * Fix for message not being re-drawn as deleted (peterw, fejj)
+
+ * Moving a message to another folder copies the flags now (fejj)
+
+ * Close signature in HTML mail with </PRE>, not <PRE>, and default
+ to ~/.signature. (mmeeks)
+
+ * Fixed some confusing behavior in the message threading algorithm
+ (danw)
+
+
+
Version 0.2
-----------