summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam15-37/+37
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Change foo-* dependencies into foo-[0-9]* dependencies so we match onlyjlam3-11/+11
those packages with a base package name of "foo".
2001-09-27Whitespace changes.jlam1-12/+12
2001-09-27Note addition of mail/p5-Mail-Audit.jlam1-1/+2
2001-09-27p5-Mail-Audit - perl5 module for filtering mailjlam4-0/+32
`Mail::Audit' was inspired by Tom Christiansen's audit_mail and deliverlib programs. It allows a piece of email to be logged, examined, accepted into a mailbox, filtered, resent elsewhere, rejected, and so on. It's designed to allow you to easily create filter programs to stick in a .forward file or similar. Provided in pkg/13848 by Sen Nagata <sen@eccosys.com>.
2001-09-27Note addition of mail/p5-Mail-ListDetector.jlam1-1/+2
2001-09-27p5-Mail-ListDetector - perl5 module to detect whether a message is from ajlam4-0/+34
mailing list This module analyzses Mail::Internet objects. It returns a Mail::ListDetector::List object representing the mailing list. The RFC2369 mailing list detector is also capable of matching some Mailman and Ezmlm messages. It is deliberately checked last to allow the more specific Mailman and Ezmlm parsing to happen first, and more accurately identify the type of mailing list involved. Provided in pkg/13847 by Sen Nagata <sen@eccosys.com>.
2001-09-27Note addition of mail/p5-Email-Valid.jlam1-1/+2
2001-09-27mail/p5-Email-Valid: This module determines whether an email address isjlam4-0/+27
well-formed, and optionally, whether a mail host exists for the domain. Provided in pkg/13844 by Sen Nagata <sen@eccosys.com>.
2001-09-27Use a wildcard dependency instead of hard-coding just p5-Net-1.0703.jlam1-2/+2
2001-09-26Add our LDFLAGS to the link command so that -lintl can be resolved to thejlam2-3/+4
correct library at link-time and at run-time. Also, mark this package as USE_BUILDLINK_ONLY. This fixes the problem noted in pkg/13901 by Tim Preston <tim@flibble.org>.
2001-09-25Use PERL5_PACKLIST and remove LICENSE restriction.skrll2-36/+7
2001-09-25Make packages@ the maintainer of this packageskrll1-2/+2
2001-09-25Update "evolution" package to version 0.13. Changes since version 0.12:tron5-101/+358
Global: - New startup assistant to create mail accounts, import mail and set your timezone. (Iain, Taylor) - Improved the appearance and behavior of the clickable title bar and the folder tree. (Ettore) - "Stock" folders such as Inbox have their names translated now and cannot be removed. (Ettore) - Moved the Summary (formerly known as "My Evolution") to be a normal node instead of being the toplevel node. (Ettore) - Fixed some problems with copying, moving and removing folderes. (Jason) - Fixed the handling of documentation files in the Help menu. It now integrates nicely with Nautilus and Scrollkeeper. (Aaron, Kjartan) - Implemented the `File -> New' menu. (Ettore) - Improved error messages on start-up. (Ettore) - Fixed various crashes and minor bugs. (Ettore, Jason) - Various UI tweaks and improvements. (Anna, Tuomas, Jakub) Mail: - Fixed creating IMAP folders. (Jeff) - Add a shortcut to the INBOX of IMAP or spool stores when their accounts are first created. (Peter) - Fixed Crash on Exit bugs. (Jeff) - Many more i18n fixes. (Zbigniew Chyla, Jeff and others) - Subscribe dialog UI tweaks. (Peter, Anna) - Displaying PGP signed messages now shows icons. (Jeff) - Sensitize menu items based on number of selected messages. (Peter) - Always-sign options for PGP. (Jeff) - Fixed keep-on-server for POP servers that don't support UIDL. (Jeff) - Several IMAP fixes. (Peter, Jeff, Danw) - Fix crash after conversion of an empty folder to another format. (Peter) - Ibex now limits its file descriptor usage. (Michael) - When deleting an account, remove the shortcuts that point to it. (Peter) - Several IMAP fixes. (Peter, Jeff, Danw) - Miscellaneous bugfixes all around. (Peter, Jeff, Danw, Michael, others) Calendar & Tasks: - Calendar no longer crashes when you scroll a busy month view (Federico). - Performance improvements throughout (Damon). - Improved search bar; now handles categories. (Jon, Federico) - The date navigator now reflects the results of the search bar. (Federico) - An empty task is no longer added when you have selected a category. (Federico) - Internationalization fixes (Zbigniew). - Timezone fixes (Damon). - Time transparency and component classification support (Damon). - Folder bar now displays the selected time range (Damon). - Improved settings dialog (Anna, Damon, Federico). - iTIP/iMIP fixes for attendees, cancellation. (JP). - Category icon drawing fixes. (Rodrigo) - Alarm fixes. (Federico) - Calendar components can be saved independently. (JP) - New icons. (Tuomas) - Contacts support. (Damon) - You can double-click on appointments to edit them. (Damon) - Share more code between the backends. (Rodrigo) - Miscellaneous fixes all over the place. (Damon, JP, Rodrigo, Federico) Addressbook: - Various fixes. (Anna Dirks, Dan Winship, Jason Leach, Jos Dehaes, Kjartan Maraas, Lahey, Nat Friedman, Radek Doulik, Toshok, Trow) - Made addressbook menus match the right click menus. (Lahey) - Made addressbook use camel for building email addresses. (Trow) - Fixed up phone number matching to not cause errors. (Lahey) - Made the alphabet bar change the current search. (Lahey) - Made duplicate contact matching less sensitive. (Lahey) - Changed advanced search to match behavior in mailer. (Toshok) - Redesigned LDAP server dialog. (Anna Dirks) - Work on addressbook authentication. (Toshok) - Changes to EDestination. (Trow) - Magic comma work. (Trow) - Redesigned ESelectNames dialog. (Anna Dirks) - Made LDAP changes appear in gui immediately if they're made by the local client. (Toshok) - Made ECard hold a link to its original EBook. (Lahey, Trow) - Adapted for new ESearchBar. (Federico, Trow) - Added the ability to create cards from anywhere in evolution. (Lahey) - Made searches for completion not use invalid cached data. (Trow) - Encode strings typed in by the user for use in sexps. (Toshok) - Made EContactEditor make the save button active more often. (Toshok) - Made ESelectNames handle LDAP storages. (Toshok) - Added full country list to addressbook full address editor. (Lahey) - Added the contact count to the folder bar. (Lahey) - Updated icons. (Damon, Ettore) - Worked on addressbook conduit. (JP) - Made ESelectNames only show names on the left that aren't on the right. (Trow) - Fixed up minicard dragging. (Toshok) My Evolution: - Miscellaneous fixes all over the place. (iain) - New icons. (Tuomas and Jakub) - Works for people whos text colour was a light colour. (iain)
2001-09-24libibex needs to be linked without -static, because it's pulled in wholesalemycroft3-2/+21
into other shared libraries. XXX There should probably be a libibex-static (a la libeutil-static) for linking into evolution-mail, but someone else can change that.
2001-09-23Update fetchmail{conf} to 5.9.0 and apply patch provided in pr 14031frueauf4-7/+66
by Xavier HUMBERT <xavier@xavhome.fr.eu.org>.
2001-09-22Create an empty dir (${PREFIX}/share/empty) for the daemon to chroot to.wiz2-2/+13
Bump to 0.4.9.4nb1.
2001-09-21Patch integer-to-decimal conversion problem which turns up withsommerfeld3-2/+27
scan -format "%(clock{date})" This is a time_t > 1e9 problem.
2001-09-21Update "mutt-devel" package to lastest development version 1.3.21.tron3-8/+8
This version fixes several bugs found in 1.3.19 and 1.3.20.
2001-09-20upgrade to 20010917. PGP fixes (IIRC).itojun2-6/+6
2001-09-19Update tnef to 1.1.1. A strdup bug was fixed in this version. Also,rh2-22/+7
the man page was moved to section 1 making some tweaks in the package Makefile no longer necessary.
2001-09-18Add files missed in last commit.skrll2-0/+39
2001-09-18Update to version 2.0.16skrll13-124/+172
Changes to numerous to mention see the changes.html file.
2001-09-17Update mew to 2.0.54jun2-5/+5
Mew 2.0.54 (2001/09/17) mew-dist release * Defining mew-warning-field-level. * Bug fixes for mew-pop-info-name and mew-smtp-info-name. * completion-ignore-case hack in draft for mouse clicking. * Highlighting a body when reediting. * Re-writing mew-summary-sort. * C-u# now asks a printer name. * A bug fix for mew-header-fold-region. * Removing the last "," of enum in pattern.c. * The "-f" option for "test" instead of the "-e" otpion in Makefile.
2001-09-16add & enable ezmlmzuntum1-1/+2
2001-09-16Initial import of ezmlm-0.53zuntum4-0/+85
ezmlm is an easy-to-use, high-speed mailing list manager for qmail. ezmlm lets users set up their own mailing lists within qmail's address hierarchy. A user, Joe, types ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net and instantly has a functioning mailing list, joe-sos@isp.net, with all relevant information stored in a new ~/SOS directory. ezmlm takes advantage of qmail's VERPs to reliably determine the recipient address and message number for every incoming bounce message. ezmlm is reliable, even in the face of system crashes. It writes each new subscription and each new message safely to disk before it reports success to qmail. ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into memory. ezmlm hashes the subscription list into a set of independent files so that it can handle subscription requests quickly. ezmlm uses qmail for blazingly fast parallel SMTP deliveries. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890
2001-09-16add & enable fastforwardzuntum1-1/+2
2001-09-16Initial import of fastforward-0.51zuntum6-0/+90
fastforward handles qmail forwarding according to a cdb database. It can create forwarding databases from a sendmail-style /etc/aliases or from user-oriented virtual-domain tables. fastforward supports external mailing lists, stored in a binary format for fast access. It has a tool to convert sendmail-style include files into binary lists. Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13889
2001-09-16add & enable qmailanalogzuntum1-1/+2
2001-09-16Initial import of qmailanalog-0.70zuntum5-0/+91
qmailanalog is a collection of tools to help you analyze qmail's activity record. It supplies statistics to answer a wide variety of questions: overall: how many messages? recipients? attempts? etc. ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%? rxdelay: what's the best order of recipients for mailing lists? recipients, rhosts: who's getting mail? bytes? messages? attempts? successes, failures, deferrals: why? how often? how much delay? senders, suids: messages? bytes? load? recipients? attempts? delay? qmailanalog also includes several tools to focus attention on particular senders, recipients, or messages. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13891
2001-09-16add & enable dot-forwardzuntum1-1/+2
2001-09-16Initial import of dot-forward-0.71zuntum4-0/+41
dot-forward reads sendmail's .forward files under qmail. You can run it in the qmail startup script to support all your existing .forward files automatically. Individual users can switch to the .qmail mechanism at their leisure. dot-forward supports forwarding, program deliveries, and comments. It does not support file deliveries or :include:. (However, it recognizes file delivery attempts, and defers delivery to give you a chance to set up a .qmail file.) Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891
2001-09-14libcompface.*, not libcompfaces.*jlam1-2/+2
2001-09-14Correct the version number for the faces dependency (there was no 1.1.6,jlam1-2/+2
only 1.6.1).
2001-09-14Add buildlink.mk file for use by other package Makefiles.jlam1-0/+34
2001-09-12Update mew to 2.0.53jun2-5/+5
Mew 2.0.53 (2001/09/10) mew-dist release * mewls bug fix for sort. KAMEI Ken-ichi <mule@pluto.dti.ne.jp> * Sort and pack doesn't call mew-scan. Just arrange Summary cache. * Preserving all marks when scanning. * Enhancing thread architecture. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Defining mew-input-language-name. * A bug fix for mew-input-address. * Removing unnecessary code from mew-summary-sort. Tatsuya Kinoshita <tats@iris.ne.jp>
2001-09-12Use common just-in-time su code from bsd.pkg.mk, rather than homegrownagc1-24/+3
one.
2001-09-11Update to 0.4.9.4. Changes since 0.4.9.2:wiz3-14/+14
Parts of the daemon code are now run in a chroot jail. qmail-style ~/Mailbox support was added. The inetd vs. standalone mode setting has been made runtime configurable. A bug resulting in incorrect failure reason being logged, and a bug which could result in mailbox corruption (glued messages) have been fixed.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc5-10/+11
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Update smtpfeed to 1.15.taca2-5/+5
1.15: Aug.26,2001: dns.c: avoid DNS query synchronization when no queries are sent in case a LMTP connection is used for multiple transaction. lmtp.c: some messages in setproctitle() are changed. main.c: logging peer-name for use with inetd (LMTP over TCP) README: some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF feature by default which supplied from 3.xW patch for sendmail. So you do not need the patch any more if you do not use extensions in sendmail.cf description offered by the patch. 1.14: Aug.15,2001: smtp.c: changes on some timeout values work around for bogus mail gateway to mobile phone... fix on NULL pointer access which causes unterminating process with proctitle like: "smtpfeed: 550% delivered" reported by Hisaaki Shibata <shibata@luky.org> fixed by Anatoly A. Orehovsky <tolik@asplinux.ru> do not rewrite envelope sender using the following rule when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp> log.c: increase retry counter value common.h, address.c, smtp.c, extern.h, main.c, util.c: support par domain recipient number setting with file suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
2001-09-09Enable wide patch and make this package sendmail-8.11.6nb1.taca2-6/+8
Please look at ${WRKSRC}/sendmail/00READ_ME.WIDE file created by sendmail8.11.6+3.4W.patch.gz for detail of the patch.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam3-4/+5
individual package Makefiles.
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-05Update mew to 2.0.52jun2-5/+5
Mew 2.0.52 (2001/09/05) mew-dist release * "I" inserted a line in a underline overlay. So, underline was put onto two lines. This bug has been fixed. * A bug fix for mew-alias-expand-addrs. * A bug fix for mew-input-address. * Bug fixes for "(" and ")" again. NINOMIYA Hideyuki <nin@shikoku.ne.jp> * The "-a" option for contrib/incdir. Yasunari Momoi <momo@bug.org> "YAMAZAKI Noriyuki" <zaki@data-hotel.net> * A patch for contrib/mew-fancy-summary.el. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Some defcustom hack. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
2001-09-02Update to 0.4.9.2. Changes: Improved logging, optional libwrap supportwiz6-35/+24
(not enabled). Source code was cleaned for SUSv2 correctness.
2001-09-01Update mew to 2.0.51jun2-5/+5
Mew 2.0.51 (2001/08/31) mew-dist release * Info updates. * Some defcustom hack. * Binary parts of a truncated message should not be decoded. * Now "Too large, truncated" message is displayed in the minibuffer. * Check the size from X-Mew-Uidl: carefully. * Addrbook now can contain group:; notation. It can be expand unless it recurses. * mew-summary-ls calles mew-mark-clean only when called interactively. * C-cC-o inserts X-Mailer: in the last. * Ask Subject: before "Really send this message? ". * 't' in mew-scan-form now means the position of thread indentation. * X-Mailer: now locates just above mew-header-separator. * insert-file-contents changes buffer-file-coding-system. "," is sacrificed and lpr-buffer goes wrong. mew-insert-message now preserves buffer-file-coding-system. * Workaround for a broken POP server which doesn't display UID after a message number. * X-Mailer: for Bcc:. * Bug fixes for mew-case-guess-when-composed. * Bug fixes for "(" and ")".
2001-08-31Update teapop to 0.3.2; also drop maintainership as I no longer usezuntum3-10/+10
this software Changes: 0.3.2 - A chdir-call got replaced with a chroot()-call which could cause problems trying to open mailboxes. + Support for removing stale dotlock-files. + Support for fcntl()-locking. (Based on patch from: Nick Phillips <nwp@lemon-computing.com>) ! Improved socket cleanup when exiting in standalone mode. (Patch by: Ross West) - Removed extra newline at end of UIDL when using existing UIDLs from message. (Patch by: Ross West) + Support for using more then one locking type. (Based on idea from: Nick Phillips <nwp@lemon-computing.com>) - An off-by-one error would cause Teapop to put a control character in the wrong place for lines longer then 1023 characters in a mailbox. (Problem reported by: Leon Harris <leon@quoll.com>) - If the mailbox didn't contain a linefeed at the last line, it could get lost. (Problem reported by: Den Ivanov <div@primpogoda.ru>) + Support for lockf()-locking. + Added a flock() wrapper for lockf() for system missing a native flock(). ! A bit more sane default flags for MySQL-authentication. (Based on patch from: Ross West)
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam2-3/+4
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron3-7/+6
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.