summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2007-08-05Note that this conflicts with sylpheed-claws (the old name, beforesmb1-1/+4
the projects terminally separated).
2007-08-04Fix with xorg: use libSM/bl3.mk instead of x11.bl3.mk.wiz2-7/+3
2007-08-04Add missing icon to PLIST.wiz1-1/+2
2007-08-04Two non-working (and hence not committed to CVS) claws-mail plug-ins weresmb1-3/+1
inadvertently added. They're now deleted...
2007-08-03Per discussion with obache@, add an uncommitted comment noting that pine isjwise1-1/+5
a widely used consumer of this package. Many thanks to obache@ for updating this package.
2007-08-03Update imap-uw to 2006j2. OKed by jwise@.obache36-217/+231
Updated: 14 June 2007 imap-2006j is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. Updated: 5 June 2007 imap-2006i is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. imapd now supports the CHILDREN and ESEARCH extensions. imapd's attempt to return COPYUID/APPENDUID information for a traditional UNIX (and MMDF) format mailbox when the mailbox is open by another process has been declared to be a failure and is now revoked. It was subject to a timing race, loss of which involved an expensive reset of the mailbox's UID regime. Any imapd COPY or APPEND to a traditional UNIX or MMDF format that is open by some other process will now no longer return COPYUID/APPEND. Although this is technically in violation of RFC 4315, there is a loophole in that document and the timing race/performance problem is worse. Updated: 4 April 2007 imap-2006h is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. Updated: 30 March 2007 imap-2006g is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. Updated: 30 January 2007 imap-2006f is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. For the benefit of multi-threaded applications, use of strtok() has been abolished in the c-client library. imapd and ipop3d stuff use it though. The TOPS-20 and VAX/VMS ports still use strtok() since they don't use UNIX threads. This version has been test-built on Linux, Mac OS X, NeXT, Windows XP, TOPS-20, and VAX/VMS. This will probably be the last test-build on VAX/VMS since the system I use for that purpose is being shut down. I have no way to test-build on DOS, legacy Mac OS (OS 9 and earlier), OS/2, or Windows CE; and the builds on those systems are probably broken. Updated: 26 January 2007 imap-2006e is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. Updated: 6 December 2006 imap-2006d is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. The decomposition mapping, title-case mapping, and character widths tables have been updated to comply with the Unicode 5.0 standard. Prototypes for the utf8aux.c functions have been moved to a new utf8aux.h. The general c-client modules now include c-client.h instead of the individual files. Use of c-client.h instead of individual include files insulates against future shuffling of include files. Updated: 23 October 2006 imap-2006c is a maintenance release, consisting primarily of bugfixes to problems discovered in the release that affected a small number of users. By popular request, if a user has a mix (or other dual-use) format INBOX, it will no longer be listed as \NoInferiors. It's a bad idea to depend upon this due to the case ambiguity issue, but it's there. Updated: 26 September 2006 imap-2006b is a maintenance release, consisting entirely of bugfixes to problems discovered in the release that affected a small number of users. Updated: 15 September 2006 imap-2006a is a maintenance release, consisting entirely of bugfixes to problems discovered in the release that affected a small number of users. If it is necessary to build IPv4-only on one of the ports that has IPv6 preconfigured (ldb, lfd, lmd, lrh, lsu, osx, oxp), this can be done by using IP6=4. You can't do IP=4 in the build command directly since these ports set IP themselves; however, now instead of setting IP=6 they now set IP=$(IP6). Updated: 30 August 2006 imap-2006 is a major release. Programs written for imap-2004g should build with this version with minor or no modification. imap-2005 was not released except as development snapshots. imap-2006 contains major extensions to its Unicode support. Searching and sorting are now done with strings canonicalized to titlecase and decomposed form. Among other things, this means that Latin letters with diacriticals will now sort with the basic Latin letter, and case-independent searching of such letters (e.g., German umlauts) now works. Previously, sorting was done strictly by Unicode codepoint, and case-independence only worked with ASCII. imapd now supports the UIDPLUS extension for mailboxes in unix, mmdf, mbx, mx, and mix formats. UID EXPUNGE is fully implemented. Note that UIDPLUS is not supported in the little-used drivers (mh, mtx, tenex) in which meaningful APPENDUID/COPYUID data can not be returned. Refer to bugs.txt for more details. The new mix format is a dual-use mailbox format designed for performance and reliability with large mailboxes. mix is documented in file mixfmt.txt. SSL/TLS certificate validation on UNIX now checks the alternative names in the certificate if the CN does not match. The new /tls-sslv23 flag in a mailbox name causes a TLS session to use the (incorrect) SSLv23 client method instead of the TLSv1 client method. Some broken servers use the SSLv23 server method, and this flag works around that problem. WARNING: use of this flag will cause TLS negotiation to fail with a server which uses the proper TLSv1 server method. Additionally, there are known security risks in SSLv2; so users should be suspicious if this switch suddenly becomes necesary. The silly mailbox flag combination /ssl/tls is now rejected as an invalid remote specification. Previous versions tried to negotiate TLS over an SSL session; even if the server permitted such a thing it couldn't work. The memory management of several drivers has been redesigned to consume less memory and hopefully be faster. The private.data member of the MESSAGECACHE (elt) has been replaced with a union that contains private.spare.data and private.spare.ptr, the latter being a pointer. A new FT_RETURNSTRINGSTRUCT flag has been added for mail_fetch_body() and mail_fetch_text() calls. If this flag is set, *and* if the function returns NIL, then the requested string data is available on a stringstruct on stream->private.string. This is a special hack for the IMAP and POP servers and is subject to incompatible change. The result is a major performance improvement in the servers with the mbx driver, particularly with large messages.
2007-08-03Add claws-mail and its pluginssmb1-1/+18
2007-08-03Add claws-mail 2.10.0 and many of the plug-inssmb62-0/+1529
2007-08-02Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.commonjlam5-22/+10
into the Makefiles of the packages that include it: (1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be defined since the only code that used it in Makefile.common was removed. (2) Package Makefiles need to properly define PKG_OPTIONS_VAR and PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk. Set them to the appropriate values to match the orginal names from before the botched migration.
2007-08-02Update thunderbrd and thunderbird-gtk1 to 2.0.0.6.ghen2-6/+6
Security fixes in this version: MFSA 2007-27 Unescaped URIs passed to external programs MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.6/releasenotes/
2007-08-01Update to Dovecot 1.0.3. Some small fixes and one regression from 1.0.2:ghen2-7/+7
- deliver: v1.0.2's bounce fix caused message to be always saved to INBOX even if Sieve script had discard, reject or redirect commands. - LDAP: auth_bind=yes and empty auth_bind_userdn leaked memory - ACL plugin: If user was given i (insert) right for a mailbox, but not all s/t/w (seen, deleted, other flags) rights, COPY and APPEND commands weren't supposed to allow saving those flags. This is technically a security fix, but it's unlikely this caused problems for anyone. - ACL plugin: i (insert) right didn't work unless user was also given l (lookup) right. - Solaris: Fixed filesystem quota for autofs mounts.
2007-07-31Remove broken home page URL, replace broken master site URL withtron1-4/+5
"{LOCAL_PORTS}" and drop maintainership.
2007-07-31Update to 1.1.12. From the changelog:schmonz4-8/+21
* tmda-ofmipd now has native STARTTLS and SSL support courtesy of Stephen Warren. The new options are '--tls', '--ssl', '--ssl-key', and '--ssl-crt'. Note that the tlslite Python module needs to be installed to use this feature. For more information, see the "Builtin SSL/TLS" section of http://wiki.tmda.net/TmdaOfmipdHowto * Fixed a minor bug that prevented the use of both SMTPSSL and SMTPAUTH together.
2007-07-30Install TMDA/Queue, missed in a package upgrade. Fixes tmda-pending.schmonz2-5/+19
Bump PKGREVISION.
2007-07-29Added:adrianp1-1/+10
p5-Email-Address p5-Email-Date p5-Email-MessageID p5-Email-MIME-Attachment-Stripper p5-Email-MIME-Creator p5-Email-MIME-Modifier p5-Email-Reply p5-Email-Send p5-Email-Simple-Creator
2007-07-29Given a Email::MIME object, detach all attachments from the message.adrianp4-0/+29
These are then available separately.
2007-07-29This software takes the hard out of generating replies to email messages.adrianp4-0/+30
2007-07-29Email::MIME::Creator - Email::MIME constructor for starting anew.adrianp4-0/+28
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29This software provides a constructor to Email::Simple for creatingadrianp4-0/+27
messages from scratch. Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29Remove package as it was imported with an incorrect name.adrianp4-27/+0
2007-07-29This software provides a constructor to Email::Simple for creatingadrianp4-0/+27
messages from scratch. Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29RFC 2822 defines the "Date:" header. It declares the header a requiredadrianp4-0/+37
part of an email message. The syntax for date headers is clearly laid out. Stil, even a perfectly planned world has storms. The truth is, many programs get it wrong. Very wrong. Or, they don't include a "Date:" header at all. This often forces you to look elsewhere for the date, and hoping to find something. For this reason, the tedious process of looking for a valid date has been encapsulated in this software. Further, the process of creating RFC compliant date strings is also found in this software. Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29This module provides a very simple, very clean, very specific interface toadrianp4-0/+46
multiple Email mailers. The goal if this software is to be small and simple, easy to use, and easy to extend. Mailers Mailers are simple to use. You can pre-load mailers when using "Email::Send". use Email::Send qw[SMTP NNTP]; If you don't preload a mailer before you use it in the "send" function, it will by dynamically loaded. Mailers are named either relative to the "Email::Send" namespace, or fully qualified. For example, when using the "IO" mailer, "Email::Send" first tries to load "Email::Send::IO". If that fails, an attempt is made to load "IO". If that final attempt fails, "Email::Send" will throw an exception. WWW: http://search.cpan.org/dist/Email-Send/ Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29Provides a number of useful methods for manipulating MIME messages.adrianp4-0/+31
WWW: http://search.cpan.org/dist/Email-MIME-Modifier mported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29Message-ids are optional, but highly recommended, headers thatadrianp4-0/+27
identify a message uniquely. This software generates a unique message-id. Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29This class implements a complete RFC 2822 parser that locates emailadrianp4-0/+27
addresses in strings and returns a list of Email::Address objects found. The goal of this software is to be correct, fast, and API compatible with the MailTools version. Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam7-24/+28
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-28Fix path to Perl. Bump revision.joerg1-2/+4
2007-07-26Update thunderbrd and thunderbird-gtk1 to 2.0.0.5.ghen4-8/+12
Security fixes in this version: MFSA 2007-15 Security Vulnerability in APOP Authentication MFSA 2007-12 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.5/releasenotes/
2007-07-25Update to 2.4.4:xtraeme2-6/+6
* Reply and forward marks are appended after messages are actually sent. * The feature to reply to attached message/rfc822 messages was added. * When a folder is renamed, the path of junk folder is also updated. * A workaround for the error which occurs with Gmail SMTP server was made.
2007-07-18Avoid putting the same objects twice into different libraries (some ofjmmv3-1/+33
which depend on the others), as this fixes the build in Mac OS X. It was previously complaining about duplicate symbols.
2007-07-18Updated mail/clamav to 0.91.1nb1martti3-3/+19
Fix for https://wwws.clamav.net/bugzilla/show_bug.cgi?id=580
2007-07-17Readd compressed mailbox support. Please keep the fragment and justjoerg2-3/+18
remove the option if it doesn't get updated in time again.
2007-07-17update to 2.2.9drochner2-6/+6
changes: -Fixed a memory leak -Oops, fseek() should have been using SEEK_SET, not SEEK_END
2007-07-17Updated mail/clamav to 0.91.1martti4-15/+15
- libclamav/others.c: bump f-level - libclamav/unrar/unrarvm.c: fix another occurrence of bb#555, thanks to Ludwig Nussel <ludwig.nussel*suse.de> - sigtool/sigtool.c: increase MAX_DEL_LOOKAHEAD, requested by Sven - libclamav/scanner.c: don't search for embedded PEs in zip files larger than 1 MB (bb#573) - clamav-milter: Fix memory leak when load balancing - clamav-milter: Chroot handling no longer marked as experimental - libclamav/nsis: fix macro collision on AIX - bb#570 - libclamav/phishcheck.c: fix (null) FOUND - libclamav: rename x86 macroes due to collisions on HPUX - libclamav: Fix warnings on HP-UX
2007-07-16Update to 1.0.2:xtraeme2-6/+6
Fixes several bugs. This release also adds compatibility with upcoming Dovecot v1.1 so it'll be possible to upgrade to v1.1 and back to v1.0.2 without anything breaking. * dbox isn't built anymore by default. It will be redesigned so it shouldn't be used. + Maildir: Support reading dovecot-uidlist (v3) files created by Dovecot v1.1. - Maildir: "UIDVALIDITY changed" errors could happen with newly created mailboxes - If "INBOX." namespace was used, LIST returned it with \HasNoChildren which caused some clients not to show any other mailboxes. - Maildir++ quota: If multiple processes were updating maildirsize at the same time, we failed with "Unknown error". - IMAP: IDLE didn't actually disconnect client after 30 minutes of inactivity. - LDAP passdb/userdb was leaking memory - deliver: %variables in plugin {} weren't expanded - deliver: Don't bounce the mail if Sieve plugin returns failure
2007-07-11Update to 0.91:xtraeme3-18/+9
ClamAV 0.91 is the first release to enable the anti-phishing technology in default builds. This technology combines heuristics with special signatures and provides effective protection against phishing threats. Other important changes and add-ons in this version include: - unpacker for NSIS (Nullsoft Scriptable Install System) self-extracting archives - unpacker for ASPack 2.12 - new implementation of the Aho-Corasick pattern matcher providing better detection for wildcard enabled signatures - support for nibble matching and floating offsets - improved handling of .mdb files (fixes long startup times) - extraction of PE files embedded into other executables - better handling of PE & UPX - removed dependency on libcurl (improves stability) - libclamav.dll available under Windows - IPv6 support in clamav-milter - many other improvements and bugfixes
2007-07-11Add note about /etc/rc.conf.d/postfix.martti2-2/+8
2007-07-08Update to 1.13.xtraeme2-10/+9
1.13 (2007-03-28) ----------------- * New mailgraph homepage URL: http://mailgraph.schweikert.ch * XHTML 1.0 strict output (Yllar Pajus) * add releative jump points (Hugo van der Kooij) * add commented-out code for clamassassin (Adrian von Bidder) * add support for Amavisd-new >= 2.4 (Christoph Kessinger) * add support for Borderware Mxtreme (Postfix variant, Johan Nilsson) * add support for the ClamAV SpamAssassin plugin (Thomas Brown) * add support for MxTreme mail gateway (Guido) * update support for Kaspersky AntiVirus (Igor Moskovko) * update support for AntiVir (Wolfram Schlich) * update support for drweb (Lev) * update support for MailScanner (Simon Hartl, Pierre-Yves Bonnetain) * update support for AntiVir (Frank Urban) * fix DST-switch timewarp in autumn (Parse::Syslog 1.09) * fix hidden rejected line behind are items (Axel Beckert) * fix virbl DNS name (Eddy Beliveau)
2007-07-08Updated libetpan to 0.49.smb2-7/+6
From its Changes file: * release 0.49 - Drive feature enhancements: stream cancellation better handling of ssl error improved imap cache fixes: various bugfixes
2007-07-06update to 1.10.3.1drochner3-30/+6
changes: -bugfixes -translation updates -incorporated security fix for array underflow which was fixed by a patch in pkgsrc
2007-07-06Added mail/policyd-weight.xtraeme1-1/+2
2007-07-06Initial import of policyd-weight-0.1.14.5, packaged by bartosz at atom.eu.orgxtraeme5-0/+116
via pkgsrc-wip. policyd-weight is a Perl policy daemon for the Postfix MTA (2.1 and later) intended to eliminate forged envelope senders and HELOs (i.e. in bogus mails). It allows you to score DNSBLs (RBL/RHSBL), HELO, MAIL FROM and client IP addresses before any queuing is done. It allows you to REJECT messages which have a score higher than allowed, providing improved blocking of spam and virus mails. policyd-weight caches the most frequent client/sender combinations (SPAM as well as HAM) to reduce the number of DNS queries.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam26-52/+99
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-03Fix typo. Thanks schmonz@joerg2-4/+4
2007-07-03Add common handling for libresolv similiar to dlopen(3) wrapping.joerg9-19/+80
For now, DragonFly and FreeBSD use the libc version, it is not reentrant, but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base (the BIND9 resolver), all other fall back to net/bind9. Feel free to add your favorite platform if it has a thread-safe resolver in base. Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and net/nocol accordingly. Testing on !DragonFly and feedback from tron@
2007-07-02Update mail/alpine to 0.999:abs2-7/+6
pkgsrc portability patches submitted back upstream but ignored. Additions include: * Configuration support for Tru64 and some fixes for other systems * New color option Header General Color to color all headers in MESSAGE TEXT screen * Added NONE color setting for Index symbols and Keyword colors so that the background color of a symbol can be set to not blot out the background color of an index line. There is also a similar NORM color that tracks the Normal Color * New color options Index Subject Color and Index From Color options to color parts of MESSAGE INDEX lines * Some improvements to Enable Incoming Folders Checking option, including new options Incoming Checking Includes Total, Incoming Checking Uses Recent, and Incoming Check Interval Secondary * Eliminate address book sorting wars when two different systems sort an address book differently. Instead of checking that the address book is correctly sorted whenever it is opened the sorting will only happen when a change is made. The sort order you see is the sort order from the last system where a change was made. * Added a new category of Rule called a Search Rule. A Search Rule has a Pattern but no Action is associated with that Pattern. It is used with the Select command in the MESSAGE INDEX screen to Select the set of messages that match a rule's Pattern. * Added minor adjustment to display of opening text with Opening Text Separator Characters option. Display of opening text is controlled by configuring your Index Format option to include one of the Subject tokens that causes this behavior (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT). * Added tokens OPENINGTEXT and OPENINGTEXTDQ for use with the Index Format option. These are alternative ways to display the opening text of a message in the index screen. * Added SHORTIMAPSTATUS token for the Index Format * The default values of many features have been changed, exposing a more advanced user interface by default. In addition, though the names of features used in the configuration files remains the same, the displayed text in the Config screen is no longer tied directly to that name. * Changed Windows Alpine so that it can show up in the list of default programs in Vista. Bugs that have been addressed in this release include: * INBOX displayed twice in some situations when there was a folder named INBOX * Crash in PC-Alpine related to traditional UNIX mailbox format * Canceling out of the password prompt when opening an incoming folder was causing the re-open of a previously opened folder to fail * News collection display empty after canceling out of password prompt * Extra password prompt when adding incoming folder after canceling out of earlier password prompt * Recognize and ignore XML processing instructions in HTML messages * Window title was being set using Unicode characters instead of the local character set of the display terminal * The option Busy Cue Spinner Only was displaying an oncoming two-engine airplane instead of a spinner * Got rid of default green Subject header color added in 0.99 * Title Closed Color wasn't being shown when in the composer * Disable-Input-History, which was added in previous version, is changed to Disable Save Input History and its effect is restricted to ambiguous situations, like Save * Added missing input history command for Pipe Attachment * Cannot open another folder after an empty directory is opened when Combined Folder Display and Expanded View of Folders options are set * When answering No to the commit changes question after changing the Inbox Path the change was written to the config file anyway * When the Threading Display Style results in the information being truncated add a thread depth indicator in brackets at the right hand edge
2007-07-01Update to 2.4.3:xtraeme2-6/+6
* 2.4.3 (stable) * The quick search entry is cleared when Escape key is pressed on it. * UTF-8 with BOM is handled correctly when inserting signature. * A possible crash when adding address from address book was fixed.
2007-06-28Tweak COMMENT to aid the naive grepper.schmonz1-2/+2
2007-06-28Remove gotmail, which no longer works with modern Hotmail and isschmonz6-63/+1
not being updated. If you need civilized access to a Hotmail account, try freepops. This addresses PR 36569.