summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-12-27Guard an expansion of USE_KERBEROS by `.if defined() && ...' just inuebayasi1-2/+2
case. Pointed out by Ken Nakajima.
2002-12-26Avoid detection of GNOME as we are currently not depending on it. If it isjmmv2-4/+3
detected, some extra files are installed. Addresses problems found in Hubert's bulk build.
2002-12-24More ${TOUCH}ing to make this compile again.kim1-1/+3
Fixes PR pkg/19463.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz3-6/+6
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-23Whitespace fixcjep1-2/+2
2002-12-22Update sylpheed to 0.8.7.chris3-10/+10
Changes are: * 0.8.7 * The extended regular expression has been supported on filtering. * The option to resize images to fit the size of view has been added. * The previous account is now restored on reediting draft messages. * The routine of MIME header encoding has been rewritten completely, and Q-encoding for single-byte locales has been also implemented. * Strings beginning with "www." are now treated as URI. * The default WWW browser has been changed to Mozilla. * The common preferences dialog has been reorganized a bit. * The remote command operation can be executed without X now. * Code cleanups for the implementation of SMTP has been made. * Autotools and libtool have been updated. * A fix for font loading problem has been made. * Other minor bugfixes have been made. For the complete list see ChangeLog.
2002-12-17Readd checksum and size of optional IPv6 patch.tron1-1/+3
2002-12-17Fix problem patch file. Problem noted by David Edmondson on IRC.tron2-12/+3
2002-12-14Update "pine" package to version 4.51. A complete and extensive list of thetron7-68/+96
changes since version 4.44 is available here: http://www.washington.edu/pine/changes/4.44-to-4.50.html http://www.washington.edu/pine/changes/4.50-to-4.51.html Among the numerous bug fixes is a security fix for CAN-2002-1320. This fixes PR pkg/19239 by reed@reedmedia.net.
2002-12-14Bump minimum revision of "imap-uw" package to 2002.1rc1. Older versionstron1-2/+2
are insecure and "pine" 4.5x needs this version.
2002-12-14Give up maintainership of these. They have become too complicated for mehubertf2-4/+4
to comprehend in the little time I have. Sorry.
2002-12-13Remove '-l ruby-mode.el' -- this doesn't belong here.jschauma1-2/+2
Should fix Huberts bulk-build error.
2002-12-13Update "fetchmail" and "fetchmailconf" packages to version 6.2.0.tron4-9/+10
Changes since version 6.1.2: - Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c - Updated Danish, German, and Turkish translation files. - Sunil Sheye's SMTP timeout patch. - Updated Turkish, Danish, German, Spanish, Catalan po files. - Added Slovak support. - Configure.in update for autoconf 2.5 (Art Haas). - Be case-insensitive when looking for IMAP responses. - Fix logout-after-idle-delivery bug (Sunil Shetye). - Sunil Shetye's patch to bulletproof end-of-header detection. - Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake fails. The attenmpt to set up STARTTLS can be suppressed with 'sslproto ""'.
2002-12-13Add and enable ifile and ifile-procmail.salo1-1/+3
2002-12-13Initial import of ifile-procmail, version 0.3.salo4-0/+57
This package contains shell scripts that allows ifile to be used in standard UNIX e-mail environment with procmail and mbox mailboxes.
2002-12-13Initial import of ifile, version 1.2.1.salo5-0/+50
ifile is a general mail filtering system which uses a modern-day text learning algorithm to intelligently filter mail according to the way the user tends to organize mail. ifile is different from other mail filtering programs in three major ways: 1. ifile does not require the user to generate a set of rules in order to successfully filter mail 2. ifile uses the entire content of messages for filtering purposes 3. ifile learns as the user moves incorrectly filtered messages to new mailboxes ifile is not dependent upon any specific mail system and should be adaptable to any system which allows an outside program to perform mail filtering.
2002-12-12Upgrade to tmda-0.65:kim3-8/+10
What's new? * New feature: A new header called ``X-Primary-Address'' is now supported in order to reduce the amount of thinking and planning ahead you need to do when sending mail to a new correspondent who may or may not use a challenge/response system like TMDA. Essentially, this header allows a sender to specify the address he prefers be whitelisted once he confirms his first message. For more information, see the following URLs: <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH> <URL:http://tmda.net/faq.cgi?req=show&file=faq04.005.htp> * New feature. You can customize the header lines displayed by tmda-pending in interactive mode by setting SUMMARY_HEADERS. See <URL:http://tmda.net/config-vars.html#SUMMARY_HEADERS> for more information. * New version of Josh Huber's tmda.el. * Bugfixes. Here are the new additions to UPGRADE: * If you are using customized templates, you should replace %(envelope_sender)s with %(confirm_append_address)s in your confirm_request.txt. This is to support the new <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH> feature. * When doing program deliveries to procmail, you should no longer be using the ``-f'' option. e.g, DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda" becomes DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda" * contrib/sample.tmdarc has been renamed contrib/sample.config.
2002-12-11Fix build problem with latest version of "imap-uw" package.tron2-1/+19
2002-12-11Update "imap-uw" package to version 2002.1rc1 (0212051126 snapshot oftron10-98/+178
version 2002a). This version fixes a buffer overflow described in Cert Vulnerability Note VU#961489.
2002-12-10Make use of mk/emacs.mk to prevent emacs-conflicts as seen in Hubertsjschauma1-15/+6
latest bulk-build.
2002-12-09Replace "true" by "${TRUE}".tron4-12/+12
2002-12-09Update to exim-html-4.10. Provied by dawszy at arhea.net in pkg/19231.ad3-6/+11
2002-12-09Update top exim-4.10. Guts provided by dawszy at arhea.net in pkg/19230,ad6-13/+54
with some additions by me. Those running exim are advised to update. Highlights from ChangeLog 1. Added HAVE_SA_LEN=YES to the OS/Makefile-Darwin file. 3. The code for computing load averages was broken in 64-bit Solaris. 10. Tidies to code for calls to fork(); some failures not logged. 26. Fixed some problems with retrying address errors in remote deliveries. Local changes (will make next release): Undo the OS/Makefile-NetBSD split that made it into the main tree. This causes all manner of breakage.
2002-12-09Add and enable nail.cjep1-1/+2
2002-12-09Initial import of nail 10.3 into the NetBSD packages collection ascjep8-0/+103
mail/nail. Nail is a mail user agent derived from Berkeley Mail 8.1. It is intended to provide the functionality of the POSIX.2 mailx command with built-in support for MIME messages. This means it can handle international character sets as well as attachments. In recent system environments, nail is Unicode/UTF-8 capable. It further contains some minor enhancements like the ability to set a "From:" Address. Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
2002-12-09Add and enable imapproxyrh1-1/+2
2002-12-09Initial import of imapproxy-1.0, a simple connection caching IMAP proxy.rh5-0/+58
2002-12-09Make this compile on Darwin.rh3-14/+21
2002-12-08Update cyrus-imapd to 2.1.11.chris4-28/+26
This includes the fix for the recent buffer overflow. Note that IPv6 patch doesn't work, I've not had the time to look into this, but felt that being a security fix I should get the update done. Also note that if you define CYRUS_DB_RECOMMENDED in your build environment it will build using the cyrus mailing list recommended defaults for the database settings.
2002-12-08Update sylpheed-claws to 0.8.6.chris3-28/+404
Use Apache 2 mime.types file. Make the differences between the sylpheed and sylpheed-claws Makefile as minimal as possible. Note that we now use gdk-pixbuf, rather than imlib. Smoke tested only, IE it works with my cyrus imap server enough to read and send mail.
2002-12-08Include buildlink.mk file for x11/gnome-libs instead of DEPENDS.salo1-3/+2
2002-12-07Add and enable isync.cjep1-1/+2
2002-12-07Initial import of isync 0.8 into the NetBSD packages collection ascjep9-0/+106
mail/isync. isync is a command line utility for synchronizing a remote IMAP mailbox with a local maildir-style mailbox. This is useful for working in disconnected mode, such as on a laptop. Modifications made locally and remotely are synchronized so that no message status flags are lost. Supplied by Ceri Storey in PR#19314. Thanks!
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-12-06Update cyrus-imapd to 2.0.17. Main changes are:chris3-10/+10
Fixed some potential buffer overflows in the sieve code, as well as a pre-login buffer overflow in the IMAP parsing code. Backport of a fix for an (unrelated) problem with the strlcpy implementation.
2002-12-03Fix mutt(1) manpage so paths in the FILES section appear properlyjmmv5-5/+65
(/etc -> PKG_SYSCONFDIR and /usr/local -> PREFIX). Also remove references to the mutt_dotlock program and do not install its manpage because it does not get installed. Bump PKGREVISION to 3. Approved by tron, the maintainer.
2002-12-03Updated squirrelmail to 1.2.10martti3-6/+18
* multiple session issues resolved * many updated translations * a number of other bugs fixed
2002-12-02Use PKGNAME_NOREV for WRKSRC.wiz1-2/+2
2002-12-02correct dyslexic brace: ${ECHO{ => ${ECHO}dogcow1-2/+2
2002-12-01Update to version 0.8.4.seb3-33/+30
Package Changes: update MASTER_SITES and HOMEPAGE. Changes since previous version packaged: Version 0.8.4 - 9 November 2002 ------------------------------- - Improvements/corrections on networking. - Major bug fix related to rcopy/rmove. Version 0.8.3 - 1 October 2002 ------------------------------ - Bug fix/feature enhancement concerning the server announcing and closing the connection immediately. - Stale lockfile removed automatically. - Many other small improvements (variable and compilation option added, etc.). Version 0.8.2 - 31 July 2002 ---------------------------- - Bug fix concerning the namespace of user's mailboxes. Version 0.8.1 - 29 July 2002 ---------------------------- - Major bug fix concerning SSL/TLS and rcopy/rmove. - Small bug fix related to removing of the lock file. Version 0.8 - 27 July 2002 -------------------------- - Copy/move messages between different mail accounts (IMAP mail servers) support. - Message flags can be changed. - Capability to encrypt the accounts' passwords and store them securely in the filesystem, using the integrated interactive password editor to manage them. - Passwords may be supplied interactively. - Daemon mode in which the program polls repeatedly in a specified interval. - Locking in order to prevent concurrent running instances. - Variables to control direct expunging of mail and subscribing of newly created mailboxes. Version 0.7.3 - 17 June 2002 ---------------------------- - Bug fix related to communication with some mail servers.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo15-118/+85
2002-11-30Because of PKGREVISION, PKGNAME is now sendmail-8.8.8nb1, so we can't usebouyer1-2/+2
${PKGNAME} for WORKDIR.
2002-11-30USE_PKGLOCALEDIR.grant4-36/+8
2002-11-27Change location of mutt examples, so they are installed under thejmmv5-39/+92
standard directory share/examples/mutt instead of beeing in share/doc/mutt/samples. Provide a compatibility symlink. Also avoid direct installation of files under PKG_SYSCONFDIR. Instead force mutt to install them inside the examples directory and let bsd.pkg.install.mk copy them to the right place. Bump PKGREVISION to 2. Approved by tron (the maintainer) and wiz.
2002-11-27Add/enable rmail-mime.jschauma1-1/+2
2002-11-27Initial import of rmail-mime.jschauma4-0/+45
RMAIL-MIME is a module to provide MIME features to RMAIL. RMAIL is an Emacs subsystem for reading and disposing of mail that you receive. (One more for the emacs-packages meta package :)
2002-11-26NetBSD tag.cjep3-0/+3
2002-11-26- Added support for LDAP (provided by Ron Roskens in PR#19173, minor pathmartti1-23/+40
fixes by me) - Sorted POSTFIX_USE_xxx options
2002-11-24Update makefile to use CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE.chris1-1/+3
This is needed so fetchmail properly detects shark and cats as arm boxen. Note it does mean that we now give warnings about missing, but there's no glue in mk/bsd.pkg.mk to link the gnu-config/missing into a package. Maybe there should be. Tested on shark, cats and i386.
2002-11-24Updated postfix to 1.1.12martti2-6/+5
- The garbage in "user@garbage"@domain address forms may cause the SMTP or LMTP client to terminate with a fatal error exit because garbage/tcp is not an existing service. This cannot be abused to cause the SMTP or LMTP client to send data into unauthorized ports.