summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-4/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Fix typo, spotted by Chris Ross.ghen1-2/+2
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam1-2/+0
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25The package supports installation to DESTDIR.heinz1-1/+2
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam2-0/+4
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam50-51/+0
can handle packages having no PLIST files.
2007-10-25Update to 1.4d (previous 1.4.2 was 1.4b). Take MAINTAINERship.ghen4-24/+18
2006-11-16 Brian Burton <brian@burton-computer.com> * Released as 1.4d * configure.ac: Added ability to selectively disable image processing using --without-gif, --without-jpeg, and/or --without-png. * src/spamprobe/spamprobe.cc (set_headers): Added ability to selectively ignore individual headers using -H-headername. * src/includes/Ptr,Ref,Array.h: Restored missing <cassert> include. * src/parser/PngParser.cc (tokenizeImage): added basic tokens from PNG images. 2006-11-16 Brian Burton <brian@localhost.localdomain> * src/parser/PngParser.cc (PngParser): Stub for PNG parsing using libpng. * src/parser/JpegParser.cc (tokenizeMarker): Preliminary implementation of jpeg parsing using jpeglib. * configure.ac: Auto detect of either libungig or libgif depending on which one is available. 2007-01-04 Brian Burton <brian@burton-computer.com> * Released as 1.4c * spamprobe.1: Modified man page to remove unnecessary informaton and make it more conformant with man page conventions. * src/spamprobe/spamprobe.cc (process_extended_options): added ignore-body option. * src/parser/HeaderPrefixList.cc (HeaderPrefixList::addHeaderPrefix): Forced header prefixes and names to lower case instead of relying on an assert to enforce the restriction. * src/database/FrequencyDBImpl_hash.cc (hash::FrequencyDBImpl_hash): Disabled experimental hash database auto-cleaning. * src/includes/Ref.h: Removed cassert include. * src/spamprobe/spamprobe.cc (process_extended_options): Added whitelist option to allow use of SP as a bayesian white list in conjunction with other filters.
2007-10-24Add some more directories needed for DESTDIR installations.joerg1-2/+2
2007-10-23Update claws-mail to 3.0.2:smb28-87/+91
* Bug fixes: o bug 1320, 'Memory leak caused by gtk_container_get_children' o bug 1321, 'access before allocation when scanning for uris' o bug 1324, 'Corrupted IMAP cache' o bug 1327, 'segfault when replying to a non-existent news message' o bug 1329, 'error in quicksearch.c' o bug 1334, 'user defined mail incorporation script not run' o bug 1336, 'Segfault if empty space before search-string' o bug 1337, 'Crash on removing uncached emails' o Prevent unquoted mime boundaries, by always using a / o Remove unnecessary error when cancelling export to mbox. o MAEMO: make all Folder Properties pages visible o MAEMO: fix overlapping buttons in Edit Accounts page Also update the version dependencies of all plug-ins. The reality of the numbering for standard plug-ins was different than had been assumed, and the actual published dependencies were more complex tha was captured by the previous structure.
2007-10-23Documentation updated to match exim 4.68adam2-6/+6
2007-10-23Update to 5.423:wiz2-6/+7
5.433 2007-09-27 Dave O'Neill * VERSION 5.4.33 RELEASED * (bugfix) Fix API regression - MIME::Entity::body() should return an arrayref. Fixes RT 29643. 5.422 2007-09-25 Dave O'Neill * VERSION 5.422 RELEASED * (bugfix) Require File::Temp 0.17 or newer for IO::Seekable support. This fixes test failures seen on Darwin. * (bugfix) Clear filer's purgeable() before calling init_parse(). Fixes RT 7858. commit 005e387c42957f2a433464beaef1d2b416746963 Author: Dave O'Neill Date: Fri Sep 21 12:41:03 2007 -0400 Add LICENSE item to Makefile.PL 5.421 2007-09-21 Dave O'Neill * VERSION 5.421 RELEASED * (enhancement) Use File::Temp for tempfile generation. MIME::Parser now has a tmp_dir() method for changing the temporary directory on a per-parser basis. 5.420_02 2007-08-29 Dave O'Neill * VERSION 5.420_02 (developer release) * (bugfix) Correct 'use vars' and add a 'use strict' (fixes RT #22681) * (bugfix) Don't allow all-whitespace filenames in recommended_filename() (fixes RT #6115) * (bugfix) Require IO-stringy 2.110. Fixes RT tickets 11312, 11452, 12375, 12784, and 18791 * (docs) Updated RFC references to refer to MIME RFCs 2045-2049 (RT #14119) * (cleanup) Warn if no decoder is found for a given encoding. (RT #22682) * (cleanup) IO::Wrap no longer used, IO::ScalarArray use minimized 5.420_01 2007-06-18 Dave O'Neill * VERSION 5.420_01 (developer release) * (bugfix) Fix warning generated by a header of "Content-Type: /". Previous versions would warn about undefined variables. We now set a blank type and subtype. * (cleanup) Partial removal of dependencies on IO::Scalar and IO::ScalarArray. We now use Perl's built-in I/O on scalars as much as possible. NOTE THAT THIS REQUIRES PERL 5.8! * (cleanup) FileHandle usage removed in favour of IO::File * (cleanup) Remove broken utility methods -- shellquote() because it didn't really make anything safe, and catfile(), because File::Spec is better. * (cleanup) Multiple test cleanups, including removal of ExtUtils/TBone.pm. Tests now use Test::More. * (cleanup) Remove support for recycling tempfiles ( tmp_recycling() and its usage in new_tmpfile() ) * (cleanup) Remove nasty "eval join('',<::DATA>) unless caller()" testing code from various modules * (cleanup) Merge all changelog information from README and MIME/Tools.pm into ChangeLog
2007-10-22Updated mail/postfix-current to 2.5-20071006martti3-16/+16
Lost of fixes, see HISTORY for details...
2007-10-22Updated mail/postfix to 2.4.6martti2-6/+6
- A remote SMTP client TLS certificate with an unparsable canonical name triggered a panic error in the Postfix SMTP server (attempt to allocate zero-length memory) while sending a request to an SMTPD policy server. - On backup MX servers where the queue file system is mounted with "atime" (file read/execute access time) updates disabled, the flush daemon would trigger mail delivery attempts once every 1000 seconds, thus rendering the maximal_backoff_time setting useless for backup MX service.
2007-10-19- create /var/spool/mqueue with mode 0700jnemeth2-41/+37
- pre-create all directories with INSTALLATION_DIRS+=... - convert to DESTDIR
2007-10-17Add patch taken from Courier CVS repository that fixes a memory-stompingjlam3-5/+33
bug when reporting unknown local recipients. Bump PKGREVISIONs of courier and courier-mta.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn5-10/+10
2007-10-16Fix malformed dependency line, caught by pbulk. (Hi jlam!)tnn1-2/+2
2007-10-16add a note about updating mtree files to avoid insecurity complaintjnemeth2-2/+13
2007-10-16Update ruby-actionmailer to 1.3.5.minskim2-8/+8
Changes: * Depend on Action Pack 1.13.5
2007-10-16Make thunderbird also obey the mozilla-single-profile package option thatdmcmahill3-6/+5
is used already for firefox and thunderbird.
2007-10-15Update mail/sqwebmail to 5.2.0. Changes from version 5.1.6 include:jlam11-134/+35
* Missing </table> when displaying folder list. * Use SQWEBMAIL_RANDSEED if it's set, instead of sendit.sh's inode. * Remove hardcoded reference to TIMEOUTHARD * Global footer wasn't being added correctly to HTML-formatted mail. * Fixes to inferred HTML formatting. * Fix signing of multipart messages that contain 8 bit content.
2007-10-15Update mail/courier-analog to 0.15. Changes from version 0.14 includejlam2-6/+8
understanding the new IMAP/POP log format generated by courier-imap>=4.2.0.
2007-10-15Update mail/courier-imap to 4.2.1. Changes from version 4.1.3 include:jlam9-125/+52
* Try to autodetect clock skew. * Include remote port number in IMAP and POP3 logs. * Optimization: skip over folders not in the current scope, avoiding unnecessary overhead of checking their ACLs.
2007-10-15Update mail/courier-mta to 0.57.1. Changes from version 0.56.0 include:jlam23-376/+97
* Major code cleanup. * "User unknown" reports complete local address, including extensions. * Only run courierfilters after all control files are closed. * "opt BOFHHEADERLIMIT" replaces hardcoded limit of 100,000 bytes of headers per message. * Reject <@domain.com> for a recipient's address. * Tolerate newline-less responses from the filter. * Document that sysexit 100 from .courier is a permanent failure. * "courier show all" and "courier clear all" commands for managing backscatter suppression list.
2007-10-15Update mail/courier-maildir to maildir code from courier-0.57.1 release.jlam3-7/+8
No changes.
2007-10-15Fix references to OPENLDAP (where this bl3 files was originally copied from).ghen1-3/+3
2007-10-15add DESTDIR supportjnemeth1-2/+4
2007-10-15add a note that the interface between libmilter and sendmail is subjectjnemeth1-0/+4
to change without notice
2007-10-14Changes 4.68:adam5-61/+16
* Bug fixes
2007-10-11Update to 2.4.7:xtraeme2-6/+6
* The bug that 'Set display item of summary...' button in the common preferences dialog always show send folder setting was fixed. * The previous focus is kept when separation of view is changed. * The status label is automatically resized now when there is not enough width. * The bug that virtual folders were not sorted properly was fixed. * The crash when trying to use ascii-armored PGP encryption was fixed. * The most of compiler warnings were removed. Changes for 2.4.6: * The 'To' column was added to the summary view. * In Sent, Draft, and Queue folders, the 'To' column is displayed by default. * The display column setting of send folders became independent from normal folders. * The ascii-armored PGP encryption was fixed. * The combined method is used now when both PGP encryption and PGP signing are specified. * The PGP passphrase dialog was disabled on filtering and query search. * The new message notify will be blocked when a new message is read on receiving. * 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain folder list from IMAP4 server. * The bug that noinferior and noselect flags were ignored until rebuilding folder tree when a new folder was created on IMAP4 server was fixed. * If attached files become nonexistent on sending, error dialog will be displayed and the sending will abort.
2007-10-11Add p5-IMAP-Client-0.13 (and its small dependency, p5-URI-imap).tv9-1/+77
From DESCR: This module was created as a low-level inteface to any IMAP server. It was built to be a 'clear box' solution to working with an IMAP environ- ment. The idea is that anything an IMAP client should be able to do, and any information available via the IMAP specs, should be available to a client interface and user. This way, the full strength of the IMAP protocol and data can be utilized, ideally in the most network- efficient mannger possible, rather than being contrained only to a sub- set of commands or data-limited responses. If the server says it, the client should be able to see it. This module also takes steps to be able to handle anticipated situa- tions for the user rather than forcing a per-implementation behavior for such expected events, such as referrals. IMAP::Client will fully support referrals, and will transparently handle them for whatever com- mand is issued to them (so long as the referral s for anonymous or the same user with the same password - a new user or different password would require a new username/password to be obtained. As of 0.01, this is not supported, however the framework is down. This module also tries to follow the various RFCs for IMAPrev1 communi- cations very closely, enforcing client-side responsabilities where appropriate.
2007-10-11Add $HOME/.pinepwd support by default; bump PKGREVISION. Option "pinepwd"tv2-5/+20
can be disabled to remove the behavior again. In spite of UW's "recommendations" against enabling this, it should be up to the sysadmin and user whether to use the rope to build a bridge or hang him/herself. PC-Pine has it enabled by default; there's no reason besides FUD to make the Un*x build any different.
2007-10-11Don't check for a thread-safe resolver library if both SPF and DNS RBLtron2-1/+15
support are disabled. Based on a patch by Emmanuel Dreyfus. This should fix PR pkg/37064 by Petar Bogdanovic.
2007-10-10Don't include "mail/libspf-alt/buildlink3.mk" unconditionally. It istron1-2/+1
only necessary if the "spf" option is enabled (which is the default). This fixes one of the problems reported in PR pkg/37064.
2007-10-09Remove trailing spaces.martti2-4/+4
2007-10-09Correct SITE.* macro for the squirrelmail-lite's patch file.taca1-2/+2
2007-10-08Fix file permissions for default profile. Bump PKGREVISION.ghen3-3/+6
2007-10-07Location for the fancythreads patch has been moved.obache1-2/+2
Noticed by Mirko Thiesen in PR 37068.
2007-10-04Added claws-mail-spamreport.obache1-1/+2
2007-10-03Update optional patch to support squirrelmail-1.4.11.taca2-8/+13
Since this commmit fixes broken options, I don't bump PKGREVISION now.
2007-10-02Hotmail's site has changed; update Hotmail module to get thingsschmonz2-1/+2007
working again, and bump PKGREVISION. From the changelog: - Fix a slew of issues related to changes made by Hotmail and bugs that finally became issues. Added the "AllowUnsafe" parameter. - Merged in user submitted change and fixed a bug that was causing issues with properly ending messages. - Added the domain parameter for those with a hosted hotmail domain and fixed the infinite loop issue with live light. XXX FreePOPs has a self-updater for situations like this, but it's XXX nontrivial to package.
2007-10-02Updated mail/squirrelmail to 1.4.11martti4-20/+32
Version 1.4.11 - 29 September 2007 ---------------------------------- - Minimum PHP requirement raised from 4.0.6 to 4.1.0. SquirrelMail has been broken for a while with 4.0.x without anyone noticing, this move merely reflects reality. - Fix broken set_url_var function in functions/html.php (#1729814). - Fix config.pl not detecting auth support correctly (#1727033). - Fix display of X-Priority in message view. - Work around mailers sending broken Date headers with no space after the first comma. - Let POP3 class properly cope with lines starting with a '.'. - Some HTML validation cleanups. - Invalid year in sent_subfolders plugin (#1607380). - Always treat Content-Type case-insensitively (#1732092). - Fix typo: html/plain should be text/html. - Fix en/decode header swith in MDN (#1694687). - Fix compatibility with Windows path in administrator plugin (#1740469). - Fix disabling password encryption in mail_fetch (#1738001). - Fix busy loop and notice when two literals in IMAP fetch (#1739433). - Backported code for site wide SMTP authentication (#1531889). - Fixed issue with compose session not being cleaned after message is saved or sent. - Added ability to detect HTTP_X_FORWARDED_PROTO in get_location(), thanks to Daniel Watts - Fix test for signout.php in the logged in check in is_logged_in() so it cannot be circumvented by manipulating the URL. External plugins might rely on this function guaranteeing that the user is logged in. - Use attachment_dir only at the point where we're actually reading from / writing to the files, do not carry it around in the object. This makes us safer in the event the object is somehow exposed to the outside world. - Better support mailboxes named 'None' (#1598890). - Sort readdir() output in conf.pl (#1755886). - Fix message cache in printer friendly, thanks Tomas Kuliavas. - Made the webmail_top hook work again for plugins that want to change the URI of the "right" frame; plugins have to change the value of the global variable $right_frame_url - Fix issue in darkness theme with extra closing bracket. - No longer store all message composition sessions in the PHP session, since it was not made use of and in rare cases, made sessions too big. - Composition restoration functionality now correctly restores attachments. - Added smtp_auth hook. - Change default Selection List Style to Indented. - Added "preselected" query argument to mailbox list. - Added mailbox_display_buttons hook. - Removed "Include CCs when Forwarding Messages", which had no functionality whatsoever. - Make the Message Details plugin actually show the correct entity when viewing details of attached messages.
2007-09-28remove stale patchdrochner1-13/+0
2007-09-25The sendmail and libmilter should have different sets of options. Injlam4-14/+24
particular, libmilter does *not* support "ldap", "sasl", etc. which are supported by only sendmail. Do this through the following: (1) Create libmilter/options.mk with support for the "inet6" option. (2) Drop inclusion of options.mk from sendmail/Makefile.common and move it to libmilter/Makefile and sendmail/Makefile. While here, properly support IPv6 on FreeBSD, which like DragonFly has getipnodebyname() in libc. As a result of these changes, libmilter will no longer depend on cyrus-sasl or openssl or openldap-client depending on what is set in PKG_DEFAULT_OPTIONS. Bump the PKGREVISION of libmilter to 1 due to the changed dependency list. No change to sendmail as the binary package does not change.
2007-09-25Fix comment (GConf2 -> GConf).hira2-4/+4
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-2/+2
2007-09-25mv -> ${MV}.hira1-2/+2
2007-09-23The URL of the 0.99.x->1.0 update notes changed now 1.1 is in beta.ghen1-2/+2
2007-09-23Repeat after me: NEVER depend on an exact revision of a package unlessjoerg23-93/+115
you *really* REALLY mean that. Fix the dependencies of all claws-mail packages on claws-mail itself. Bump all those revisions. Fix some indentation while here to be at least basic consistent.
2007-09-23Revert import during freeze.ghen13-860/+1