summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
1999-03-29Patch by Greg A. Woods to use "autoconf" to reconfigure "configure"tron1-2/+7
because "configure.in" gets patched. Fixes PR pkg/7263 by Paul Dokas.
1999-03-20Update "wmmail" package for version 0.51.2 of "windowmaker" package.tron2-5/+5
1999-03-12Initial import for fromto-1.5, a sendmail logfile viewer.bad5-0/+31
1999-03-11s/WWMail/WMMail/, per PR 7128 by Thilo.Manske@HEH.Uni-Oldenburg.DE.hubertf2-4/+4
1999-03-08Fix a long-standing annoyance where MH (and nmh) insists that parts ofkim2-0/+32
type message/* should be encoded in 7bit only. Modern mailers send error reports encoded in 8bit as well. I see no harm in simply allowing that through as well (I could see more problems with quoted-printable or base64 as you'd need to actually decode it before parsing the contents).
1999-03-07Fix buffer overflow problems in m_getfld.ckim1-0/+31
1999-03-07Make mhshow look at the user input for "Press <return> to show..." (likekim1-0/+17
MH 6.8.4 did). The responses checked for (first letter) are: - "n" skips the next content (i.e. "no") - "q" exits mhshow immediately (i.e. "quit")
1999-03-07Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#".kim2-12/+10
1999-03-07This should work.kim1-2/+3
1999-03-07Use ${ECHO} and ${SED}. Note that this package is not ready for use.kim1-2/+11
1999-03-07Cyrus: the Andrew IMAP serverkim6-0/+171
1999-03-06Make editor and pager selectable with NMH_EDITOR and NMH_PAGERkim1-1/+17
respectively. For old MH behaviour use "NMH_EDITOR=prompter".
1999-03-06Make this patch work with non-NetBSD systems (thanks, Al).kim1-3/+37
Change BACKUP_PREFIX to "#" so users of shells like tcsh don't have to do excess typing when recovering accidentally removed messages (mv ~/Mail/inbox/{#,}14921).
1999-03-06patch-cc: fix missing "-file" switch for mhshow when displaying files (e.g.kim2-0/+33
after composing a mime message you wanted to view it, or you got a message/rfc822 attachment you wanted to view) patch-cd: fix missing newline in strings generated by dctime (with snprintf need to account for an extra character: the trailing null; fixes problems with mhl and packf)
1999-03-05Need GCOS_HACK on BSD systems.kim1-3/+4
1999-03-04Change maintainer from packages to me.kim1-2/+2
1999-03-04Upgraded to nmh-1.0kim12-285/+156
1999-03-04Update "mutt" package to version 0.95.4.tron3-5/+18
Major changes since 0.95.3: - Mutt up to version 0.95.3 was affected by a temporary file relateda race condition which could lead to security-relevant problems. - We have fixed a bug which would lead to crazy behaviour when a message was listed in it's own References header. - IMAP and MIME should mix better now.
1999-02-27Enabled IMAP and POP for mutt.kim1-2/+3
1999-02-22Fix this to build with new "automake" version.tron2-5/+6
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf7-21/+7
1999-02-12Update "mutt" package to version 0.95.3/0.95.3i.tron3-8/+11
Major changes since 0.95: - Mutt was affected by the so-called "pine remote exploit". We have implemented a work-around we believe to be safe. See README.SECURITY and the mailcap_sanitize option for details, and check your mailcap files for insecure entries. - The use_mailcap option has gone. Instead, we now have implicit_autoview. See the manual for details. - We have more translations than ever before. Supported languages now include cs, de, es, fr, it, nl, pl, ru, uk. And en, as usual. - Mutt now uses version 0.12 of the "regex" library instead of rx. This library is believed to be far more stable than rx. See INSTALL for details.
1999-02-10pkglint: add missing rcs ids.frueauf2-0/+4
1999-02-08Update "imap-uw" package to version 4.5:tron5-32/+32
imap-4.5 is a maintenace update, with minor bugfixes to imap-4.4 and optional support for CRAM-MD5.
1999-02-08Add and enable p5-MailToolsbouyer1-1/+2
1999-02-08Initial import of Mailtools perl5 module, methods to parse RFC822 compliantbouyer5-0/+78
mail messages, and a few other things.
1999-02-04Set USE_X11=yes, since this package uses X tree for font manipulationsagc1-1/+3
in build (from Tim Rightnour).
1999-02-03Update fetchmail to 4.7.7.frueauf3-141/+132
fetchmail-4.7.7 (Tue Feb 2 18:57:04 EST 1999): * Fixed off-by-one error in batchlimit logic (thanks to Brian Warner). * Added MD5 checksums to web page. * Get kernel type (and derive /proc/net/dev format) at startup. * Fixes for fetchmailconf bugs reported by Gunther Leber. * Return of the dancing progress dots!
1999-02-02Update fetchmail to 4.7.6.frueauf4-173/+153
fetchmail-4.7.6 (Sat Jan 30 19:44:24 EST 1999): * Henrik Storner's fix for mimedecode * ' now works as a string quote in. fetchmailrc syntax, just like ". * All bounce messages now use FQDN return paths. * Check for background mode before generating oversized-message mail. Duh! * Paul Murphy's improvements for SDPS. * Message deletion on miscellaneous 5xx SMTP errors is suppressed unless a bounce can be sent.
1999-02-02Make this work with seperate "libproplist" package and update dependencetron1-2/+5
for "windowmaker" package.
1999-01-31Teach pine about $MAIL. It will be used if set, so the sysadmin/userexplorer1-0/+16
can override where mail is stored.
1999-01-30Add missing shared libraries which probably cause problems on ELF systems.tron1-4/+10
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc4-8/+8
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-30Search for GNUstep directory at correct location.tron2-0/+34
1999-01-26Introduce a BUILD_USES_X11 definition, defined in package Makefiles,agc1-1/+3
and used to denote that a package uses X11 headers and libraries to build, but does not install itself into X11BASE (xpkgwedge notwithstanding). This is used to ignore packages which would otherwise cause build problems on machines with no X11 installation.
1999-01-24Do the previous a bit better.mycroft1-550/+493
1999-01-24Nuke Hesiod support for now, since we don't have the pobox stuff.mycroft1-0/+2663
XXX This should be temporary.
1999-01-23Add "x11" to category list.tron1-2/+2
1999-01-23The "make" program distributed with 1.3 and 1.3.x doesn't like thetron1-1/+2
generated "Makefile", so use GNU "make".
1999-01-23Fix mail directory path in example configuration.tron1-4/+8
1999-01-23Add and enable "wmmail" package.tron1-1/+2
1999-01-23New "wmmail" package:tron6-0/+81
WMMail.app is a "mail-checker" like xbiff. It is largely based on asmail, but has been modified to work with Window Maker instead of AfterStep.
1999-01-16Set ONLY_FOR_ARCHS so that it matches xforms.frueauf1-2/+2
1999-01-14make the sample lines for inetd.conf reflect the actual location where thecgd1-3/+3
daemons are installed (libexec rather than bin).
1999-01-10Update fetchmail to 4.7.5.frueauf2-4/+4
fetchmail-4.7.5 (Sat Jan 9 17:01:13 EST 1999): * Issue proper logout after running fetchmail -c * Fix prefix problem with internationalized version. * Fix for Harry McGavran's VPATH bug. * Progress messages now go to stdout. Errors still go to stderr * Fetchmailconf can now launch fetchmail with a point-and-click interface. * Many small cleanups suggested by Byrial Jensen. * Polish-language (LC_ALL=pl) support. Turkish text in spec file.
1999-01-08Avoid completely harmless warning if "sgml2html" and "sgml2txt" are nottron2-2/+14
available during build. Fixes PR pkg/6751 by Lennart Augustsson.
1999-01-06Update fetchmail to 4.7.4.frueauf2-4/+4
fetchmail-4.7.4 (Mon Jan 4 13:26:32 EST 1999): * Error message cleanup. * HTML cleanup in design notes and FAQ, thanks to Byrial Jensen. * Don't get message sizes when --check is on. * Supply our own strerror() if system doesn't have one. * Gunther Leber's cleanup for the plugin/plugout code. * Hajimu UMEMOTO's code for localtime in timestamps. * Michael Warfield's IPv6 fixes. * Added Argentine Spanish as supported language (LC_ALL=pt_BR) from a po file by Javier Cohen <jkohen@tough.com>. * Accept 'passwd' as a synonym for 'password' in .netrc files. * In fetchmailconf, Save or Quit in a frame first performs that action on all dependent frames. * Source distribution now includes Debian package data under debian/
1999-01-04Update "mutt" package to version 0.95.1:tron3-8/+9
Mutt 0.95.1 fixes a couple of bugs noted by users since the release of 0.95 in December.
1999-01-02Update fetchmail to 4.7.3.frueauf2-5/+5
fetchmail-4.7.3 (Thu Dec 31 11:54:01 EST 1998): * Added new FAQ item G11 and added material to R1. * Do a full antispam check on the EOM response in case the local MTA does content analysis of the message body. * Bouncemail now conforms to RFC1984 correctly. * Use sigprocmask to avoid Ron Gomes's weird hang bug (I hope).
1998-12-29Update fetchmail to 4.7.2.frueauf2-5/+5
fetchmail-4.7.2 (Fri Dec 25 01:01:54 EST 1998): * Don't append the destination address to a postmaster name containing @. * Added John Summerfield's getfetchmail script. * Minor fixes in bouncemail format.