summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-05-21Use the latest IPv6 patchmartti2-6/+6
2004-05-20Fix building on MacOSXadam2-4/+4
2004-05-17_ULIMIT_CMD ends in ';' so no && needed between ${_ULIMIT_CMD} andgrant1-2/+2
${SETENV}. XXX should _ULIMIT_CMD even be being used here?
2004-05-17whitespace fixesgrant1-9/+9
2004-05-15Add missing whitespace.jmmv1-1/+1
2004-05-15Update to version 1.2.3.1.heinz2-7/+10
Take maintainership. Add TEST_TARGET. Enable pkgviews. history of user-visible changes * 1.2.3.1: ** Fixing distribution: triples test files were missing ** Updating man page. * 1.2.3: ** Dumping of data for objects of type szTRIPLE * 1.2.2: ** New command line option: -x SIZE | --maxsize=SIZE to allow users to protect against nefarious TNEF files. ** Removed deprecated command line options ** First pass at a primitive web page for tnef.sourceforge.net * 1.2.1: ** Fixing test failure on NetBSD (698111) and big-endian systems (712371).
2004-05-14Unlimit datasize when building with *any* version of GCC.tron1-2/+2
2004-05-14Unlimit datasize when building with GCC 3.x because the compiler mighttron1-3/+8
otherwise fail to allocate enough memory.
2004-05-13Convert to buildlink3.snj1-3/+3
2004-05-13Changes 4.60:adam9-77/+76
* In PC-Pine, add ability to do piping, Sending-Filters, Display-Filters, and other operations where external command execution is possible. * Control margins in Message Viewing screen with Viewer-Margin-Left and Viewer-Margin-Right * Display flowed text well * Send flowed text when possible, with the ability to turn this behavior off through the new feature Quell-Flowed-Text * Add keywords to folders using the Keywords option to set them up and the Flag Command to set or clear them for particular messages. * In Mac OS X, view and send attachments and URLs according to how the system defines handling them, without relying on the existence of a mailcap or mime.types file * For PC-Pine, add a separate window that contains new mail notifications for all folders currently opened (in PC-Pine Config menu). * Reply or Forward using a Role by turning on the Alternate-Role-Menu option * More IMAP connection caching: control it with options Stay-Open-Folders, Preopen-Stayopen-Folders, Max-Remote-Connections, and Offer-Expunge-On-Stayopen-Folders * New feature Offer-Expunge-On-Inbox * An attempt is made to convert incoming UTF-8 messages to the user's character set * Added support for HOME and END keys in message view and message index * Prevent canonicalization of news server names by setting Mult-Newsrc-Hostnames-as-Typed * Remove hostname from NNTP Path header with Hide-NNTP-Path option * Support for External Categorizer Commands in Rules * Improved interface when editing rules with many comma-separated values * More control over mail checking frequency with Quell-Mailchecks-Composing-Except-Inbox, Quell-Mailchecks-Composing-Inbox, and Mail-Check-Interval-Noncurrent * More control over filtering of control characters to screen with Pass-C1-Control-Characters-as-is option * New Export and Unexport commands in FOLDER LIST screen * Now possible to use message size in Rule Patterns * As a convenience, a shortcut for the command line argument "-feature-list=feature" is "-feature", for example, "-signature-at-bottom" or "-no-signature-at-bottom" * Add PC-Pine command-line argument "-registry noset" * Add command-line argument "-nowrite_passfile" * Add feature Quell-Attachment-Extension-Warn * Add features Quell-Filtering-Messages and Quell-Filtering-Done-Message * Add feature Quell-Charset-Warning * Add feature Maildrops-Preserve-State * Don't remove whitespace from the end of lines, a behavior which can be turned off through the new feature Strip-Whitespace-Before-Send * Double dollar sign escapes special meaning of dollar sign in both Unix Pine and PC-Pine (Using Environment Variables) * RedHat and Debian ports more closely obey the Linux Hierarchy Standard * Improve performance of Select command when using Narrow or Broaden and talking to an IMAP server * Add feature Disable-Terminal-Reset-For-Display-Filters * When displaying a message with QP encoding errors, instead of just reporting "Non-hexadecimal character in QP encoding" and then giving up, attempt to do the best possible * Add feature Show-Sort * Add feature Downgrade-Multipart-To-Text * Add feature Dead-Letter-Files * Port named "soc" is an attempt to use native Solaris compiler * Add ability to justify the full message from the composer by doing Control-W Control-J * Bug fixes
2004-05-13Changes 2004:adam8-38/+38
* mailutil has three new commands: delete, rename, and prune * IPv6 support now exists for UNIX and W2K * The NNTP driver now supports NNTP SASL and TLS * imapd now supports the LITERAL+ and SASL-IR initial-response extensions * The IMAP driver has some additional checks to reduce the amount of network traffic, including executing "silly searches" (searches of sequence numbers only) locally * The IMAP, POP, SMTP, and NNTP drivers now have diagnostic code to provide better information about servers which violate SASL's empty challenge requirements (e.g. with the PLAIN mechanism). * There is a new mail_fetch_overview_sequence() function which is like mail_fetch_overview() but takes a sequence number string as an argument. There should have been a flags argument and FT_UID bit as in all the other mail_fetch_???() functions but compatibility with the past... :-( * The overview_t callback (from mail_fetch_overview()) now has a fourth argument which contains the message sequence number (as opposed to the UID which is in the second argument). It turned out that some applications were calling mail_msgno() (which can be moderately expensive) to get the sequence number, and c-client already knew it. * Many declarations which are completely internal to a driver have been removed from the driver .h file, and in those cases where there are no external declarations left the .h file has been eliminated entirely. As part of this, the mbox driver routines are now incorporated with the unix driver routines as opposed to being a separate file. The mbox driver still needs to be lunk in order to get the mbox functionality.
2004-05-12Do not use install-strip target since it failswiz1-4/+1
because sh install is called, and install is not found.
2004-05-12Do not use install-strip target since it failswiz2-9/+2
because sh install is called, and install is not found.
2004-05-12Do not use install-strip target since it fails;wiz1-4/+1
instead of install, sh install is called and install is not found. The installed files are stripped automatically even after this change.
2004-05-11Unused.wiz1-22/+0
2004-05-10Enable pkgviews installation.minskim1-1/+5
2004-05-10Do not override CC and CFLAGS.minskim2-1/+21
2004-05-10switch to bl3abs1-7/+7
2004-05-09Unused.wiz1-19/+0
2004-05-09No longer used.snj1-63/+0
2004-05-09Convert to buildlink3.snj5-19/+19
2004-05-08Use emacs.mk.uebayasi2-17/+6
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi3-6/+6
2004-05-08exim-user/ doesn't really exist, remove the entry.uebayasi1-2/+1
Pointed out by Bernhard 'Burnhard' Riedel on #netbsd @ IRCnet.
2004-05-08Update thunderbird-gtk2 to 0.6taya2-144/+59
What's new from release notes: * Improved Junk Mail Controls The algorithm for the adaptive junk mail controls has been heavily redesigned to learn faster and catch more spam. * New Brand Identity To be consistent with the Mozilla Foundation's goal of brand identity, Thunderbird has a new logo and supporting artwork thanks to the fine work of the Mozilla Visual Identity team. * Other New Features... - IMAP users can now benefit from support for the IMAP IDLE command which allows the mail server to push notifications such as new mail arriving as soon as it arrives. - Thunderbird supports server-wide news filters that apply to all newsgroups on a server. - Thunderbird includes Secure Password Authentication using a new cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP. - Mail filters can now mark messages as junk. - Tools > Options > Compose > HTML Options allows you to set up default HTML compose options such as font, size and color. - Attachments can be opened directly from the compose window to verify their contents before sending. - Thunderbird now supports the notion of multiple identities per mail account. This makes it easy to have several e-mail addresses which end up going into the same account. Read More about how to set this up. * Recently Fixed Bugs - In the case of a failure when copying a message to an online Sent folder, Thunderbird will now ask if you would like it to try again. - Pasting data from an OpenOffice.org spreadsheet no longer pastes random HTML garbage before the actual spreadsheet data into HTML compose. - Fixed several situations where LDAP connections were left open when using LDAP auto complete or performing searches on LDAP directories. - Improved view source behavior. - Mail notification for POP3 messages that are marked deleted or marked read by mail filters no longer occurs. - The "Mark All Read" keyboard shortcut now works for Linux GTK2.
2004-05-08Update thunderbird to 0.6taya29-284/+492
What's new from release notes: * Improved Junk Mail Controls The algorithm for the adaptive junk mail controls has been heavily redesigned to learn faster and catch more spam. * New Brand Identity To be consistent with the Mozilla Foundation's goal of brand identity, Thunderbird has a new logo and supporting artwork thanks to the fine work of the Mozilla Visual Identity team. * Other New Features... - IMAP users can now benefit from support for the IMAP IDLE command which allows the mail server to push notifications such as new mail arriving as soon as it arrives. - Thunderbird supports server-wide news filters that apply to all newsgroups on a server. - Thunderbird includes Secure Password Authentication using a new cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP. - Mail filters can now mark messages as junk. - Tools > Options > Compose > HTML Options allows you to set up default HTML compose options such as font, size and color. - Attachments can be opened directly from the compose window to verify their contents before sending. - Thunderbird now supports the notion of multiple identities per mail account. This makes it easy to have several e-mail addresses which end up going into the same account. Read More about how to set this up. * Recently Fixed Bugs - In the case of a failure when copying a message to an online Sent folder, Thunderbird will now ask if you would like it to try again. - Pasting data from an OpenOffice.org spreadsheet no longer pastes random HTML garbage before the actual spreadsheet data into HTML compose. - Fixed several situations where LDAP connections were left open when using LDAP auto complete or performing searches on LDAP directories. - Improved view source behavior. - Mail notification for POP3 messages that are marked deleted or marked read by mail filters no longer occurs. - The "Mark All Read" keyboard shortcut now works for Linux GTK2.
2004-05-07pgp-related files removed. pine package no longer installs thesereed7-64/+7
outdated pgp helper filters. This was okay'd by maintainer, Kimmo Suominen. This fix will close my PR 22226. The pgpdecode shell script has an insecure tmp file issue. These pgp help scripts were rewritten in perl and the author no longer uses pine and possibly the scripts may not work with new pine versions. So now MESSAGE suggests installing the security/pinepgp package instead. Also available are wip/pgpenvelope and wip/pine-pgp-filters and when they are available in regular pkgsrc these will be suggested in the MESSAGE too.
2004-05-07"Milli Vanilli told you to blame it on on the rain..."abs2-4/+4
I'll take over ownership of these
2004-05-07Commit PLIST missed in 4.20 -> 4.30 changeabs1-32/+6
2004-05-07Update exim3 to exim-3.36nb2abs25-265/+281
- Fix buffer overflows listed at http://www.guninski.com/exim1.html Update exim to exim-4.33nb1 (from 4.22nb5) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33 - 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime Update exim-exiscan to 4.33_20nb1 (from 4.22-12) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33_20 - Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include - added option to use multiple spamd servers - many mime changes - Added Brightmail Antispam support - clamd fixes Update exim-html to 4.30 (from 4.20) - Update to latest docs Delete exim-user - No longer required - exim now looks up EXIM_{USER,GROUP} at runtime
2004-05-07Add dependency on p5-Mail-Mbox-MessageParser to make this workwiz1-1/+3
again. Closes PR 25121 by Douglas Brebner.
2004-05-07Add and enable p5-Mail-Mbox-MessageParser.wiz1-1/+2
2004-05-07Initial import of p5-Mail-Mbox-MessageParser-0.14:wiz4-0/+40
Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses the best of three strategies for parsing a mailbox: either using cached folder information, GNU grep, or highly optimized Perl. XXX: might need some adaptation for OSs where diff and bzip2 are not in the base system.
2004-05-07Reset maintainer to tech-pkg@ (from ad@, since he is not working on themwiz2-4/+4
any longer).
2004-05-07upgrade to 2004/4/26. pgp decoder enhancements and bugfixes.itojun2-6/+6
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-05-06Use @PKG_SYSCONFDIR@ instead of @PREFIX@/etc/eximreed2-3/+4
for location of configure script check in the exim rc.d script. Bump PKGREVISION.
2004-05-06Install stand-alone qpopper to ${PREFIX}/sbin.taca8-14/+182
Bump PKGREVISION. TODO: support libwrap(tcpwrappers) in stand-alone qpopper.
2004-05-06Update to 1.4.6recht14-133/+70
changes: Updated translations and bug-fixes. Among them: #54319 - Message-list blank even tho there are messages (Jeff Stedfast) #50535 - Doesn't handle EHLO errors proper (Jeff Stedfast) #50485 - Problems with accentuated gpg passphrases (Jeff Stedfast) #50096 - GroupWise attachments and indexing (Jeff Stedfast) #45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3 auto download (Michael Zucchi) #49357 - Email date is incorrect (Jeff Stedfast) #46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast) #41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi) #48759 - Strange behaviour with save as dialog (Jeff Stedfast) #47638 - Default charset is empty (Jeff Stedfast) #48466 - Properties window open after attachment removed (Charles Zhang) #48166 - Size filter doesnt remember the size (Jeff Stedfast) #53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu) #48998 - Apply Button always remain activated (Charles Zhang) #51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan) #40917 - backspace shouldn't highlight the whole remaining string in Setup Assistant (Suresh Chandrasekharan) #47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes) #32996 - Can select VFolders as Offline folders in Evolution Settings (Michael Zucchi) #39410 - "Work offline" does not propobly sync all mails in "offline folders" (Michael Zucchi) #48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu) [...] And many, many more. see http://bugzilla.ximian.com/show_bug.cgi
2004-05-05Updated postfix to 2.0.20martti2-9/+9
- The postdrop mail submission command could die with SIGHUP and abort mail submission. This was observed with mail from cron jobs. - The MySQL client aborted with complaints about multiple attempts to register the same lookup table. This was observed in the proxymap daemon. - As a workaround for agressive SMTP command pipelining clients, the Postfix SMTP server now allows SMTP clients to overshoot the SMTP server recipient limit without triggering the server hard error limit, as long as the number of excess recipients stays within a hard-coded overshoot limit of 1000. If you have such clients then you also need to specify "smtpd_error_sleep_time = 0" or else performance will be poor. - The LMTP client attempted to reuse a connection after timeout, causing protocol synchronization errors. - The trivial-rewrite server could core dump after temporary table lookup failure. This was not observed in Postfix 2.0.
2004-05-04statvfs fix for postfix and postfix-current on NetBSD-current>=2.0D.minskim4-2/+40
Patch provided by John R. Shannon in PR pkg/25430.
2004-05-04XXX: hack around the hack that netbsd-current <stdio.h> tramples themrg2-1/+63
XXX: users fgtstr() namespace...
2004-05-02Update mail/cue to 20040329. Provided by ISIHARA Takanori in PR pkg/25169.xtraeme3-11/+8
Changes unknown...
2004-05-02Convert to buildlink3.snj8-17/+17
2004-05-02Convert to buildlink3.snj1-3/+3
2004-05-02Convert to buildlink3.snj1-7/+7
2004-05-01Remove "NO_CONFIGURE=YES" to make PYTHON_PATCH_SCRIPTS effective.minskim1-2/+2
Pointed out by Bernhard 'burnhard' Riedel on hanirc's #NetBSD. Bump PKGREVISION.
2004-05-01Add thunderbird-gtk2.kristerw1-1/+2
2004-05-01Sort the list of packages.kristerw1-2/+2
2004-04-29Avoid copying '*.orig' files when installing.kim1-3/+3