aboutsummaryrefslogtreecommitdiff
path: root/mail/librfc822/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'mail/librfc822/pkg-descr')
-rw-r--r--mail/librfc822/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/librfc822/pkg-descr b/mail/librfc822/pkg-descr
new file mode 100644
index 000000000000..1566d7448e1b
--- /dev/null
+++ b/mail/librfc822/pkg-descr
@@ -0,0 +1,10 @@
+librfc822 provides application developers with a complete parser for RFC822
+addresses. Not only can you use the library to verify that RFC822 addresses
+are syntactically correct, you can also have an address split up into its
+semantic parts, what is needed when deciding where to route an address to, etc.
+
+What is quite unique is that librfc822 does indeed parse all address types
+allowed by the standard. That includes such weird things as "address groups"
+or addresses with whitespace and comments throw in.
+
+WWW: http://cryp.to/librfc822/