summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-04-12Update postfix-current to 2.0.19-20040312 and enable POSTFIX_USE_INET6taca2-25/+24
support with tls+ipv6-1.22-pf-2.0.19-20040312.patch.gz, too. 20040302 Bugfix: SMTPD proxy didn't send QUIT as the result of code duplication. Evidence reported by Mark Martinec. File: smtpd/smtpd.c. 20040311 Bugfix: bad address syntax caused map lookup with zero-length keys. Problem reported by Andrei Koulik. Files: util/match_ops.c, src/trivial-rewrite/transport.c.
2004-04-12Fix small glitch in startup script.tron1-4/+3
2004-04-12Polish up "milter-greylist" package:tron3-3/+60
1.) Install "README" into "share/doc/milter-greylist". 2.) Install example configuration into "share/examples/milter-greylist". 3.) Provide a "rc.d" script. Bump package revision because of these changes.
2004-04-12Create one directory a time. As noted on tech-pkg@ by J. Alexander Jacocks.salo1-2/+4
2004-04-11Make this compile on 2.x as well (as NETBSD1).kim2-5/+14
2004-04-11Update GNUMail to 1.1.2. Noteable changes include:rh3-17/+22
* Now uses Addresses framework. * Updated the OS X version of the Filtering bundle. * Added Matt, Ken and Bjorn in the About panel. * Simplified and optimized the Filtering bundle initialization code under GNUstep. * Removed some NSLog() calls in the Import bundle * We don't save an "empty MailWindow" in the prefs * We now disable the "Use secure connection" buttons in the AccountEditorWindow if the SSL bundle is not installed under GNUstep (it's always installed with our dmg on the OS X version). * Updated the German translation. Work done by Hermann Gundel <Hermann.Gundel@nussberg.de> * Modified AdvancedViewController to no longer statically allocate everything. * Modified MailWindowController: -deleteMessage to use the new Folder's method (-setFlags: messages:) in order to accelerate IMAP messages deletion. * We no longer check all IMAP accounts but only opened ones. * We no longer remove the DELTED message flag when deleting from the keyboard. * Removed the "Open on startup" feature in the Mailboxes window / drawer. GNUMail.app will now automatically reopen the mailboxes that were opened when the app was closed. * Added an extra check in MailboxManagerController: -outlineView: acceptDrop: .. since the GNUstep's NSOutlineView code is broken wrt DnD. Savannah is still down so I can't fix the real bug :( * We now STATUS all IMAP folders for an opened IMAP connection in a separate thread when clicking on the "Get" button. We no longer only NOOP the IMAP store. * Added AddressBook framework to the Filtering target based on the previous change. * Fixed crash on quitting on OS X. * Modified MailboxManagerController: -_reloadFoldersForIMAPStoreWithName: ... to also use -reloadItem: under GNUstep since that method has been fixed lately. * Reverted the change. -reloadItem is still plain broken. * Added a patch from Bjorn Giesler to enhance the filtering code to support address book groups. The OS X nib NEEDs to be modified. * Added Bjorn in the AboutPanel's list of contributors. * Fixed a warning in MailWindowController: -windowWillClose. * Added Constants.m to the OS X project file. * Added Constants.m and cleaned the header. That new file _must_ be added to the OS X project file. * Added Matt Ackeret and Ken Ferry to the About panel. * We now properly call -controlTextDidChange: in the -takeTo* methods (in EditWindowController) in order to correctly enable the Send button. * Updated ViewingView.nib * Updated AboutPanel.nib * Updated InfoPlist.strings * Fixed a compiler warning in GNUMail.m * Added patches from Bjorn Giesler to: - improve address completion - implement the "preferred label" in AddressBookPanel - convert the Mailboxes window and Console window to panels. This is a quick hack since the classes NEED to be renamed eventually. * We no longer force the ADScreenNameFirstNameFirst since we'll use the user's default in AddressManager. * Removed the "Mailbox" string the in Mailboxes's drawer for the contextual menu. * Renamed Id -> Number in the Viewing pref panel under GNUstep. The OS X nib needs to be modified. * We now save correctly the order of MailWindow's dataView columns. * Added a simple patch from David Ayers for key comparisons in AccountViewController.m. * Improved AddressBookPanel.nib. * We now correctly synchronize our popups in the FilterEditorWindow. * We now correctly reload the table columns when changing the dataview type in MailWindowController. * Added modal sheet to "Save message as text" action in GNUMail. * An address (to|cc|bcc) must be defined for the send button to be active in EditWindowController. * Fixed color space in ColorsViewController (Colors bundle). * Improved behavior of modal sheet in EditWindowController when closing an unsaved message. * Removed two more observers in GNUMail: -applicationShouldTerminate: and reorganized all the calls in MailWindowController: -dealloc. * Defined ReloadMessageList in Constants.h so it's cleaner. * We no longer require the user to specify a To: recipient. * Also fixed a bug in the filtering code wrt trailing ">" when the criteria operation is "has suffix". Issues reported by Alistair Windsor <awindsor@onetel.com>. * Simplified the code a little bit in AddressBookController. * Simplified it some more and reactivated AddressBookController: -addressesWithSubstring: so it's now possible to filter incoming mails based on the recipients / Apple's Address Book (or GNUstep's implementation). This fixes TODO #33. * Renamed a local variable to not conflict with an ivar on OS X. * Added AddressBook_32.tiff and modified the AddressBookPanel.nib to use it. * Enhanced MailboxImport.nib. * Lots of very minor improvements wrt the Vera font. * Modified MailboxImportController: -dealloc to set the datasource of our table view to nil. * Did the same thing for the outline view shown in MailWindow's drawer under OS X.
2004-04-10Update Pantomime to 1.1.2. Noteable changes are:rh4-18/+38
* 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-04-10USE_DB185 requires an argument, YESheas1-2/+2
2004-04-10Take MAINTAINER at zuntum's suggestion.schmonz1-2/+2
2004-04-10Note that one now has the additional rc.conf option of "qmailsmtpd=YES".schmonz1-2/+4
2004-04-10Russ Nelson, Charles Cazabon, Dave Sill, Peter Samuel, and Henningschmonz22-41/+500
Brauer have prepared a distribution of qmail, called "netqmail": "We have done this because in our opinion, too many new users are confused by the out-of-date INSTALL file, and too much time is spent arguing on the mailing list over bugs. We have tried to stick to the barest minimum number of changes. We have fixed only those things which are out-and-out wrong, or which have been approved by djb (specifically QMAILQUEUE)." This package already includes the QMAILQUEUE patch. Add netqmail 1.05's other patches, with the exception that patches to documentation files which are not installed have been lovingly omitted. This package also already includes a patch to handle oversized DNS packets. It's still here, too. pkgsrc changes: * Add qmail-smtpd rc.d script (and ensuing dependency on net/ucspi-tcp). * Update qmail rc.d script: respect $qmail_flags, treating it as the default delivery instruction. * Remove non-working MASTER_SITES. From the netqmail changelog: 20040121 code: qmail-smtpd is protected from exceedingly long (eg 2GB) header lines 20040121 code: qmail_lspawn, qmail-newmrh, qmail-newu, and qmail-rspawn are protected from misbehaving on hosts where the size of an integer is not the same as the size of a character pointer (eg 64 bit hosts with 32 bit ints) 20031027 doc: qmail.7 identifies installation as netqmail and points to http://qmail.org/ 20031027 doc: qmail-queue.8 adds explanation of $QMAILQUEUE 20031027 doc: qmail-log.5 adds reference to errors from $QMAILQUEUE script 20031027 code: qmail-smtpd identifies itself as netqmail 20031027 code: if $QMAILQUEUE is set, it's invoked instead of qmail-queue 20031024 code: changed errno from int to #include. 20031024 code: fixed .qmail parsing bug. 20031024 code: recognize 0.0.0.0 as a local address. 20031024 code: sendmail's -f flag now overrides environment variables. And for all this, bump PKGREVISION. Pre-flight checks by snj@.
2004-04-09Style nits: use tabs to indent and get rid of a variable that was only usedjmmv1-12/+10
once.
2004-04-09Insert blank line between commands and text. Make the point aboutschmonz1-9/+8
POP3 and QMQP more concisely. Pipe paragraphs through fmt(1).
2004-04-08Set INSTALLATION_DIRS=bin.jmmv1-1/+3
2004-04-08Another minor change, remove one superflous line.xtraeme1-2/+1
2004-04-08Minor changes suggested by jmmv@.xtraeme1-11/+9
2004-04-08Added columba.xtraeme1-1/+2
2004-04-08Initial import of columba-1.0M2.xtraeme4-0/+67
Columba is an Email Client written in Java, featuring a user-friendly graphical interface with wizards and internationalization support.
2004-04-08+gmimerecht1-1/+2
2004-04-08initial import of gmime-2.1.3recht6-0/+233
GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the following RFCs: * 0822: Standard for the Format of Arpa Internet Text Messages * 1521: MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies * 1847: Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted * 1864: The Content-MD5 Header Field (Obsoletes rfc1544) * 2015: MIME Security with Pretty Good Privacy (PGP) * 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples * 2183: Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field * 2184: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations * 2231: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations (Obsoletes rfc2184) * 3156: MIME Security with OpenPGP (Updates rfc2015)
2004-04-07DIST_SUBDIR should use PKGNAME_NOREV.tv1-2/+2
2004-04-06Update of mail/nail to 10.7.cjep2-6/+7
Changes since 10.6 (see the ChangeLog supplied with the source for more details): o Inclusion of POSIX documentation. o Bug fixes and changes including: - exit with the correct status when sendwait is set - fix Base64 decoding - fix handling of addresses with / in them - fix handling of autocc and autobcc variables - Obey POSIX standards for ~w - Handling escape sequences in quoted arguments in commands for compatibility with System V mailx and POSIX.
2004-04-06Quickly revert previous. I didn't see that libmilter had already beentv7-14/+9
changed in a CVS merge somewhere.
2004-04-06Make libmilter a build-time dependency only (it's a static library); bumptv7-9/+14
PKGREVISION of its dependencies.
2004-04-06metamail doesn't really need X11, so remove USE_X11; bump PKGREVISION.xtraeme1-3/+2
While here, fix previous entry (hi martin!).
2004-04-02depend on libsoup-devel instead of libsouprecht2-4/+4
2004-04-01Fix path, and move .endif statement to the correct place.xtraeme1-4/+3
2004-04-01Add and enable evolution-data-server.jmmv1-1/+2
2004-04-01Initial import of evolution-data-server, version 0.0.90:jmmv5-0/+717
Evolution Data Server is responsible for managing calendar and addressbook information within the GNOME desktop.
2004-03-31update to 2.0.17recht5-19/+32
changes: - build on GNOME-2.6 - fix some GPGME interaction problems. - yet another set of minor fixes.
2004-03-31Ensure that we use the db3 library, even if the db4 one gets pulled injlam1-4/+11
as an indirect dependency.
2004-03-31Convert to use krb5.buildlink3.mk.jlam1-10/+28
2004-03-31Miscellaneous nits and reorderings to more closely matchjlam1-21/+23
cyrus-imapd22/Makefile.
2004-03-31Miscellaneous nits.jlam1-7/+7
2004-03-31Install files one by one to workaround more feeble install programs.jlam1-7/+10
2004-03-31Miscellenous Makefile cleanups.jlam1-7/+10
2004-03-30Fix dependence broken by recent package revision bump.tron1-2/+2
2004-03-30Make sure the socket file is removed before starting clamd, as suggestedxtraeme1-1/+2
by Piotr Stolc in PR pkg/24644.
2004-03-30bl3ifyxtraeme2-7/+29
2004-03-29+p5-Mail-SRStv1-1/+2
2004-03-29Moved from pkgsrc-wip (http://pkgsrc-wip.sourceforge.net/):tv5-0/+70
The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server may need to rewrite the return-path to remain SPF compliant. If the message bounces, that intermediate server needs to validate the bounce and forward the bounce to the original sender. SRS provides a convention for return-path rewriting which allows multiple forwarding servers to compact the return-path. SRS also provides an authentication mechanism to ensure that purported bounces are not arbitrarily forwarded.
2004-03-29+p5-Mail-Miltertv1-1/+2
2004-03-29Mail::Milter is a set of modules useful to mail filter writers who aretv4-0/+29
using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface directly to the SMTP transaction.
2004-03-29+p5-Sendmail-PMiltertv1-1/+2
2004-03-29Sendmail::PMilter is a mail filtering API implementing the Sendmailtv4-0/+42
milter protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs implementing milter) to filter and modify mail in transit during the SMTP connection, all in Perl. This also includes a drop-in replacement for the Sendmail::Milter API, making it possible for legacy perl milters to function as-is with the PMilter engine.
2004-03-29Update milter-greylist to 1.0.2manu2-5/+5
Fix the mising units in ps output for -a and -w Accept any e-mail address as specified in RFC 2821 from config and dump Fix typos
2004-03-29Update to getmail-3.2.2.snj2-6/+5
From the changelog: * Add an error handler for the case where a POP3 server returns a message that isn't even close to valid 822 format, particularly one where the first line in the message header is a continuation line (starts with whitespace).
2004-03-29Convert to use bdb.buildlink3.mk and krb5.buildlink3.mk.jlam1-22/+39
2004-03-29Supply a default mailq entry in mailer.conf.snj2-3/+4
Fixes PR pkg/21591.
2004-03-29Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong tosnj6-6/+91
assume that we want /usr/sbin/sendmail, but we don't currently have a good solution to that problem, and this is consistent with an existing change that was made to this package. Closes PR pkg/24678.