diff options
author | rh <rh> | 2002-09-29 03:41:15 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-29 03:41:15 +0000 |
commit | ce6dac687ebc422a14142ec545d455d4801d87b3 (patch) | |
tree | 2c816f6c82db78afebad1a0d161f506e713d57e3 /mail/Pantomime/DESCR | |
parent | c0be6c0e92b444c49dca97b353de3f280c7d6d58 (diff) | |
download | pkgsrc-ce6dac687ebc422a14142ec545d455d4801d87b3.tar.gz |
Initial import of Pantomime-1.0.5, an Objective-C mail system class library
Diffstat (limited to 'mail/Pantomime/DESCR')
-rw-r--r-- | mail/Pantomime/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/Pantomime/DESCR b/mail/Pantomime/DESCR new file mode 100644 index 00000000000..887f8275f15 --- /dev/null +++ b/mail/Pantomime/DESCR @@ -0,0 +1,18 @@ + Pantomime provides a set of Objective-C classes that model a mail system. +Pantomime can be seen as a JavaMail 1.2 clone written in Objective-C. +Pantomime is almost entirely written in Objective-C. The C language is +only used where performance is critical. Pantomime uses a little bit of +ELM code. + + Pantomime provides the following features: + + * A full MIME encoder and decoder + * A 'folder view' to local mailboxes (Berkeley Format), POP3 accounts + or IMAP mailboxes + * A powerful API to work on all aspects of Message objects + * A local mailer and a SMTP conduit for sending messages + * APOP and SMTP AUTH support + * IMAP and POP3 URL Scheme support + * iconv and Core Foundation support + * SSL support for IMAP and POP3 + * and more! |