summaryrefslogtreecommitdiff
path: root/mail/Pantomime/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26mail: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-07mail: Remove SHA1 hashes for distfilesnia1-2/+1
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-22Update Pantomime to 1.2.0. This version now compiles with clang and therh1-6/+4
modern Objective-C runtime.
2011-12-17mail/Pantomine: Fix timezone redefinition for DragonFlymarino1-1/+2
Pantomine defines a structure named "timezone" which clashes with the system definition. It was renamed to "timezonePantomine". While technically it may result in change in the pkg binary, no PKGREVISION bump is necessary because it's functionally the same as the previous version, assuming it actually built on the platform in question.
2011-11-25Catch up with gnustep changes.joerg1-1/+2
2009-04-13Update Pantomime to 1.2.0pre3. Changes include some structural overhaul,rh1-6/+5
including a brand new mailbox caching code and other performance improvements. This also makes Pantomime use the fhs filesystem layout to make it more hier(7) compliant.
2007-05-25Make this compile on Solaris by using -Wl,-L instead of -L as pointed outrh1-1/+2
by kwennoir at hotbox dot ru. Bump PKGREVISION.
2006-01-20Fix errno.joerg1-1/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-10Update Pantomime to 1.1.2. Noteable changes are:rh1-3/+3
* 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).
2003-12-05Changes 1.1.1:adam1-3/+3
* Added support for read-only IMAP folders. * Improvements and bug-fixes.
2002-09-29Initial import of Pantomime-1.0.5, an Objective-C mail system class libraryrh1-0/+4