summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-03-21sqwebmail's sendit.sh is meant to be the equivalent of "sendmail -t" injlam1-2/+3
that it reads in a complete mail message from stdin. Fix the example sendit.sh to invoke "sendmail -oi -t" to allow sending messages from sqwebmail to work in a default install. Bump the PKGREVISION to 1.
2005-03-19Update to 0.3.0:wiz2-7/+6
0.3.0: (2005-02-03) * -M option which disables all message modifications * Fixed crash on spam with no body at all * -e option to pass full recipient email address to spamc * -x option to expand recipient list with sendmail -bv * -f truly daemonizes now, instead of simply forking * -P option to create a pidfile * Supports both Spamassassin 2.x and 3.0 X-Spam-Status: headers * Fixed possible crash when a fork() call fails Might fix PR 26806, and does fix PR 29320.
2005-03-19adding patch for IRIX which was omitted when closing PR#28615schwarz2-1/+76
2005-03-17Add dependency on gsl instead of using the version comingwiz1-2/+3
with the package. From Takahiro Kambe in PR 29354. Bump PKGREVISION.
2005-03-17regen.wiz1-2/+2
2005-03-16Added some patches for NetBSD-1.6.2, which lacks the readdir_r function.rillig5-10/+47
Cleaned up the package's Makefile. Approved by wiz.
2005-03-16Most of the NetBSD-1.* curses do not have KEY_RESIZE, so add them torillig1-1/+2
INCOMPAT_CURSES. Approved by wiz.
2005-03-16Added a workaround for systems that don't have ECANCELED. Approved by wiz.rillig2-1/+21
2005-03-15Give up maintainership -- I'm not using these actively enough, so I tend notkim2-4/+4
to be that knowledgeable on how to fix them on all the pkgsrc platforms.
2005-03-15Fix md5 code on 64-bit platforms by properly defining UINT4.wiz3-3/+30
Closes PR 28755 by HATANO Hiromichi. Bump PKGREVISION to identify fixed versions.
2005-03-15incm and mew both install bin/incm -- make them conflict.wiz3-5/+7
2005-03-15Make build on Interix.tv5-26/+37
2005-03-14There's no need to manually format and install a nroffed manpage.tv2-14/+3
Install the source and let man(1) do it.
2005-03-14Revert maintainer to tech-pkg.wiz1-2/+2
2005-03-13Update to 0.435. This is strictly a bug-fix release, updated duringschmonz3-11/+11
the freeze for the bug fixes, which are: -Fixed string realocation bug in ezmlm-manage. Thanks Tom Moertel. -Tweaked the subscriber log search subject to differentiate it from the complete subscriber log.
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz11-33/+33
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-12Update sylpheed-claws to 1.0.3.chris2-6/+6
Includes the following changes from sylpheed: v1.0.3: * A buffer overflow which occurred when replying to a message with certain headers which contain non-ascii characters was fixed. * A memory leak of the composition window was fixed. v1.0.2: * The incompatibility of PGP signature between gnupg-1.2 and 1.4 which occurred when trailing spaces appeared was fixed. * The generation of References header was modified so that it is generated even if a replied message doesn't have Message-Id. * The documents were update Also includes sylpheed-claws changes: Updated translations: Brazilian Portuguese, French, German, Italian, Serbian, Simplified Chinese, Slovak and Spanish. Bug fixes, including the following: o bug 698 'Clicking OK without username 'crashes' account edit window' o fix occasional late segfaults when quitting o use quoted-printable instead of 7bit or 8bit to encode "^From " and avoid mail corruption on the MTA, as specified by RFC 3156 o fix signing/encrypting still on after privacy system has been disabled o fix mimeinfo memory leaks o don't automatically send out return receipts if offline o don't use SIZE parameter in MAIL FROM: if server doesn't support it For further details of the numbered bugs listed above consult www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi
2005-03-12added patches to support IRIX, closing PR#28315.schwarz7-19/+96
2005-03-11Use INSTALL_LIB for libraries.tv1-3/+3
2005-03-08Be more explicit about what to configure for SASL authentication inbad1-2/+10
server and client roles.
2005-03-08Be specific about what the master.cf example is for.bad1-1/+4
2005-03-08SSL support is now optional via options.mk; config files are installed ↵adam2-12/+22
correctly (Fix PR#29504)
2005-03-08apply patch from mozilla CVS to fix bug id #260337 (installer missinggrant3-1/+32
libnsl on Solaris), as well as another sh(1) portability fix. https://bugzilla.mozilla.org/show_bug.cgi?id=260337 no PKGREVISION bump because this didn't build on Solaris without libnsl.
2005-03-08sync w/ mail/thunderbird/MESSAGEgrant1-3/+8
2005-03-07Update to 3.2.8 (bugfix release).xtraeme2-6/+6
Changes: BUGFIX: TOE Training mode breaks automatic whitelisting
2005-03-07Fix quote, one more line.uebayasi1-2/+2
2005-03-07Fix quoting.uebayasi3-9/+9
2005-03-06Update wl to 2.12.2.hira5-29/+22
Patch submitted by FUKAUMI Naoki (PR pkg/29043). * Changes in 2.12.2 from 2.10.1 - Now Maildir is usable on Windows systems. - Fixed the problem of the cache flag inconsistency on the filter folder etc. - Fixed the bug that the new flag cannot be changed in some cases. - Fixed the bug that flag are not taken over correctly from Maildir. - Fixed the problem in display module for IMAP messages. - Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX. - Now user defined flags are appeared in the completions for search conditions. - Fixed the problem that a wrong flag folders are created by some flag names. - Now expansion of the access group "@/" works correctly. - Fixed the problem to cause an error on automatic draft saving. - Fixed the problem to cause an error on invoking address manager. - Fixed the problem in the flag inheritance function of the filter folder. - Improved redisplay functions for "H" and "M" key. - Now attributes for netnews are displayed in the draft preview. - The structure of the message database is improved. - The temporary mark and corresponding action is now customizable. - SPAM filter module is added. - 'mark folder is renamed to 'flag folder. - Now you can put arbitrary user defined flag on message. - New marks, 'A' and 'a' are added for answered messages. - New mark,s 'F' and 'f' are added for forwarded messages. - New search condition 'Flag' (Status of the message) is added. - Draft save function is improved. - Automatically save draft buffers by using idle-timer. - 'H' key(display all header) and 'M' key(display without MIME analysis) are now toggle key. - Now you can sort summary lines into descending order. - Abbreviate too long header extended to lines in message buffer. - Persistent mark string in summary buffer is changed. - It displays draft preview on sending confirmation. - Sending parameters are displayed on draft preview. - You can run biff with idle-timer by setting wl-biff-use-idle-timer. - Now wl-draft-kill confirms with yes-or-no-p. - Summary thread will be divided if its depth is larger than certain amount. The limit is controlled by the variable wl-summary-max-thread-depth. - Emacs multi-tty support is supported. - New sort spec 'size' is added in the summary mode. - The variable wl-refile-policy-alist is abolished. - Batch processing module is added. - In the multi-folder, status of messages are synchronized with original folder. - The function wl-summary-resend-message is abolished. - Variables renamed wl-delete-folder-alist is renamed to wl-dispose-folder-alist. - POP3 folder existence check is simplified (by default). - POP3 response code extension defined in the RFC2449 is supported. - IMAP4 commands EXPUNGE and CHECK are now send asynchronously. - Default value of wl-folder-hierarchy-access-folders has been changed. - Access group "@/" of shimbun folders can be used now. - Show contents of NEWS(.ja) when you start Wanderlust newer than the one you used previously. - Default values of wl-draft-reply-*-list are changed. - wl-draft-reply-myself-*-list are abolished and integrated into wl-draft-reply-*-list. - You can control initial cursor position for replying draft. - Changed the way to specify configuration of draft buffer window. - Commands to verify/decrypt non-MIME PGP message are added. - New options wl-summary-resend-use-cache elmo-network-session-idle-timeout - New hooks wl-draft-reply-hook wl-summary-reply-hook wl-draft-forward-hook wl-summary-forward-hook wl-draft-kill-pre-hook wl-summary-resend-hook - Abolished hook wl-reply-hook - New face wl-highlight-summary-disposed-face wl-highlight-summary-prefetch-face wl-highlight-summary-resend-face wl-highlight-summary-answered-face wl-highlight-action-argument-face - Abolished face wl-highlight-refile-destination-face (renamed to wl-highlight-action-argument-face)
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-03-06Use the SSLKEYS variable to determine the location of the certificatethorpej4-19/+21
private key. Bump package revision to 2.
2005-03-06Fix pr pkg/29168.chris10-2009/+33
Update sylpheed-claws to 1.0.1. Taking the patch to use autoconf to regen the configure script, rather than having to keep patch-ab uptodate. Also remove PKGREVSION from plugins, they should be able to just ride the main sylpheed-claws updates. I also suspect that pgpmime should be converted to a plugin, rather than being part of the main sylpheed package. (it would remove a dependancy on gpgme) However it seems to install header files, which would complicate making it a plugin package. Also fix pkglint warning about MESSAGE.plugins, the = line was only 74, not 75 chars in length.
2005-03-06Update sylpheed to 1.0.3.chris3-46/+167
Also refresh mime.types file from current apache 2 version. Changes to sylpheed: v1.0.3: * A buffer overflow which occurred when replying to a message with certain headers which contain non-ascii characters was fixed. * A memory leak of the composition window was fixed. v1.0.2: * The incompatibility of PGP signature between gnupg-1.2 and 1.4 which occurred when trailing spaces appeared was fixed. * The generation of References header was modified so that it is generated even if a replied message doesn't have Message-Id. * The documents were update
2005-03-06- Update to 20050108 to avoid conflicts with imap-uw packageadrianp4-47/+27
- Issue spotted by diro (at) nixsys.bz in PR #28966 This distribution now contains two unsupported programs, icat and ifrom, which may be of use to some sites. The old chkmail, imapcopy, imapxfer, mbxcopy, mbxcreat, and mbxcvt programs have been replaced with the mailutil program, which is included in the mail/imap-uw package. The dmail, mlock, and tmail programs are also bundled in the mail/imap-uw package.
2005-03-05- Fix builds on NetBSD 1.6 due to Kerberos/OpenSSL 0.9.7 issuesadrianp2-3/+24
- Included some utilities in the install that were once a part of the imap-uw-utils package but are now a part of this package - ok'ed kim@
2005-03-04added missing $NetBSD$ tag to patch-acschwarz2-2/+4
2005-03-04Update mew to 4.2.uebayasi3-11/+10
Changes (cited from 00diff) are: > <Differences between Mew 4.2 and Mew 4.1> > > * mew-nmz.el has been integrated. You can search messages with > keyword DB. For more information, see info. > * "C-uw" prepares a draft whose To: is the address on From: of the > current message. > * "e" in Summary can convert any mark to new one. > * S/MIME has been supported. (alpha stage) > * IMAP UTF-7 support. You can use non-ASCII characters for folder > names. > * TLS has been supported. > * Fixing a bug of SSL. > * Drag and Drop composing has been supported. > * Many small bug fixes.
2005-03-04fixed a small code flaw in Mailbox.c as reported in PR#28898schwarz2-1/+13
2005-03-04Update BUILDLINK_DEPENDS overrides to the versions evolution currently demands.wiz1-3/+4
Closes PR 29587.
2005-03-02Moved cyrus-imapd22 to cyrus-imapd.wiz16-648/+1
2005-03-02Update to 2.2.12, i.e. copy the contents of mail/cyrus-imapd22 here.wiz27-398/+363
2005-03-02Upgrade to 2.1.5 due to security issues:kim4-16/+73
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1177 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1143
2005-03-02Remove libsieve -- very outdated, and has no dependencies.wiz6-66/+1
jlam agrees.
2005-03-01Don't require the SSL certificates before starting the Courier IMAPSjlam3-5/+4
or POPS daemons -- we just rely on the Courier control scripts to fail if the SSL certificate specified in the config file isn't readable. Bump the PKGREVISION to 1.
2005-02-28Refer to "sharedindexinstall" and "sharedindexsplit" by their correctjlam2-4/+5
paths. Bump the PKGREVISION to 1.
2005-02-27- Update from 1.62 to 1.66adrianp2-7/+6
> version 1.66: Thu Jan 20 10:16:10 CET 2005 > > - Extended explanation that Mail::Address is limited. > > - Added examples/mail-mailer.pl, contributed by [Bruno Negrão] > > - use Mail::Mailer qw(mail) sets default mailer. Doc update by > [Slavan Rezic] > > - Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey] > > version 1.65: Wed Nov 24 15:43:17 CET 2004 > > - Remove "minimal" comments from Mail::Address > > - [Dan Grillo] suggested some improvements to Mail::Address::name(), > and some more were added. > > - [Slavan Rezic] small typo. > > version 1.64: Tue Aug 17 22:24:22 CEST 2004 > > - CPAN failed to index 1.63 correctly, so hopefully it will > work now. > > version 1.63: Mon Aug 16 17:28:15 CEST 2004 > > - [Craig Davison] Fixed date format in Mail::Field::Date to > comply to the RFC > > - [Alex Vandiver] patched the email address parser to be able > to understand a list of addresses separated by ';', as Outlook > does. The ';' is the group separator, which was not understood > by MailTools before, but valid according to the RFCs. > > - [Torsten Luettgert] found that field labels like '-' where not > beautified correctly. > > - [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command > which doesn't mean anything, and "testfile" is working differently. > > - [chris] Mail::Message::Field::wellformedName() will upper-case > *-ID as part in the fieldname.
2005-02-27To run on python 2.4 one would need mailman 2.1.6 (beta).kim1-3/+3
So don't accept python 2.4 for now, to avoid crashes. http://mail.python.org/pipermail/mailman-coders/2005-February/001611.html
2005-02-25+ p5-Net-LMTP-0.02adrianp1-1/+2
2005-02-25This module implements a client interface to the LMTP protocol, enabling aadrianp4-0/+28
perl5 application to talk to LMTP servers. This documentation assumes that you are familiar with the concepts of the LMTP protocol described in RFC2033. This module is based on Net::SMTP and shares more than %95 of its code with Net::SMTP.
2005-02-25- Update cyrus-imapd22 from 2.2.10 to 2.2.12adrianp2-7/+6
- ok'ed recht@ - Addresses a few recent security issues: http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=33723 http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=33733 Changes to the Cyrus IMAP Server since 2.2.10 * Fix possible single byte overflow in mailbox handling code. * Fix possible single byte overflows in the imapd annotate extension. * Fix stack buffer overflows in fetchnews (exploitable by peer news server), backend (exploitable by admin), and in imapd (exploitable by users though only on platforms where a filename may be larger than a mailbox name).
2005-02-24regen to make the patches apply cleanly.wiz3-11/+13