aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-21 09:39:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-21 09:39:08 +0000
commit0fcc0b751e75b77202df1f2fa9aa57c7d4f1e4ce (patch)
tree1cdbb3ba201d126bacf9ea7eb0ecc42ca216c9e2 /NEWS
parenta4246cd0ffbf5e583fe58c52efcab4d2fb7f0179 (diff)
downloadmailfromd-0fcc0b751e75b77202df1f2fa9aa57c7d4f1e4ce.tar.gz
mailfromd-0fcc0b751e75b77202df1f2fa9aa57c7d4f1e4ce.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1137 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7ab2e75f..72b0d797 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2006-12-15
+Mailfromd NEWS -- history of user-visible changes. 2006-12-21
Copyright (C) 2005, 2006 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -22,7 +22,26 @@ are equivalent:
* listens takes an optional second argument
-The second argumen specifies the port to use instead of the default 25.
+The second argument specifies the port to use instead of the default 25.
+
+* New functions
+
+- message_header_decode(string TEXT, [string CS])
+
+The TEXT must be encoded as per RFC 2047. The function decodes it and
+returns the resulting string. Optional argument CS specifies the
+character set for the output string. Default is UTF-8.
+
+- message_header_encode(string TEXT, [string ENC, string CS])
+
+Encodes TEXT according to RFC 2047. Optional arguments:
+
+ ARG Meaning Default value
+------+------------------+-------------------
+ ENC Encoding quoted-printable
+ CS Character set UTF-8
+
+Valid values for ENC are quoted-printable, Q, base64, B
* Default logging facility is LOG_MAIL

Return to:

Send suggestions and report system problems to the System administrator.