summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2001-03-30Upgrade to 5.7.7. Needs gmake now.mycroft4-16/+17
(Unfortunately, this doesn't fix my KPOP problem.)
2001-03-29Patch from the squirrelmail cvs repository:bouyer2-1/+16
Revision 1.46.2.1: * UW workaround improved, methinks (1.0 branch) Fixes a problem when used with imap-uw: 1.0.3 couldn't read folders in subdirectories.
2001-03-29Update:jun2-4/+4
1.95b116 (2001/03/29) mew-dist release * last:N is supported for range. * Setting mew-addrbook-orig-alist with unquoted strings when C-uC-cC-a. SUGIMORI <taro@fc.jpn.org> * A bug fix for Bcc: vs +backup. * Sender: is now decided when the message is sent. * A patch for contrib/mew-summary-hl.el. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Using delete-windows-on so that scrambled drafts are not displayed. * Removing bold from the comment face. Shun-ichi TAHARA <jado@flowernet.gr.jp> * defface -> faces group. Ryutaroh Matsumoto <ryutaroh@rmatsumoto.org>
2001-03-27Move majordomo's digest man page to section 8, so that it doesn'tagc5-26/+53
conflict with digest(1)'s manual page. The majordomo digest command lives in libexec, anyway. Bump version to majordomo-1.94.4nb1 Addresses PR 12385, from Jun-ichiro itojun Hagino
2001-03-27Change BUILD_DEPENDS semantics:hubertf5-15/+15
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-25Update to 1.15mjl4-20/+10
2001-03-24add & enable teapopzuntum1-1/+2
2001-03-24Initial import of teapop-0.28zuntum8-0/+82
Teapop is yet another RFC1939 compliant POP3 server. It includes flexible virtual domain support that distinguishes it from all other POP3 servers. Fixes pkg/11969 by me.
2001-03-23Fix compilation with SSL and kerberos on -current (and hopefully 1.5).wiz1-1/+13
Still works on 1.4.2.
2001-03-23pull latest IPv6 patch. corrects source address selection on outgoing,itojun2-4/+4
if config has "inet_interfaces=127.0.0.1". reported by thorpej.
2001-03-20second attempt to nuke postfix-current (the files were copied to thehubertf9-543/+0
postfix pkg, per PR 12426.
2001-03-20resurrect, after nuking the right files in the wrong dir.hubertf9-0/+543
2001-03-20postfix-current is now known as postfixhubertf1-2/+1
2001-03-20replaced by postfix pkghubertf9-543/+0
2001-03-20Move files from postfix-current to postfix, as that's actually thehubertf52-1048/+369
latest release (it's also in the base src). Adresses PR 12426 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-03-20Update mew to 1.95b115 (2001/03/20) mew-dist releasejun2-4/+4
* Using defface. Now three kinds of colors, TTY, bright-background, dark-background can be defined. * A bug fix for X-Face:. * A bug fix for "." of end-of-* * Overriding smtp-auth, smtp-auth-list, smtp-user, smtp-helo-domain when sending a message in +queue.
2001-03-19upgrade to 1.13.itojun2-4/+4
smtp.c: max number of RCPT/SMTP was limited to 99 (should be 100). reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp> configure.in: Solaris8 support suggested by Toshio Hiraga <Toshio.Hiraga@jp.sony.com>
2001-03-18pull postfix-users patch to correct sprious backslash.itojun4-7/+31
update IPv6 patch. fixes src/dst address family mismatch in src/smtp.
2001-03-18Update:jun3-134/+140
1.95b114 (2001/03/18) mew-dist release * mewencode.1 and mewls.1 * Ensuring downcase of shortname in Addrbook. * contrib/mew-nmz-fixer.el. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * CID: hack. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * A color patch for Emacs 21.
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-16Updated to vm-6.92.jtb2-40/+40
VM 6.92 released (11 March 2001) * vm-imap-check-mail: throw to 'end-of-session instead of 'done. Fixes problem of vm-spooled-mail-waiting not being set. * vm-su-do-recipients: If there is no To or Apparently-To header, use Newsgroups if available. * vm-mime-display-external-generic: use a unibyte temp buffer for base64 decoding if using FSF Emacs MULE. Otherwise our old friend \201 crashes the party. * vm-mime-find-leaf-content-id-in-layout-folder: add missing layout argument to vm-mime-find-leaf-content-id. * vm-mime-parse-entity: fixed regexps that match an empty content description so that they match descriptions that only contain spaces. * vm-su-do-date: make +/- mandatory in the numeric tiemzone spec. First digit of numeric timezone spec must be 0 or 1. * vm-fill-paragraphs-containing-long-lines: ignore errors generated by fill-paragraph. * moved the code that catches the font-lock search bound error from the XEmacs MIME composition encoder to the FSF Emacs encoder. * vm-mime-charset-internally-displayable-p: allow variable vm-mime-default-face-charsets to apply to MULE-enabled Emacs and XEmacs. VM 6.91 released (1 March 2001) * vm-mime-can-display-internal: check charset to verify that we can display it when checking text/html. * vm-auto-archive-messages: hide value of last-command when calling vm-save-message. * vm-mime-find-leaf-content-id: removed second arg in call to vm-mm-layout-id since it only accepts one argument. * vm-mime-transfer-encode-region: \\n -> \n in armor-dot check regexp string. * vm-mime-parse-entity-safe: dropped (sleep-for 2). No one cares about syntax errors. * vm-mime-base64-encode-region: if call to base64-encode-region fails with wrong-number-of-arguments error call it with only two args and do the B encoding cleanup separately. * vm-mime-base64-decode-region: don't use the FSF Emacs base64 decoding function, since it fails completely if it encounters characters outside of the BASE64 alphabet. * vm-mime-attachment-auto-type-alist: added the usual PDF, Quicktime and Excel file extensions. * vm-imap-move-mail: trying using obsolete RFC822.PEEK if BODY.PEEK fails. * vm-imap-retrieve-to-crashbox: support use of obsolete RFC822.PEEK. * vm-so-sortable-datestring: use vm-timezone-make-date-sortable instead of the bare timezone-make-date-sortable, which is less capable of parsing badly formed Date headers. * vm-mime-convert-undisplayable-layout: save the content type parameters from the old type and give them to the new type. * all your base are belong to us
2001-03-14Correct path to imapd in symlink to sbin/rimapd.jlam1-2/+2
2001-03-14Update squirrelmail to 1.0.3. Pkgsrc changes include setting the examplejlam5-11/+23
Apache URL to http://www.domain.com/squirrelmail/ instead of /mail/ to access squirrelmail. Changes from version 1.0.2: - Many i18n enhancements/fixes - Fixed bug with default theme path being set incorrectly - Fixed problem when sending/forwarding multiple attachments - Made folder drop-down list consistent in look to the other drop-downs - Fixed problem where some attachment filenames would not be displayed - Added Finnish help files by Teemu Junnila <teejun@vallcom.com> - Updated Norwegian translation - Updated Brazillian Portuguise translation
2001-03-13Remove line accidentally left in Makefile in previous fix.jlam1-2/+1
2001-03-13Fix installation on a.out. Addresses pkg/12361.wiz1-5/+3
2001-03-13Build _pic.a library without using libtool internals.jlam1-11/+6
2001-03-13Update Mew to 1.95b113jun2-4/+4
1.95b113 (2001/03/13) mew-dist release * Colors are available on Emacs21/XEmacs with the -nw option. * M-a -> mew-summary-addrbook-edit. * Fixing duplicated entries buf of mew-summary-addrbook-add. * SMTP bug fix. * SAMBA support.
2001-03-13Compile in LDAP-support for addressbook if PINE_USE_LDAP is set inhubertf1-3/+12
/etc/mk.conf. Patch submitted by John Darrow <John.P.Darrow@wheaton.edu> in PR 9760.
2001-03-12Remove author's name from COMMENT and remove offensive language from DESCRzuntum2-8/+3
2001-03-12Fix typo (we don't want the INSTALL file to end up in /)wiz1-2/+2
2001-03-12add & enable qcheckzuntum1-1/+2
2001-03-12Initial import of qcheck.zuntum4-0/+35
This is a quick utility to check if there are new mails on any un*x system running qmail with Maildir. It won't work for someone running mailboxes in mbox format and I can't be bothered to add that. Do it yourself if you need to support this old and crappy format. The responsible for that tool is my friend Stampel who told me that my system sucked because it didn't display the number of unread mails when logging in. Oh well, this just took 5 minutes to add.
2001-03-12use the latest IPv6 patch. it will correct listening socket selectionitojun2-6/+6
on IPv4-only kernel (reported by kim@tac.nyc.ny.us).
2001-03-10Update fetchmail{conf} to 5.7.2.frueauf4-7/+15
fetchmail-5.7.2 (Sun Mar 4 19:05:57 EST 2001), 20167 lines: * NLS build fixed under Linux -- thanks to Nicol<E1>s Lichtmaier. Now builds with NLS by default, unavoidable side effect of fix. * Various cleanups and minor bugfixes in OTP support. * Corrected header error in SSL support. * Updated Spanish translation by Javier Kohen. * Incorporated Red Hat's 5.5.0 Kerberos V patch. * Incorporated Henrique Holschuh's fetchmailconf warning on local names with @. fetchmail-5.7.1 (Sun Mar 4 00:30:04 EST 2001), 20167 lines: * Note: NLS build ability is broken! * FreeBSD port fixes. * Man page polished and updated. * Added --sslproto option from Peter Hedwig. * Fix KPOP support, which got broken in 5.6.8. Closes Debian bug #88288.
2001-03-08Remove 'an' from COMMENT.wiz1-2/+2
2001-03-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-03-05Add and enable getmail.jtb1-1/+2
2001-03-05Initial import of getmail.jtb7-0/+74
getmail is intended as a simple replacement for fetchmail. It retrieves mail (either all messages, or only unread messages) from one or more POP3 servers for one or more email accounts, and reliably delivers into a qmail-style Maildir (or mbox file) specified on a per-account basis. It also has support for domain (multidrop) mailboxes. Package submitted by Tomasz Luchowski in PR pkg/11929.
2001-03-05Whitespace fix.wiz1-2/+2
2001-03-05Add a BUILD_DEPENDS on autoconf. Noted in recent i386 bulk build.wiz1-1/+2
2001-03-05upgrade to 1.12. (the following "buffer overflow" is not about security issueitojun2-4/+4
like memory buffer overrun, but the udp send buffer overflow) 1.12: Mar.4,2001: log.c: a hack to avoid syslog buffer overflow added. problem reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
2001-03-05pull in WIDE patch for 8.11.3. this speeds up pkgsrc/mail/smtpfeeditojun2-10/+11
(better LMTP).
2001-03-051.95b112 (2001/03/04) mew-dist releasejun2-4/+4
* Defining mew-touch-folder-check-enabled-p. Tatsuya Kinoshita <tatsuyak@pop21.odn.ne.jp> * A bug fix of mouse-face. * defcustom hack. Ryutaroh Matsumoto <ryutaroh@rmatsumoto.org> * S/MIME patches. Ryutaroh Matsumoto <ryutaroh@rmatsumoto.org>
2001-03-04Add an option to disable canonicalizing the envelope recipient. Thiskim2-4/+7
allows correct local delivery on multiple hosts while still canonicalizing visible and sender addresses. (This makes it possible to support vanity domains and "permanent address" services like iki.fi and pobox.com.)
2001-03-04turn KERBEROS into a binary switchassar3-5/+10
2001-03-03Update fetchmail{conf} to 5.7.0.frueauf6-30/+25
Changes since 5.6.0: fetchmail-5.7.0 (Thu Mar 1 18:00:08 EST 2001), 20131 lines: * Updated Danish translation from Byrial Jensen. * Fixed bug in NTLM support. Separately, "auth ntlm" now works. * Imail server and vircom NTLM account added to test list. * Don't require Tkinter to read --configdump output. fetchmail-5.6.8 (Thu Feb 22 02:57:31 EST 2001), 20110 lines: * `preauth' option changed back to `auth' * IMAP code now bails out if the server forces the mailbox read-only. * Fixed a core dump in Dave Zarzycki's new plugin code. * POP3 latency optimization: only do CAPA and set authentication capabilities from it once at start of run. fetchmail-5.6.7 (Mon Feb 19 12:31:03 EST 2001), 20082 lines: * Fixed brown-paper-bag password bug (only showed up if it was necessary to prompt for a password). This fixes Debian bug #86350: Fetchmail doesn't ask for password. * In POP3, query for AUTH methods a la RFC2449. fetchmail-5.6.6 (Thu Feb 15 20:43:47 EST 2001), 20083 lines: * Fixed locale setting; this should make i18n actually work. * Resolved Debian bug #85938: fetchmail asks for a password when using ETRN. * Resolved Debian bugs #85853 and #86047. POP3: Don't issue AUTH between USER and PASS, some servers choke on this. * Resolved Debian bug #85772 re Kerberos compilation. * Resolved Debian bug #85961: Wrong error message when local connection fails. * Serious pre-release regression testing begins. This version tested against 18 different POP3 and IMAP servers. fetchmail-5.6.5 (Mon Feb 12 04:33:39 EST 2001), 20062 lines: * CRAM-MD5 authentication of IMAP and POP3 is working. Tested against IMAP4rev1 2000.287 and v2000.70 POP3 gateway at neo.netnea.com. * Full support for POP3 AUTH (RFC1734) with KERBEROS_IV, GSSAPI, OTP. This code has been completely refactored. In the process, it is possible I have broken GSSAPI, KERBEROS, and OPIE; this needs to be tested. The old IMAP-LOGIN, IMAP-GSS, and IMAP-K4 protocols are gone; fetchmail now uses these automatically when it detects the right capabilities. To prevent having fetchmail look for a password, specify a "preauth" option other than "password". * Noted that Debian bugs #78963, #63064, #81312, #78796, #78363, #78149, #68627, #67559, #63308, #63088, #71428 are fixed. * Resolved Debian bug #65505: fetchmail now returns a nonzero exit status when interrupted before a successful fetch. * configure --ssl works correctly again. fetchmail-5.6.4 (Sun Feb 11 00:43:14 EST 2001), 20085 lines: * ODMR port fix for AIX. * Dave Zarzycki's fix for former FAQ item F5 (%h and %p not being expanded). * Dave Zarzycki's fix to reap zombie processes when nodetach is set. * Attempted fix for CRAM-MD5 problem with IMAP 2000. fetchmail-5.6.3 (Wed Feb 7 10:56:21 EST 2001), 19901 lines: * VPATH build fixed (thanks to Harry McGavran). * Danny O'Brien's patch allowing preauth and idle to work together. * Fixed a bug in configure.in that was resulting in KERBEROS_IV being set when it should not have been (several reports). * FAQ change: mailing lists have moved to MailMan. * Deal with brain-dead netmind mail missing the RFC822 delimiter line. * ODMR (RFC 2645) support -- untested and probably buggy! fetchmail-5.6.2 (Fri Jan 5 16:45:47 EST 2001), 19744 lines: * Dave Bodenstab's fix for the lockfile re-exec problem. * Fixes for `principal' handling in fetchmailconf. * Make --with-included-gettext work again (Thanks to Albert Chin-A-Young). fetchmail-5.6.1 (Mon Dec 11 23:11:59 EST 2000), 19718 lines: * More on ETRN in the FAQ. * Horst Klokow's patch to make interface check the remote IP address. * Roger Luethi's patch to write the UIDL file when you hit a fetchlimit. * Don Beusee's patch to eliminate wedging on authentication failure. Instead, fetchmail will now notify the user on the third failure, then continue polling silently until service is restored (at which time the user will get a notification). * Samuel Leo's patch to add LMTP capability to the smtphost option. * Fix UIDL handling on skip entries. * Add Don Beusee's `spambounce' option (default off).
2001-03-03Update:jun2-4/+4
mew-1.95b111
2001-03-02use 2/28 official release and IPv6 patch.itojun3-12/+9
(mail/postfix should be overwritten) 20010225 Portability: master sigchld handler based on writing to a pipe, so that the master wakes up from select(). Based on code by Erik Forsberg, Linkoping University, Sweden. File: master/master_sig.c. Disabled until after the major release. Code cleanup: Postfix should now run with no alias database. Code cleanup: local_destination_recipient_limit and local_destination_concurrency_limit have become first-class configuration parameters. Files: global/mail_params.h, *qmgr/qmgr.c, postconf/postconf.c. 20010226 Documentation suggestions by Lars Hecking and Richard Huxton, Matthias Andree and many others. Code cleanup: some queue/transport operations need to be moved, after the code cleanup of the recipient/concurrency limit handling. Patrik Rak. Files: *qmgr/qmgr_message.c.
2001-03-02Updatejun2-4/+4
mew-1.95b110
2001-03-01Adapt to new libtool: the true PIC object files are now under the .libsjlam1-4/+3
subdir, so use those to create libc-client_pic.a.