summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-04-03 19:13:27 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-04-12 19:15:31 +0100
commit4e08fd50ebe820edb008a96b892a2749bbe8e72b (patch)
tree8ee90c68bac009aada01a438fe5bdc601197dcb1 /doc
parent0d7911ea3aa8124490bd9272474aeba8b4a6313e (diff)
A-label expansion operators
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/experimental-spec.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt
index 0eeb939bf..738f02cce 100644
--- a/doc/doc-txt/experimental-spec.txt
+++ b/doc/doc-txt/experimental-spec.txt
@@ -1276,7 +1276,13 @@ SMTPUTF8
Internationalised mail name handling.
RFCs 6530, 6533, 5890
-Compile with libidn.
+Compile with EXPERIMENTAL_INTERNATIONAL and libidn.
+
+Expansion operators:
+ ${utf8_domain_to_alabel:str}
+ ${utf8_domain_from_alabel:str}
+ ${utf8_localpart_to_alabel:str}
+ ${utf8_localpart_from_alabel:str}
--------------------------------------------------------------