Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Changes since 0.9.99.
* The first official release.
* The escaping of special characters in action commands has been modified.
* The crash on deleting a remote account has been fixed.
* The IMAP4 parser has been fixed for 64-bit platforms.
* Users are now asked to switch to online mode when sending in offline.
* The line-joining problem of auto-wrapping has been fixed.
* Special characters are now properly escaped when executing
action commands.
* Some compiler warnings have been removed.
* The Japanese manual has been updated.
* Some icons have been modified, and unused icons have been removed.
* The menu strings have been fixed.
* The workaround for invalid CR characters on POP3 has been made.
* The Japanese JPilot address book has been supported.
* Back scrolling on Shift/Alt and Space key press has been enabled.
* Attached text files are now canonicalized before encoded to
BASE64 to conform with RFC 2045.
* The optimal Content-Transfer-Encoding will be used when
attaching text files.
* The icons of the receive dialog have been modified.
* Mozilla Firefox has become a default web browser.
* The auto-expanding status bar has been fixed.
* Messages won't be moved or deleted immediately at local
filtering when immediate execution option is off.
* 'Empty trash' has been added to the folder context menu.
* 'Remove mailbox' has been removed from the folder context menu.
* 'File' menu in the main menu has been reorganized.
* AND/OR matching option has been added to the summary search dialog.
* APOP setting became a separate option for POP3.
* Icons are added to the alert dialog and filter edit dialog.
* Cc is added for the parameter of templates.
* The menu of composition window has been reorganized.
* Gettext has been upgraded to 0.14.1.
* Some minor bugs of filtering have been fixed.
|
|
the software to work. Run "check_perms -f" to make sure permissions
are correct (it still fixes a setgid problem with "mail/mailman").
Remove mm_cfg.pyc (compiled copy of mm_cfg.py) always, so the package
can be deinstalled cleanly.
Closes PR pkg/24041.
|
|
XXX Perhaps the correct thing to do is to define SENDMAIL in the defaults
XXX file for each operating system in mk/defaults/
|
|
|
|
|
|
pkgsrc-2004Q4 is branched.
|
|
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE.
Reformat DESCR.
|
|
|
|
by David Schweikert.
Compared to greylist.pl included with Postfix (2.1.1), Postgrey has the
following additional features:
- Safer database handling: Postgrey does use the logging and transaction
features of BerkeleyDB to maximize reliability.
- Automatical cleaning of the database: Entries that were last seen
more than a defined amount of time get removed automatically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
messages with MIME attachments that match certain signatures, as
well as Jeremy Kitchen's patch that causes such rejections to be
logged.
Bump PKGREVISION.
|
|
to hash the on-disk subscriber database using an algorithm compatible
with case-insensitive filesystems. Enabled by default on Darwin.
Bump PKGREVISION.
|
|
-Added per-post sender confirmation patch from Tullio Andreatta.
See the documentation for ezmlm-make -y for details.
-Changed all example domain names in text files to the RFC 2606 mandated
example.com domain name.
-Several documentation and comment fixes. Thanks Tullio Andreatta.
-Added conf-sub control file, used to choose which subscriber
mechanism to use. This replaces the "make std/mysql/pgsql" mechanism.
Adapted from patch by Tullio Andreatta.
-Got rid of the frivolous uses of /bin/sh to exec ezmlm-send.
-Always reject bounce messages in ezmlm-reject.
-Substitute <#r#> in (un)subscribe confirm messages with just the local
part of the reply address (for web-based confirmation).
|
|
- Added support for modifying the message envelope as well as the body.
- If either the body or envelope output is empty, the input is reused
as-is.
- Export the envelope size, the message size, and the number of
recipients to filters through environment variables $ENVSIZE,
$MSGSIZE, and $NUMRCPTS respectively.
pkgsrc changes:
* As suggested by the install docs, use a temporary directory
writable only by user qmaild (the user as whom qmail-qfilter
typically runs). This can be changed by setting QMAIL_QFILTER_TMPDIR
in mk.conf.
* Find the qmail-queue binary even if QMAILDIR isn't "/var/qmail".
* Add dependency on bglibs.
|
|
Changes:
- Fix memory leaks in LDAP, MySQL and PGSQL userdb/passdb
- Fix hanging when parsing mails that have over 4096 bytes in one
line (SMTP servers normally don't allow over 1000 bytes so it
shouldn't be much of a problem)
- FETCH BODYSTRUCTURE sometimes gave a wrong reply
(eg. with FETCH (BODYSTRUCTURE RFC822.SIZE) if it wasn't cached)
- Never return more than one INBOX in LIST even if there are such
files. They don't work anyway and it just confuses clients.
- mbox: Don't allow creating INBOX directory by creating/renaming
mailboxes under it. They just wouldn't work.
- POP3: Don't return PLAIN in SASL list. We don't support initial SASL
responses, so it only breaks with most clients that try to use it.
- IMAP and POP3 login processes may have sent each line in two IP
packets, one with the data and another with CR+LF. Some clients
didn't work because of this.
|
|
Changes:
- XCLIENT support
- Drop XCLIENT commands coming in from clients for security.
- Added the sample virus_action.sh script to the distribution
- Documentation fixes [Olivier Beyssac]
|
|
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
|
Clarify admonishment to the reader accordingly.
|
|
-fix typo in getmailcore/exceptions.py that would raise a NameError
exception in certain rare cases. Thanks: Gour ?.
|
|
From Georg Schwarz in PR 28715.
|
|
|
|
"reload" command.
|
|
The wrapper will correctly set the CPP environment variable to a
stat((2)able path to a C preprocessor, then rely on the PATH to
find and invoke the real rpcgen.
Remove NO_EXPORT_CPP in package Makefiles where it was used just to
avoid problems with rpcgen. The build system now just does the right
thing automatically without needing package-specific knowledge.
This fixes PR pkg/27272.
|
|
|
|
sys/types.h.
fixes PR pkg/28632 from Georg Schwarz.
|
|
fixes part of PR pkg/28615 from Georg Schwarz.
|
|
Darwin.
|
|
fixes PR pkg/28610 from Georg Schwarz.
|
|
fixes part of PR pkg/28542 from Georg Schwarz.
|
|
- pass option to configure to emulate getaddrinfo()
- include sys/types.h
fixes PR pkg/28439 from Georg Schwarz.
|
|
- pass option to configure to emulate getaddrinfo()
- include sys/types.h
fixes PR pkg/28439 from Georg Schwarz.
|
|
existing defaults) and while here, add QPOPPER_SPOOL_DIR to define spool
directory (no change to existing default).
|
|
|
|
are picked up from mk.conf.
|
|
Closes PR pkg/28686
|
|
for the specifics of the plugins. How did this ever work?
|
|
Should be fix pkg/28687.
|
|
update, so remove it from file system too (hi grant!).
|
|
|
|
bump PKGREVISION for dependency change.
|
|
- Add fallback sendmail path, should fix some buld build problem.
- Add -x option which enable XTND command support to yatd(8).
Bump PKGREVISION.
|
|
Here are some of the new features to look for in Thunderbird:
* Adaptive Junk Mail Controls
* RSS Integration
* Saved Search Folders
Saved Search Folders display messages based on previously set search
criteria. For example, instead of filtering messages into a new
folder, you can create a Saved Search Folder that lists all the
messages received from a certain person over the past 30 days, even if
those messages are stored in different folders and subfolders.
* Global Inbox Support
POP3 users can now combine all of their POP3 accounts into a single
global inbox under local folders.
* Message Grouping
You can now group messages in a folder by attributes such as date,
sender, priority or a custom label. For instance, a folder grouped by
date will group messages from today, yesterday, last week, etc. into
self-contained groups in the message list pane. (View > Sort By >
Grouped By Sort)
* Privacy Protection
In order to help protect your privacy, Thunderbird now automatically
blocks remote image requests in emails from senders you don't know.
* Comprehensive Mail Migration from other Mail Clients
Switching to Thunderbird has never been easier since Thunderbird can
now migrate all of your email data including settings, mail folders
and address book data from common mail applications such as the
Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.
|
|
the pkgconfig file, otherwise it's not able to do SMTP-AUTH, same
patch was sent to the tech-pkg@ mailing list some weeks ago.
While here convert this package to use bsd.options.mk, available options
are: ldap jpilot inet6.
Bump PKGREVISION.
|