summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-03-10Updated to 3.01.hiramatsu2-8/+7
I don't quote changelogs for release 3.00 and 3.01, because those entry only mention taking over maintainership. Version 2.117 (2001/08/20) The terms-of-use have been placed in the distribution file "COPY- ING". Also, small documentation tweaks were made. Version 2.116 (2001/08/17) Added long-overdue patch which makes the instance method form of send() do the right thing when given HOW... arguments. Thanks to Casey West for the patch. Version 2.114 (2001/08/16) New special 'AUTO' content type in new()/build() tells MIME::Lite to try and guess the type from file extension. To make use of this, you'll want to install MIME::Types. The "AUTO" setting can be made the default default (instead of "TEXT") if you set "$AUTO_CONTENT_TYPE = 1, $PARANOID = 0". Thanks to Ville SkyttE<#228> for these patches. File::Basename is used if it is available. Thanks to Ville SkyttE<#228> for this patch. SMTP failures (in send_by_smtp) now add the $smtp->message to the croak'ed exception, so if things go wrong, you get a better idea of what and why. Thanks to Thomas R. Wyant III for the patch. Made a subtle change to "as_string" which supposedly fixes a failed MIME data.t test with Perl 5.004_04 on NT 4 sp6. The problem might only exist in this old perl, but as the patch author says, not everyone has climbed higher on the Perl ladder. Thanks to John Gotts for the patch. Added "contrib" directory, with MailTool.pm. Thanks to Tom Wyant for this contribution. Improved HTML documentation (notice the links to the individual methods in the top menu).
2006-03-08Update to 2.1adrianp3-19/+39
> Major changes compared to the Turba H3 (2.0) versions are: > * Submenu with address books and "Add" and "Search" entries in sidebar. > * Distribution lists can contain contacts from multiple sources. > * Shared address books. > * Paged browse view. > * Add files and threaded comments to contacts. > * Edit several contacts at once. > * Improved CSV import. > * Keep names optionally unformatted. > * Export more than one vCard at once. > * New language: Icelandic. > * Drop cached searches. > * Compatible with PHP 5.1. > * Improved MS-SQL support. > * Permissions managed completely though administration interface. > * Permission to restrict number of contacts. > * Command line script to batch import vCards.
2006-03-08Update to 4.1adrianp3-35/+49
> Major changes compared to the IMP H3 (4.1-RC3) version are: > * Small bugfixes. > > Major changes compared to the IMP H3 (4.0) versions are: > * User changes: > - Virtual Inbox and Virtual Trash folder. > - "Empty Spam" menu item. > - Stationery and form responses. > - Not necessary to click on "Attach" button when attaching files. > - Play sound on new mail. > - Multiple message view. > - Ability to create notes from email messages. > - Improved message previews. > - Import of photo attachments into a gallery application. > - Send notification when linked attachments are downloaded. > - Graphical representation of thread on thread view screen. > - Less intrusive notifications when expanding addresses. > - Encrypt PGP messages for all recipients in one message. > - Always send new messages in "flowed" format. > - Added Hebrew and Khmer translation. > * Administrator changes: > - Compatible with PHP 5.1. > - Auto-detection of namespace information from IMAP server. > - Permission to restrict folder creation. > - Support for changing SMTP server/port on login. > - More flexible custom email headers.
2006-03-08Update "milter-regex" package to version 1.6. Changes since version 1.6:tron4-8/+71
- More fixes for the state machine. - Dealing with multi-message connections. "pkgsrc" related changes: - Honor ${PKG_SYSCONFDIR} and ${VARBASE}. - Provide an "rc.d" script.
2006-03-08Bump PKGREVISION for libetpan RECOMMENDED bump.wiz1-2/+2
2006-03-08Remove PKGREVISION after update a minute ago.wiz1-2/+1
2006-03-08Update to 0.43. Update to 0.42 provided in PR 32760 by George Michaelson.wiz5-20/+25
0.43: SSL bugfixes. 0.42: SMTP addition. bugfixes. 2005-12-02 - libetpan-0.41 * release 0.41 - Transfixion * passphrase is implemented for S/MIME and PGP. * avoid symbols conflict between GnuTLS and OpenSSL. 2005-10-07 - libetpan-0.40 - hoa * release 0.40 - Kashmir * SSL initialization is optional. 2005-09-16 - libetpan-0.39 - hoa * release 0.39 - Deliverance * compatibility with GnuTLS * SASL for higher level Add cyrus-sasl dependency. Bump RECOMMENDED for shlib major bump.
2006-03-07Update spamd to 20060307.peter2-7/+7
Changes: - Sync with OpenBSD 3.9 branch. No new functionality, only a few bug/documentation fixes. - All major BSDs are supported now (NetBSD, OpenBSD, FreeBSD and DragonFly). Thanks to Jeremy C. Reed for providing patches for DragonFly.
2006-03-07Update mail/isync to 1.0.2tonio3-30/+7
- remove patch-af, as it is already in the release - take maintainership. Changelog: * src/compat/main.c: fix 'isync -w' writing .mbsyncrc to a wrong directory * src/sync.c: less confusing uid ranges in debug * src/sync.c: - sanitize flag handling of expired messages - don't record we synced flags if we didn't - remove now superfluous temporary rflags * src/drv_maildir.c: less confusing error message on invalid mailbox. * src/drv_imap.c: revert 1.8 - what was i smoking?! the CREATE argument is already quoted; we just extracted it from the previous command. ( that was patch-af ) * src/drv_maildir.c: make flag changes unset "new" status - unless a ghost is acting in the background, a flag change indicates that the message was at least noticed.
2006-03-06Fix parsing of IPv6 address possibly result in privilege escalation.joerg4-3/+42
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz7-13/+14
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam3-6/+6
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam56-112/+112
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-04Make "pam" an option as it is with many other pkgs; it is now off bytv3-5/+18
default. This correctly fixes the PLIST problem with pam, and makes the package more consistent with the rest of pkgsrc.
2006-03-04More errno fixes.joerg3-1/+29
2006-03-04Fix errno.joerg2-1/+23
2006-03-04Update to 2.2.2.xtraeme2-6/+6
* 2.2.2 (stable) * The crash bug that occurred when trying to move IMAP4 folders right under the root folder was fixed. * The crash bug that occurred after a message window was closed while the search dialog was still open was fixed. * Win32: The console window is newly created if --debug or --help option is specified. * Win32: The non-ASCII filename encoding problem on executing external commands was fixed. * Win32: The bug that the main window became not responsive when an error occurred on automatic receiving while the window was minimized was fixed. * Win32: Spanish translation was added for the installer. * Win32: The installer was fixed so that it selects correct language on environments other than Japanese.
2006-03-04Use PKGMANDIR instead of man. And also use INSTALLATION_DIRSreed1-13/+10
instead of INSTALL_*_DIR for some directories.
2006-03-03Remove the "daemon map" database, which is sloppy (it has vestiges of thetv3-5/+5
gdbm map it was originally based on) -- we can re-enable this when it no longer breaks builds on some platforms.
2006-03-02Add DragonFly support. Fix errno.joerg36-14/+611
2006-03-02Update to 1.6:wiz8-83/+61
16/09/2005 : V 1.6 - Removed the algorithm lightgreydomain as the new mxgrey does better and simpler - Removed the UPDATE option, now gld always update triplets. - Fixed a minor flaw in the MXGREY algorithm. - Now you can configure MXGREY to consider an ip as a safe MX after X succesful greylists instead of only 1 . (read gld.conf for details) - Now gld updates the counters only when mail is not greylisted - Added Training mode, read gld.conf for details - Now gld verify that if you supply a custom smtp code, it's a 4XX code otherwise gld discard it and use 450 . - If gld cannot connect to MySQL server on startup it will not refuse to run anymore, but will set keepdbopen to 0 and accept to run . - The sample config file provided now only listen to loopback only accept connection from localhost and runs as nobody/ nobody. WARNING: if you were using lightgreydomain algorithm, it has been discontinued use MXGREY in place, please read gld.conf for details.
2006-03-02Make MESSAGE mysql-specific, since it is.wiz2-4/+5
Final part of PR 32969 by Greg Oster.
2006-03-02Fix build both for mysql and pgsql backends.wiz3-5/+9
Addresses second part of PR 32969 by Greg Oster.
2006-03-02pkglint cleanup.wiz1-3/+3
2006-03-02Convert to make better use of the options framework. Addresses partwiz1-8/+5
of PR 32969 by Greg Oster.
2006-03-02PLIST for sqlite case was out of date -- there are now separate purgejwise1-2/+3
scripts for sqlite 2 and 3.
2006-03-02Fix pkglint -Wall warnings.martti1-3/+3
2006-03-01Fix makebdb (for perdition-bdb package) link arguments.wiz2-5/+5
2006-03-01update to 2.2.1drochner2-6/+6
relevant changes: -The bug that account names with filename-unsafe characters couldn't be used was fixed -The crash bug that occurred if non-ascii newsgroup names appeared while getting newsgroup list was fixed -The performance problem of the quick search while the summary was sorted by thread date with descending order was fixed
2006-03-01Needs pkg-config, add it to tools.wiz1-2/+2
2006-03-01Fix PLIST.cube2-3/+16
2006-02-27Updated mail/postfix-current to 2.3-20060207martti3-7/+12
* bug fixes * install PREFIX/sbin/qshape
2006-02-27Added USE_TOOLS+=perlmartti1-1/+3
2006-02-27Updated squirrelmail-locales to 1.4.6martti3-9/+237
* sync with squirrelmail 1.4.6
2006-02-27Updated squirrelmail to 1.4.6martti11-148/+28
This release is very important, and we strongly advise everybody to update to the latest release. Security Update =============== This version contains a number of security updates that were brought to our attention via a number of sources. - In webmail.php, the right_frame parameter was not properly sanitized to deal with very lenient browsers, which allowed for cross site scripting or frame replacing. [CVE-2006-0188] - In the MagicHTML function, some very obscure constructs were discovered to be exploitable: 'u\rl' was interpreted as 'url' (privacy concern), and comments could be inside keywords (allows for cross site scripting). Both only affect Internet Explorer users. Found by Martijn Brinkers and Scott Hughes. [CVE-2006-0195] - The function sqimap_mailbox_select did not strip newlines from the mailbox parameter, and thereby allowed for IMAP command injection. Found by Vicente Aguilera. [CVE-2006-0377]
2006-02-27Fix pkg/32498martti3-7/+12
- install PREFIX/sbin/qshape Updated postfix to 2.2.9 Most of this patch hardens the TLS implementation against DNS-based attacks, and eliminates some anomalies from the TLS per-site policy engine. See the TLS_README document for tips on how to avoid DNS-based attacks that can change the server hostname that Postfix uses for logging, for TLS per-site policies, and for server certificate verification. The patch also adds a workaround that prevents Postfix from repeatedly trying to deliver mail to domains with a malformed MX record (for example, with a null MX hostname). Postfix 2.2.9 bounces such mail immediately.
2006-02-27Use krb5.b3.mk, don't add libdes to link list. libdes is part ofjoerg3-6/+7
Kerberos IV and not needed by Kerberos V. Bump revision.
2006-02-26uses both C and C++schwarz1-1/+2
2006-02-26Fix DragonFly compilation. Assume OpenBSD will need this as well.joerg2-7/+7
2006-02-24Added new package mail/p5-Mail-DKIM 0.14.heinz1-1/+2
2006-02-24Initial version of the p5-Mail-DKIM package.heinz4-0/+36
This Perl module implements the various components of the DKIM message-signing and verifying standard for Internet mail.
2006-02-24Yawn. Also disable HAVE_STATVFS for DragonFly.joerg2-5/+16
2006-02-22Add rc.d scripts to PLIST (oops!). Bump PKGREVISION.tv2-3/+7
2006-02-21And now, it even installs on Solaris.rillig1-3/+5
2006-02-21Fixed pkglint warnings. Now it builds on Solaris, too.rillig2-24/+26
2006-02-20Extract more sanely, from jlam and joerg. Should fix DragonFly bulk build.schmonz2-11/+9
2006-02-20Update to 4.5.4. From the changelog:schmonz2-6/+6
-added Maildir "filemode" parameter. Thanks: Martin Haag.
2006-02-19Do not let teapop install config file itself,wiz3-3/+16
this conflicts with the pkginstall framework. Bump PKGREVISION.
2006-02-19Fix embedded ghostscript path. Bump PKGREVISION. Remove BROKEN_IN.wiz1-4/+3
2006-02-19Do not abuse OWN_DIRS. Fixes CHECK_FILES build.wiz2-3/+6