summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2000-03-14Upgrade mutt-current to 1.1.9i. This version contains mostly bugfixes overpooka3-16/+17
the previous version and is a release candidate for mutt-1.2
2000-03-13Depend on "gnome-libs" 1.0.56 or newer so that dependence on "glib"tron1-3/+2
is no longer necessary.
2000-03-13Update "spruce" package to version 0.5.17 and use "pth" (via "glib") insteadtron5-20/+11
of "ptl2" package for thread support. Changes since version 0.5.12: - Took out file locks since that seemed to cause more problems than good - Got printing working (sorta) - Fixed a bug that corrupted some base64 file attachments (my end-boundary check wasn't quite right) - Added Catalan language support - Improved pop3io thanks to a small patch - The "MAIL FROM" and "RCPT TO" SMTP commands now use <>'s around the addresses since it is accepted on all known SMTP servers (and is stated as acceptable arguments in RFC 821) - Fixed an annoyance that forced you to restart spruce after creating a new mailbox before you could view it's contents - Added right-click menu in the mime-parts clist at the bottom of the preview pane - Selecting Mime->Display should no longer segfault when a message is not selected (or when no messages to select) - Added regex and shell wildcard support to the mail filters - Made it auto-guess your name and email address based on user account information - Added a confirmation dialog for deleting mailboxes - Added IMAP mailbox listing support (so you can hopefully see more than just your INBOX) - Fixed a bug that allowed a user to not specify a From or a To field, thus causing a segfault. - Fixed attachments - Fixed "sender" - Fixed it so that spruce should never go beyond the end of the header information to obtain fields like "Reply-To:" or "Date:" for example (shouldn't have been too much of a problem before but it fumbled for me once so that's not good ;-) - Fixed the filter bug that caused strange things to happen when you deleted the last filter rule - other minor fixes - Added Reply-To-All functionality - I believe I have fixed the segfault causing pthread bug - Added support to save window pane sizes - Added support to save sorting preferences - Improved on the date sorting - Fixed various minor bugs - Fixed some IMAPv4r1 issues, seems to be working a little better now. - Added most of the support for GNU Privacy Guard by using an alpha lib Privacy Guard Glue. For GPG support, you must now use the --enable-gpg configure flag (./configure --enable-gpg) For reference, I'm currently using Pgg-20000116 and as the author of Pgg states, new versions are unlikely to be compatable so be warned that you may need to have the same Pgg lib that I have. I will be maintaining a file specifying which version of Pgg you need to use it with Spruce. - Fixed the segfault/corruption bug caused when a user deleted a message from a mbox spool - Various code speedups/cleanups
2000-03-12Use "yacc" for YACC on NetBSD systems (rather than "bison -y").fredb1-2/+2
2000-03-10Add HOMEPAGE and change ${LOCALBASE}/cyrus to ${PREFIX}/cyrus.jlam1-2/+3
2000-03-09correct checksum.itojun1-2/+2
2000-03-09upgrade to 5.3.2. (see mail/fetchmail for changelog)itojun1-2/+2
2000-03-09Upgrade from 5.3.0 to 5.3.2. includes important IPv6 fixitojun5-35/+6
(if you have IPv4-only sendmail on dual stack node, 5.3.0 may fail to connect). --- fetchmail-5.3.2 (Mon Mar 6 21:41:23 EST 2000), 18695 lines: * Added experimental support for RFC2177 IDLE command extension of IMAP. * Updated fr.po. * Fixed a bug in fetchmailconf's handling of envelope skip prefixes. * Don't nuke .fetchids when authorization failure keeps us from getting URLs. * Added FAQ item X6 on dropped and mangled attachments, thanks to Rob Funk. * Teach configure.in to link the RSA reference library if available. * Disable saving of Message-IDs into UIDL lists. fetchmail-5.3.1 (Sun Mar 5 23:02:42 EST 2000), 18648 lines: * Use remotename@hostname for MAIL FROM if we have not been able to deduce a Return-Path. * Fix the attempted fix for Joop Susan's ENOTCONN bug. * Added FAQ material on a Microsoft Exchange bug, on forwarding to a different host than the one fetchmail runs on, and on using ssh for a secure passwordless connection. Removed the FAQ entry on popclient. * Jun-ichiro itojun Hagino <itojun@iijlab.net> sent a fix for IPv6. * Fix Red Hat 6.2beta bug 9982: fetchmailconf now automatically pups up an edit panel whenever a new user or site is created. * Fix Red Hat 6.2beta bug 9987: Deal gracefully with the possibility that we might be running as a subprocess with stdin not attached to a tty, and thus unable to query for a password. * Resolved all current Debian bugs classed `important'; #43139, #44744, #44760, #44774, #43140, #50990. * Resolved Debian ordinary bugs #17769, #34383, #38303, #39732, #51674, #53386, #53732, #58553. * Resolved Debian wishlist bug #26630. * Resolution of #59281 (still loops on Ctrl-C) involved a small change in behavior; SIGPIPE now terminates the current poll cycle.
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-07Reapply my changes from revision 1.20kim1-3/+3
2000-03-06added missing fileswulf1-2/+8
2000-03-06added support for pgp5 and gpgwulf2-3/+15
2000-03-06fixed and added support for pgp, pgp5, gpgwulf1-2/+4
2000-03-06cleanout redundant codewulf1-17/+3
2000-03-05Recognize LANG=iso_8859_1 as mime charset ISO-8859-1.kim1-0/+2
2000-03-05Fix a minor permission problem.kim1-4/+8
2000-03-04Update fetchmail and fetchmailconf to 5.3.0.wiz6-9/+25
Changes since 5.2.4: fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines: * Horst von Brand's improvements to the specfile generator. * Joop Susan's improvements in error status reporting. * Only emit progress dots when stdout is connected to a tty. * Fix for GNATS bug 16468, "INET6 breaks fetchmail preconnect" by Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>. * Lexical analyzer now understands that -?[0-9]*[a-zA-Z] is not a number. fetchmail-5.2.8 (Mon Feb 14 19:16:46 EST 2000), 18571 lines: * Attempted fix for Joop Susan's ENOTCONN bug. * Fix for NO response during SIZE fetches for M$ Exchange IMAP server. * Thomas Zajic <zlatko@gmx.at> sent a change that copes with GMX X-UIDLs. * Fix fetchmailconf's handling of ssl attributes when SSL is not configured. * Handle IMAP folder names with embedded spaces. * cs.po update from Jiri Pavlovsky. * Make -d0 -v work when -a and -k are on. * UID handling has been broken since 5.2.5. This version should work. Thanks to Bruce Hauge <bruce_hauge@agilent.com> for testing. fetchmail-5.2.7 (Sun Feb 6 20:45:41 EST 2000), 18517 lines: * Updated FAQ. * Updated es.po. * Disable mail notification on server unreachable. This turned out to be a very bad idea. fetchmail-5.2.6 (Sat Feb 5 00:01:53 EST 2000), 18517 lines: * Close down sockets using shutdown(2) and discarding read data until we get a TCP FIN. With any luck this will squash our socket leak. * Open the lockfile with O_SYNC, so we know the file has been written before close (sigh...NFS might still betray us...). * Added Martijn Lievaart's sendmail hacks for multidrop to the contrib directory. * Fix bug in processing of plugout option. * AIX port tweak from Dave Marquardt <marquard@austin.ibm.com>. * Add support for `ssh' preauth type to suppress password prompts at startup. * Support for RFC2449 extended POP3 responses [IN-USE] and [LOGIN-DELAY]. * Log bounced messages via syslog (Debian bug #50184). * Add scrollbars on fetchmailconf help windows (Debian bug #51770). * Notify user by mail when pop server nonexistent (Debian bug #47143). * Debian buglist cleanup. fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines: * Fixed bugs in BSMTP generation reported by Jaap Lutz. * Make fetchmailconf better at handling backslashes in usernames and passwords. * Jochen Hayek's patch to handle spaces in UID usernames.
2000-03-04Add & enable mutt-currentpooka1-2/+3
2000-03-04Import mutt-1.1.7i, the developer release of the mutt mailer. It is notpooka5-0/+290
guaranteed to be stable, but contains some new features. They can be found in the distribution file NEWS. Be sure also to read README.UPGRADE
2000-03-02Add a mirror to the MASTER_SITES for better reachability.kim1-5/+6
2000-03-02Fix version dependencies (new nmh).kim1-3/+3
2000-03-02Fixes:kim7-73/+96
- added missing checksum for the distribution file - put back GCOS_HACK define (it was removed from patch-cb) - do not include mhn.defaults in the PLIST to keep protecting it from upgrades in case it has local modifications - install mhn.defaults.dist from the "files" directory instead of using a dynamically generated one (this was the intention always) - mhn.defaults and mts.conf get installed if they don't exist; new users do not have to worry about copying *.dist files now - added comments about the configuration file philosophy in Makefile
2000-03-02Remove .old files, pointed out by Kimmo.hubertf1-27/+3
2000-03-02Update to V1.0.3, per request of our security officers:hubertf11-189/+102
Versions prior to 1.0.3 of the nmh package contained a vulnerability where incoming mail messages with carefully designed MIME headers could cause nmh's mhshow command to execute arbitrary shell code. See the changelog for another 372 lines of changes.
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-19/+3
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-22defuzz. patch is otherwise the samedmcmahill2-8/+6
2000-02-15Use USE_PERL5, not DEPENDS.ad1-2/+2
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc2-7/+7
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-02-13Add USE_PERL=YES. Closes PR pkg/9048. Also, de-fuzz patches.fredb4-13/+17
2000-02-13Avoid CVS lossage caused by RCS Ids in patches.tron2-21/+3
2000-02-13Add and enable "sendmail88" package.tron1-1/+2
2000-02-13Initial import of "sendmail88" package:tron42-0/+1130
The well known Mail Transport Agent This package replaces the "sendmail" 8.8.8 distribution in the main source tree.
2000-02-10Add and enable p5-Mail-IMAPClientrh1-1/+2
2000-02-10Initial import of Mail-IMAPClient-1.07, a perl5 IMAP (RFC-2060) clientrh5-0/+46
module.
2000-02-09Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".tron1-2/+2
2000-02-09Fix think in revision 1.39 which broke "ncurses" dependence on NetBSD.tron1-2/+4
2000-02-05fixed RCS tagwiz1-1/+1
2000-02-05whitespace fixwiz1-3/+3
2000-02-05$() -> ${}wiz1-6/+6
2000-02-04Use "ptl2" instead of "mit-pthreads" to make this work on a.out systems.tron3-25/+27
2000-02-04Ooops, forgot to update package list.tron1-1/+7
2000-02-03Update "spruce" package to version 0.5.14. Changes since version 0.5.9:tron2-6/+8
o Fixed some IMAPv4r1 issues, seems to be working a little better now. o Added most of the support for GNU Privacy Guard by using an alpha lib Privacy Guard Glue. For GPG support, you must now use the --enable-gpg configure flag (./configure --enable-gpg) For reference, I'm currently using Pgg-20000116 and as the author of Pgg states, new versions are unlikely to be compatable so be warned that you may need to have the same Pgg lib that I have. I will be maintaining a file specifying which version of Pgg you need to use it with Spruce. o Fixed the segfault/corruption bug caused when a user deleted a message from a mbox spool o Various code speedups/cleanups o Added some simple multithreading (spruce now requires POSIX threads) o fixed some segfault-causing assertion errors o Added the ability to set customized word-wrap length o Fixed a bug which led to a incorrectly formatted date in the header if you had set the locale to some other language. o Added IMAP cram-md5 (oops, had it commented out before) o Due to popular demand, I have added blind carbon-copy functionality o Fixed a segfault bug in the address book o Added more NLS files o You can now select multiple addresses in the address book o You can choose to have spruce prepend every subject with a "Re: " (or a "Fw: " - depending on the situation) or you can choose to have spruce only prepend those if they are not already in the subject prior to clicking reply/forward buttons o Finished adding mbox support (hopefully no bugs ;-) o Added more command-line arguments and updated the manual page to reflect these changes o Added support for encrypted connections for POP and IMAP thanks to a patch by Erik Forsberg o Added a manual page o Fixed one last SMTP bug that wouldn't allow a few users to send mail. o Added French, Italian, German, Spanish, and Portuguese NLS support (I wrote a perl script called makepo.pl in /po directory. These languages may not be 100% correct) o You may now use Fetchmail to retrieve messages rather than Spruce's internal Pop3 code. o sped up some of the parsers o various code cleanups
2000-01-31List me as maintainer of this package.tron1-2/+2
2000-01-28Only DEPEND on ncurses in NetBSD - standard Solaris curses works fine.agc1-2/+5
2000-01-24Upgrade to version 4.11 of grepmail, an mbox formatted file searchagc3-13/+18
utility. Install both versions, as grepmail-quick and grepmail-full, and create a symlink to grepmail-full called grepmail. New in version 4.11: - Fixed a bug where an ASCII file would not be recognized as a mailbox when the first couple emails did not have a "From:" line. (Thanks to Jeff Flowers <jeff.flowers@npl.co.uk>) - Added standard Perl testing. New in version 4.1: - Stripped auto-perl execution code, since it never works on all platforms. (Installation instructions modified to require the user to fix the #! line.) - Minor changes to allow grepmail to run without -w complaints. New in version 4.0: - Fixed a bug where shell characters needed to be escaped for compressed files. (Bug found by Richard Clamp <richardc@tw2.com> - Added #!/bin/sh as first line to make the rest compatible with csh/tcsh users. (Bug found by Ed Arnold <era@ucar.edu>) New in version 3.9: - Took out specialization engine because there wasn't enough support to program in that style. - Offering 2 main versions now -- Date::Manip and Date::Parse - Added -R option, which causes grepmail to recurse any directories encountered. (Thanks to Emil Tiller <etiller@asc.corp.mot.com> for the initial code.) - Fixed a small bug that would cause some attachments not to be identified.
2000-01-24backout previous two commit. fetchmailconf was built separately.itojun1-3/+1
(sorry I should have noticed)
2000-01-24one more lossage fix.itojun1-1/+2
2000-01-24add lossage from PLIST (fetchmailconf.1)itojun1-1/+2
2000-01-23Use a softlink for "fetchmailconf.1" so that this works properly withtron2-6/+4
"${MANZ}" and we don't need "@exec" and "@unexec" commands.
2000-01-21Add and enable "fetchmailconf".fredb1-1/+2