614865b314
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. The C language is only used where performance is critical. Pantomime uses a little bit of ELM code. Pantomime provides the following features (and more): * 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 * UNIX mbox and maildir support * SSL/TLS support for IMAP, POP3 and SMTP
16 lines
731 B
Plaintext
16 lines
731 B
Plaintext
$OpenBSD: patch-Framework_Pantomime_GNUmakefile,v 1.1.1.1 2007/07/29 14:15:31 ajacoutot Exp $
|
|
--- Framework/Pantomime/GNUmakefile.orig Sat Apr 29 19:06:27 2006
|
|
+++ Framework/Pantomime/GNUmakefile Wed May 16 12:43:50 2007
|
|
@@ -26,9 +26,9 @@ FRAMEWORK_NAME = Pantomime
|
|
PANTOMIME_MAJOR_VERSION=1
|
|
PANTOMIME_MINOR_VERSION=2
|
|
PANTOMIME_SUBMINOR_VERSION=0
|
|
-PANTOMIME_VERSION=${PANTOMIME_MAJOR_VERSION}.${PANTOMIME_MINOR_VERSION}.${PANTOMIME_SUBMINOR_VERSION}
|
|
+PANTOMIME_VERSION=${PANTOMIME_MAJOR_VERSION}.${PANTOMIME_MINOR_VERSION}
|
|
VERSION=${PANTOMIME_VERSION}
|
|
-Pantomime_INTERFACE_VERSION=1.2
|
|
+Pantomime_INTERFACE_VERSION=${PANTOMIME_MAJOR_VERSION}.${PANTOMIME_MINOR_VERSION}
|
|
|
|
# C sources files to be compiled
|
|
Pantomime_C_FILES = \
|