summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-03-27Use maildrop as the default gid. PR#16034martti2-5/+14
2002-03-27Updated postfix to 1.1.6martti3-13/+12
- The new code avoids problems with SMTP servers that will not receive mail with lines longer than the 1000 characters that are allowed by the SMTP standard. - The new code is more graceful in the handling of abnormally long message headers. It will no longer switch from "message header" to "message body" mode in the middle of an abnormally long message header line.
2002-03-26Update evolution to 1.0.3. Changes are bugfixes and translation updatesrh9-51/+65
only.
2002-03-24solaris install can only create one directory at a timedeberg1-3/+5
2002-03-24Add and enable mew-xemacsmagick1-1/+2
2002-03-24Initial import of Mew for XEmacs. This closes pkg/14405magick5-0/+249
contributed by Ogata Hiroshi with update to 2.2 via private mail. Mew is an interface to integrate - Email - NetNews - MIME(Multipurpose Internet Mail Extensions) - PGP(Pretty Good Privacy)
2002-03-24Fix PLIST.rh1-1/+8
2002-03-23Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-03-22Added optional support for MySQL. To use this, set POSTFIX_USE_MYSQL=YESmartti1-2/+11
in /etc/mk.conf. To verify the MySQL support, type # /usr/pkg/sbin/postconf -m mysql Submitted by Dawid SzymaƱski in a private mail.
2002-03-19Update smtpfeed package to 1.18.taca2-5/+5
1.18: Mar.19,2002: smtp.c: avoid null pointer access when MAPOPT_TRYALLADDR set. reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp> dns.c: ignore answer from a nameserver which does not support recursive query if the server described in resolv.conf is such a server. main.c: default for -q option is changed to 50. suggested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2002-03-19It seems this needs php-pcre now.bouyer1-1/+2
2002-03-19Fixed path to the postfix's sendmail program. Noted by mipam inmartti1-5/+7
a private mail.
2002-03-18Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1bouyer3-7/+47
(no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18Really correct typo in last two commits.fredb1-2/+2
2002-03-18Correct typo, and add the new options to ${BUILD_DEFS}.fredb1-2/+3
2002-03-18Add an option to disallow cleartext on the wire in "mail/imap-uw",fredb1-11/+6
and while we're in here, prefix the CCLIENT_MBOX_FMT option with the name of the package. Reviewed by hubertf.
2002-03-17A leak to be removed.uebayasi1-13/+0
Pointed out by wiz@netbsd.org.
2002-03-17Update of Sylpheed 0.7.4 provided by Osamu Oishi <oishi@ims.ac.jp> inuebayasi3-52/+74
pkg/15929. (Along with security/gpgme update, which I forgot to mention.) Part of changes I pick up randomly is; 0.7.4 * Message retrieving is now cancelable from the menu even if the dialog is hidden. 0.7.3 * Attached files will be inherited on forwarding or reediting. * Filter rules will be also updated when renaming or deleting folders. * 'Get all' and 'Check for new messages' now works for IMAP4 and News accounts. 0.7.2 * Message moving between different type of folders has been enabled. * 'Show all header' and 'Thread view' became toggle switch. 0.7.1 * Message copy between different type of folders has been enabled. * Multiple message forwarding has been enabled. * Most of key bindings became customizable. 0.7.0 * Undo / redo function has been implemented. * Regular expression has been supported in filtering. * The cursor on composition window blinks now. 0.6.6 * The newsgroup subscription dialog has been enhanced. * Template function has been improved. * New wrapping function for composition window has been implemented. 0.6.5 * The template function has been implemented. * The quotation format parser has been enhanced. * The forwarding format has become customizable. 0.6.4 * The performance of summary display on large number of messages has been improved. * Columns of the summary view became reorderable. * The default order of the summary view columns has been changed. And many bug fixes and documentation improvement.
2002-03-16* Install main.cf and master.cf to /etc/postfix if they don't existmartti4-2/+57
* Fixed some hardcoded paths (should fix pkg/13987)
2002-03-16regenwiz1-2/+2
2002-03-16Update evolution to 1.0.2.rh6-550/+616
Summary of changes: - tons of bugfixes - user interface polishing - filter/vfolder on mailing lists honour domains - 'index body' option to configure folder - implemented iconv() caching - offline searching in IMAP - LDIF Importer - new default view for the shell - iconv caching - reworked icons
2002-03-16prevent death from mis-parsed negative year.christos1-3/+15
2002-03-15Updated p5-MailTools to 1.43 (provided by Shell Hung in pkg/15543)martti2-5/+5
- Added debug option for Net::SMTP for Mail::Mail::smtp - Removed active folding - Documentations updated
2002-03-14Update to 0.48, provided by Amitai Schlair in pkg/15783.wiz3-13/+22
Changes: * TMDA has acquired the ability to handle local mail delivery itself. It can now do safe and reliable delivery to qmail-style Maildirs and mboxrd-format mboxes, as well as program (pipe) delivery, and forward to a different e-mail address. * Added an -autodbm argument to the 'from-file' and 'to-file' filter sources to match the existing -autocdb capability. -autodbm automatically maintains a DBM file for the specified TMDA list file. No more rebuilding your DBM files by hand, cron, or scripting. * Added the ability to use 'from*' rules in outgoing filters. See the TMDA Filter Specification for details. * Lots of internal reorganization.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb5-15/+20
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13Update "mutt-devel" package to version 1.3.28. Changes since versiontron2-5/+5
1.3.27: - bug fixes - improved SMIME handling - update translations
2002-03-13Updated postfix to 1.1.5martti3-12/+12
- With patch 04, automatic change detection of DBM files was slightly broken (incremental updates would no longer be detected). The fix is to use separate file handles for locking and for change detection. - The trivial-rewrite server could dereference a dangling pointer after stripping a source route (@domain,domain:) from an address while append_at_myorigin=no. Although this setting is unsupported, Postfix should not SIGSEGV anyway. - The SMTP server replied with 552 (too much mail) when rejecting mail content. The SMTP standard defines no reply code for this situation, but one could argue that 550 is more appropriate. And so it shall be.
2002-03-12Can't put source on cdrom'sjmc1-1/+3
2002-03-11Remove target that provides the same functionality as AUTOMAKE_OVERRIDE.skrll1-6/+1
2002-03-11Add USE_X11BASE so the package list lines up correctly with the installjmc1-1/+2
2002-03-11libpspell pulls in libstdc++ via dependency settings in the lib. That needs -lmjmc2-5/+14
to be added to LIBS then as some of the c++ routines referenced use math.
2002-03-08Update to 2.11.wiz3-8/+11
Changes: Bugfixes, and new ruleset.
2002-03-06Updated postfix to 1.1.4martti7-335/+202
Major changes with release-20010228 =================================== Postfix produces DSN formatted bounced/delayed mail notifications. The human-readable text still exists, so that users will not have to be unnecessarily confused by all the ugliness of RFC 1894. Full DSN support will be later. This release introduces full content filtering through an external process. This involves an incompatible change in queue file format. Mail is delivered to content filtering software via an existing mail delivery agent, and is re-injected into Postfix via an existing mail submission agent. See examples in the FILTER_README file. Depending on how the filter is implemented, you can expect to lose a factor of 2 to 4 in delivery performance of SMTP transit mail, more if the content filtering software needs lots of CPU or memory. Specify "body_checks = regexp:/etc/postfix/body_checks" for a quick and dirty emergency content filter that looks at non-header lines one line at a time (including MIME headers inside the message body). Details in conf/sample-filter.cf. The header_checks and body_checks features can be used to strip out unwanted data. Specify IGNORE on the right-hand side and the data will disappear from the mail. Support for SASL (RFC 2554) authentication in the SMTP server and in the SMTP and LMTP clients. See the SASL_README file for more details. This file still needs better examples. Postfix now ships with an LMTP delivery agent that can deliver over local/remote TCP sockets and over local UNIX-domain sockets. The LMTP_README file gives example, but still needs to be revised. Fast "ETRN" and "sendmail -qR". Postfix maintains per-destination logfiles with information about what mail is queued for selected destinations. See the file ETRN_README for details. The mailbox locking style is now fully configurable at runtime. The new configuration parameter is called "mailbox_delivery_lock". Depending on the operating system type, mailboxes can be locked with one or more of "flock", "fcntl" or "dotlock". The command "postconf -l" shows the available locking styles. The default mailbox locking style is system dependent. This change affects all mailbox and all "/file/name" deliveries by the Postfix local delivery agent.
2002-03-06Get distfile from ${MASTER_SITE_LOCAL}, as the unnumbered archive infredb1-2/+2
${MASTER_SITES} now points to drac-1.11, which uses db-3.0.1.
2002-03-01Fix path to the mysql conversion script.bouyer1-2/+2
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update mail/php4-imap to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
2002-02-28Note update of mew to 2.2jun3-16/+8
Mew 2.2 (2002/02/25) Mew 2.2rc4 (2002/02/21) * Defining mew-syntax-treat-filename-default-function. * Binding auto-image-file-mode to nil in mew-flet and mew-frwlet. * Defining mew-use-other-frame. * Yet another bug fix for "t*". * A bug fix for mew-summary-join. * Seeing if incm exists or not. Mew 2.2rc3 (2002/02/04) * Fixing the "foo: ;" problem. * m17n hack for Summary mode of +draft. * Window-config hack for composing mails. * A bug fix for "t*". * Prefix for mew-draft-insert-signature. * Patches for incm. * A bug fix of mew-summary-save for the NAME parameter. * Creating folders specified by Fcc: when composing. * Debug hack. * sleep-for 1 for mew-touch-folder-check. * LANG: "en" -> "C" * A bug fix for mew-buffer-message. * Defining mew-encode-singlepart-hook. * Null body hack for incm. * A bug fix for mew-insert-message. Mew 2.2rc2 (2002/01/17) * Workaround for messages whose size is 0. * TIS 620 hack. * GCC hack for configure.in. * A patch for configure.in. * Displaying the number of marked messages. * make clean hack. * Digit-argument for "0"-"9". mew-summary-toggle-8bit -> "z8". * Supporting ".tif". * "nntp" service entry. * incm hack. * A patch for incm. * incm is merged. * A bug fix for mew-delete-file. * no-fold option for mew-header-insert. * Case-sensitive search for marks. Mew 2.2rc1 (2001/12/20) * A bug fix of C-cC-z for multple PGP data. * A bug fix for w3m. Mew 2.1.52 (2001/12/11) * Sort key hack: "ml2" -> "mlnum" * Copying minibuffer-local-map to mew-input-map. * A bug fix for mew-input-file-name. * wvHtml hack. * Defining mew-broken-parameter-list. * m17n hack. * Defining mew-prog-audio{,2} for Win32.
2002-02-18Introduce new framework for handling info files generation and installation.seb9-19/+23
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll11-27/+27
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14added tnef2txtdrochner1-1/+2
2002-02-14import of tnef2txt-1.4, a portable application/ms-tnef parserdrochner4-0/+42
2002-02-14add tmdadrochner1-1/+2
2002-02-14import of tmda-0.46, a Python-based SPAM reduction system, submitted bydrochner4-0/+141
Amitai Schlair per PR pkg/15075
2002-02-13There is no reason for the BUILD_DEPENDS on autoconf (any more)skrll1-5/+1
2002-02-13Make PKG_SYSCONFSUBDIR settable.taca1-2/+2
2002-02-07Explicitly set {LISP,INFO,PIXMAP,BIN}DIR to fix installation stage. This is dueseb1-9/+14
to the change in revision 1.915 of mk/bsd.pkg.mk that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-05Move PAM dependency into Makefile.authdaemond as the PAM-related code isjlam2-7/+7
localized into the authlib sources. This makes only the courier-auth* modules depend on PAM.
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam5-15/+15
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-03Fix reversed logic for setting INSTALL_TARGET=install-strip. Of course,jlam5-20/+10
we want to strip when STRIPFLAGS contains "-s" and not otherwise. Pointed out by Amatai Schlair in private e-mail.