summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-09-09* buildlink1 --> buildlink2.jlam5-26/+33
* Pass the LDFLAGS through to the build process so that the final binaries are built with the appropriate -Wl,-R flags. This should fix pkg/18054. * Use ROOT_{USER,GROUP} instead of hardcoding "root" and "wheel" when installing poppassd.
2002-09-08Add conflict with p5-Mail-SpamAssassin (for those who still have it installed).wiz1-1/+3
2002-09-05Fix db3 version check so that addressbook now finally works.rh4-11/+38
Bump PKGREVISION. This closes PR pkg/18164 by Ales Krenek <ljocha@ics.muni.cz>
2002-09-05 The SpamAssassin daemon (spamd) must be started with the -dhubertf1-2/+2
flag to really become a daemon, but that flag is missing in the provided rc.d script. Patch by Urban Boquist <urban@boquist.net> in PR 18171
2002-09-04Remove work arround for bug in buildlink2 framework which was fixedtron1-6/+1
by Johnny Lam.
2002-09-04upgrade to 20020826 snapshot. repaint logic updates. "make USE_IDEA=yes"itojun2-8/+10
will enable IDEA support.
2002-09-03Add work arround for bug in buildlink2 framework described in PR pkg/18156.tron1-1/+6
2002-09-03Remove non-standard mime-types file again.wiz2-107/+2
Users are encouraged to copy it from the www/apache if needed. Bump PKGREVISION. Closes pkg/18101.
2002-09-02Update to 20020102.wiz2-5/+5
Changes: Bugfixes and license change.
2002-08-31Update to 0.61. From the changelog:schmonz3-6/+11
* New -A option for tmda-ofmipd to allow authentication against checkpassword compatible programs such as checkpassword-pam (http://checkpasswd-pam.sourceforge.net/). * New -C option for tmda-ofmipd to set a limit on the number of simultaneous connections. Default is 20. * tmda-ofmipd general bugfixes and security improvements. * New config variable, `X_TMDA_IN_SUBJECT' which turns on parsing of the Subject header for X-TMDA override actions. See description in Defaults.py for more information. * New config variable, `ADDED_HEADERS_SERVER' which allows you to add arbitrary headers to all server-sent (i.e, tmda-filter) messages. * Josh Huber's tmda.el, an elisp module for integrating TMDA with Gnus and Message mode, has been added to the contrib directory. This is super-cool, Jason sez check it out! * Major improvements to the filter file language, courtesy of Tim, including: - The addition of "macro" definition and expansion. - The addition of variable interpolation. - A new argument, `-optional', for all rules that access files. - Support for nested filter files with the 'include' statement. For more information on these new features, see the updated TMDA Filter Specification (http://tmda.net/config-filter.html). * Logging capability for client-side message (i.e, those sent with tmda-sendmail). Set LOGFILE_OUTGOING in your config to enable this. * New version of tmda.el. * Fixed a bug which prevented the `from/to-mailman' filter sources from working.
2002-08-31Update p5-MailTools to 1.49mjl2-5/+5
- Mail::Mailer::_clean_up left an extra space behind each header line. - Mail::Mailer::_clean_up trims folded headerlines on more than two lines. - The fix for nested comments in Mail::Address's "Mark Overmeer <mailtools@overmeer.net> (mailtools maintainer)" was parsed into two separate objects - Mail::Mailer::_cleanup_headers unfolds the header lines, but forgot to remove the indentation blanks - Mail::Cap::new has two new options - typo in Mail/Mailer/rfc822.pm - Add Content-Disposition to the list of structured header fields - Mail/Mailer/smtp.pm which enables the passing-on of args to Net::SMTP
2002-08-30Add REQUIRE: DAEMON to ensure starts at the right time.abs1-1/+2
Omission noted by wiz.
2002-08-30Updated spamassassin to 2.31nb1abs3-2/+26
Add rc.d/spamd (From norm at sandbox org uk)
2002-08-28Ops, DISTNAME is mailman-2.0.12 not 2.0.13. This is a leftover from mybouyer1-2/+2
attemps to upgrade it to 2.0.13. 2.0.13 is announced on the home page, but the distfile doesn't seem to be available from ftp.gnu.org yet ...
2002-08-28buildlink1 -> buildlink2jlam1-8/+9
2002-08-26Rename pkgsrc/mail/p5-Mail-Spamassassin to pkgsrc/mail/spamassassin.hubertf12-137/+9
2002-08-26Rename pkgsrc/mail/p5-Mail-Spamassassin to pkgsrc/mail/spamassassin.hubertf6-0/+126
2002-08-26Add dependency for correct version of gpgme, so that the privacymjl1-1/+4
managing stuff gets included.
2002-08-26Update to 0.8.2mjl2-5/+5
* GnuPG improvements and fix o The line endings are canonicalized correctly before signing. WARNING: don't sign messages with Sylpheed prior to this version since they didn't fully conform RFC3156 and may cause incompatibility between other MUAs. o The feature to store passphrase in memory temporarily has been implemented. o The ascii-armored encryption and clear text signing has been implemented. * Line-wrapping improvements and fix o The cursor movement on auto-wrapping has been fixed. o Flickers on auto-wrapping has been repressed. * Socket I/O timeout has been implemented. * The '--attach' command line option has been implemented. * Automatic cache expiration for News has been implemented. * Time stamp has been added to the log messages. * Temporary files are created under ~/.sylpheed/tmp/. * The problem of folder and summary view refresh on incorporation has been fixed. * The correct FQDN will be returned to server. * Some major memory leaks have been fixed. * Some other bugs have been fixed.
2002-08-26buildlink1 -> buildlink2.jlam1-9/+7
2002-08-25Use buildlink2 instead of buildlink1.jlam4-39/+12
2002-08-25spamassassin is already present as p5-Mail-SpamAssassinhubertf5-68/+1
(how obvious... NOT!)
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam10-7/+66
buildlink2.mk files back into the main trunk.
2002-08-24add & enable spamassassinhubertf1-1/+2
2002-08-24Add spamassassin-2.31: Spam identifier and blockerhubertf4-0/+66
SpamAssassin is a mail filter which attempts to identify spam using text analysis and several internet-based realtime blacklists. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify "spam", also known as unsolicited commercial email. Once identified, the mail can then be optionally tagged as spam for later filtering using the user's own mail user-agent application. In its most recent test, SpamAssassin differentiated between spam and non-spam mail correctly in 99.94% of cases. Since then, it's just been getting better and better!
2002-08-23Add mailmanbouyer1-1/+2
2002-08-23Initial import of mailman package (posted to tech-pkg on Aug, 01)bouyer13-0/+696
Maiman is a e-mail list manager. It includes a web interface for management from a user (subscribe/unsuscribe) and administrator point of view, as well as the traditionnal command-though-emails management. It also offers web-browsable mailing-list archives.
2002-08-23Update to mhonarc-2.5.11.grant3-9/+16
The following is a summary of sigificant changes since 2.5.3. Please see CHANGES in the distfile for the full list of changes. * The following mail header fields added to list of fields that can contain mail addresses: mail-reply-to, original-bcc, original-cc, original-from, original-sender, original-to, resent-bcc, x-envelope. Applicable to MAILTO, MAILTOURL, and ADDRESSMODIFYCODE resources. * Added MHonArc::UTF8 CHARSETCONVERTER module as recommended at <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131512&repeatmerged=yes>. However, module redone to use utf8 pragma in Perl where appropriate and to remove unnecessary code. Use of module does require that the Unicode::MapUTF8 module is installed and the utf8 pragma is supported in the version of Perl you are using. * Added MIMEALTPREFS resource: Content-type preferences for multipart/alternative data. You can now tell MHonArc to use the text/plain part over a text/html part in multipart/alternative messages. * Added the following resources: IDXPGSSMARKUP Markup at the beginning of all index pages. MSGPGSSMARKUP Markup at the beginning of all message pages. TIDXPGSSMARKUP Markup at the beginning of all thread index pages. Each resource will default to the value of the SSMARKUP resource if not defined. * Removed references to HEADER and FOOTER resources in the docs. Resources removed in v2.5.0. * Updated default resource layout settings in docs to use lowercase tag names since MHonArc changed to use lowercase in defaults in v2.4.7. * Added NOSUBJECTTXT resource: Defines raw subject text to use for messages that do not have a subject. * Incorporated format=flowed support into mhtxtplain.pl contributed by Ken Hirsch, with some minor improvements. * mha-decode now supports the following option: -dcd-digest. This tells mha-decode to not recursively process attached message/rfc822 and message/news entities. This option is useful to extract out all the individual messages of a message digest. * Added message/rfc822 and message/news to mhmimetypes.pl content-type => extension/description hash. The extension used is ".822".
2002-08-22Update to sylpheed-claws-0.8.1.grant3-9/+7
Changes since 0.8.0: * The regression of Japanese code conversion have been fixed. * The problem in MIME header encoding has been fixed. * Several memory leaks in the address book have been fixed.
2002-08-22Update to sylpheed-0.8.1.grant2-5/+5
Changes since 0.8.0: * The regression of Japanese code conversion have been fixed. * The problem in MIME header encoding has been fixed. * Several memory leaks in the address book have been fixed.
2002-08-21If using SASL cyrus-sasl package is actually needed.seb1-1/+5
2002-08-21use .bz2 distfile.grant2-4/+5
2002-08-21include libs to make this work on Solaris.grant1-1/+5
2002-08-21check that USE_INET6 is defined.grant1-2/+2
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-21Enable pth threading, it now seems to work all right.mjl2-5/+3
Correct PLIST.
2002-08-21Update to balsa 1.4.0mjl4-80/+98
- filter documentation. - adding mailboxes out of local mail directory hierachy. - various build fixes. - building fixes. - code cleanup. - new MostRecentlyUsed list. - mailbox rename fixes. - search and filtering fixes. - reasonable searching in message bodies held in IMAP mailboxes. - do not crash when called with -a. - minor filter UI improvements (sensitive). - more verbose on common SMTP errors. - RFC-compliant header encoding - password privacy fixes - build fixes (--without-esmtp, --disable-threads) - filter-on-receive fixes. - general cleanup and other small bug fixes - protect ESMTP passwords and pass-phrases - new mailboxes scanned in a thread - improved message include function - preserve References: headers over message postpone - number of crashes and other bugs fixed - build fixes. Make some dependencies optional - remove some double free()s - filter incoming POP3 messages - fixed content-disposition and charset bugs - fixes for printing of multipart messages with different content-types - rescanning local directories - delayed message deletion (and undeletion) - highlight bad addresses in compose window - external editor support - imap message caching - imap password handling fixes - first step to searching and filters - delayed IMAP tree scanning - "reply to group" functional
2002-08-19add dependancy with gdk-pixbuf. sylpheed binary is acutually linked againstkei1-1/+2
libgdk_pixbuf.so.
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz2-10/+0
2002-08-15Add an option to build with no SSL/TLS support, as requested by Rick Byersfredb1-2/+4
on tech-pkg.
2002-08-13Fix timestamps in post-configure so that make will proceed to build.kim1-1/+5
2002-08-13evolution requires a version of gal >= 0.19.2, so set the buildlinkagc1-1/+2
dependency version accordingly.
2002-08-12Add a patch so that this package works with xpkgwedge.agc2-1/+15
2002-08-11Remove "EXTRACT_ELEMENTS" because we cannot share patches with "fetchmail"tron1-2/+1
otherwise.
2002-08-08Share not only distinfo, but also patches dir with fetchmail.wiz1-1/+2
XXX: Why do we have so many patches for fetchmail?
2002-08-06Fix PLIST after last update (hi martti!)wiz1-1/+27
Closes pkg/17857 by Urban Boquist.
2002-08-03Make this look slightly more aesthetic, whitespace-wise.jlam1-3/+1
2002-08-01It is ${.CURDIR}/../../mail/fetchmail/distinfo and notveego1-2/+2
${.CURDIR}/../mail/fetchmail/distinfo
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-4/+1
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-31Give some further hints about what will need to be done before Cyrus IMAPjlam1-2/+4
can be used.
2002-07-31Add a cyrus rc.d script that will generate the directories needed beforejlam3-2/+94
starting the Cyrus master process.