summaryrefslogtreecommitdiff
path: root/mail/Pantomime/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-04-10Update Pantomime to 1.1.2. Noteable changes are:rh1-12/+8
* Added an improvement in the IMAP parsing code (_parseFetch:) so it works better with lame servers like Exchange. * Added Folder: -setFlags: messages: and implemented a version in IMAPFolder to optimize deletion of messages. Modified IMAPMessage: -setFlags: to use that new method. * We now correctly decode/encode the Organization header using quoted-printable. * Removed Testing/*. The tests were old and broken and the small test framework should be replaced by a real framework, like OCUnit. * Added some notes (in the README) to properly compile and install Pantomime on RedHat 9 / Fedora. * Permuted the RETAIN/RELEASE calls in Message: -setFlags:. Bug reported by Alexandre Carlhian <alex@mosx.net>. * Fixed a bug in Parser: +_parameterValueUsingLine: range:. * Finally commited a fix for the reply bork when a attachment is put between to text/plain parts in a multipart/mixed message (only the first part was used in the reply). * Modified MimeUtility to add support on OS X for Hebrew, Arabic, BalticRim and Vietnamese encodings using the CoreFoundation. * Fixed a small issue in POP3Folder: -lengthOfMessageAtIndex: Bug reported by Alexandre Carlhian <alex@mosx.net>. * Modified NSData+Extensions: -dataFromQuotedData to be sure that our initial data length has length of at least 2 (since if we had only '"' we would get an range exception). * Modified MimeUtility: -stringEncodingForPart: so that if we get _at best_ NSASCIIStringEncoding from the part, we use NSISOLatin1StringEncoding instead in order to give us more success when decoding things. * Added POP3Folder: -prefetchMessageAtIndex: numberOfLines: and added a small cache for the message sizes. * Renamed -authenticateWithUsername: ... to -authenticate: password: mechanism: and implemented in the SMTP, POP3Store and IMAPStore classes. * Added -supportedMechanisms to the Service protocol and implemented in all the classes above. * Removed POP3Store: -setUseAPOP: / -useAPOP and -setTimestamp: * Added LOGIN and CRAM-MD5 SASL authentication mechanisms support in the IMAP code. * Added -DBIG_ENDIAN to the list of compiler flags on OS X so that the CRAM-MD5 code works. * Updated the OS X project to set the version number to 1.1.2. * Moved -isConnected from Connection to Store. Implemented in IMAPStore and provided a dumb implementations for LocalStore and POP3Store. Refactored all the code to use the Store's method instead of the TCPConnection's implementation. Much of the code in GNUMail will have to be retested wrt the handling of being disconnected from the IMAP server. * Added a hack so things work well with header prefetching when we are using a Novell IMAP server (which is utterly broken). * Added and implemented IMAPStore: -capabilities to return an array of the server's capabilities (result of the CAPABILITY command). * Added a "contents" parameter to Store: -createFolderWithName: type: so we are now able to create a folder with an initial content. Implemented in all Store subclasses but the only implementation that works right now is the LocalStore one using the standard mailbox format (maildir won't work).
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-05Changes 1.1.1:adam1-11/+9
* Added support for read-only IMAP folders. * Improvements and bug-fixes.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-09-29Initial import of Pantomime-1.0.5, an Objective-C mail system class libraryrh1-0/+23