summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-12-05Update to 1.0:jmmv4-24/+26
1.0 November 25, 2004 * Some minor IMAP issues have been fixed * Some IMAP servers did not properly support the IDLE extension, so it can now be disabled in the mailbox properties * If the POP3 or IMAP password is left blank, it will now be prompted only if needed * When MIME support was disabled, the Sylpheed backend was not considering unread messages as new: fixed * Updated translations: * Serbian (Filip Miletic) * German (Hendrik Brandt) * Portuguese (Duarte Henriques) * New translations: * Polish (Tomasz Sarota-Raczek) 0.99 November 15, 2004 * The IMAP capabilities sent in a PREAUTH, AUTHENTICATE or LOGIN response were ignored, and a CAPABILITY command was not re-issued after a successful authentication: fixed * Added a "Display mail summary in tooltip" option 0.8.1 November 4, 2004 * Mail summary popup fixes and improvements: * do not recreate it when updating its contents: removes some flicker * added a workaround for a Metacity bug which sometimes misplaced the popup * the text fonts can now be configured from the properties dialog * Now compiles cleanly even when -fstrict-aliasing is in use * Some additional workarounds for http://bugzilla.gnome.org/show_bug.cgi?id=64764 have been added: fixes a few random crashes * Some widgets have been named, so that they can easily be matched in a GTK+ resource file * The status icon could not be customized from a resource file: fixed * Updated translations: * Serbian (Filip Miletic) 0.8.0 October 31, 2004 * The double-click action can now be customized * A mail reader can now be launched * IMAP IDLE support has been implemented * The mail summary layout has been improved * The mail summary is now also displayed in the tooltip * The tooltip now supports keyboard activation * A mail summary popup option allowing to only display recent mail has been added * A bug which caused SASL authentication to sometimes fail has been fixed * The Gmail parser was getting confused by special strings embedded in message fields: fixed 0.7.1 October 25, 2004 * Gmail fixes: * does not crash when a GNOME proxy is set * handles starred and labelled messages * ignores non-inbox messages * messages were considered unseen on each check and the mail summary was always popped up: fixed * The POP3/IMAP/Gmail password can now be left blank (in such case, it will be prompted when needed and not be saved to permanent storage) * A command can now be executed when all mail has been read * The user interface now displays the IMAP folder name (unless it is inbox) * The tooltip now displays message counts * Minor fixes and cleanups * Updated translations: * Serbian (Filip Miletic) * German (Hendrik Brandt) * Portuguese (Duarte Henriques) 0.7.0 October 6, 2004 * Binaries compiled with GCC 3.4.x were crashing in various places: fixed * Fixed a vulnerability in the IMAP code (a malicious IMAP server could trigger a null pointer dereference by sending an invalid reply) * Fixed a vulnerability in the Gmail code (a man in the middle attack could, with some libsoup configurations, trigger a null pointer indirection) * The properties dialog has been split into tabs * A mail summary has been added (requires GMime version 2.0 or superior) * Double-clicking on the icon now displays the mail summary (the double-clicked command has been removed) * The "new mail" command is now executed every time a mailbox receives one or more new messages * Tracks the latest Gmail change (reported by Vincent Noel) * Gmail support now requires libsoup version 2.2 or superior (which is part of GNOME 2.8) * The manual is now installed in the proper location (Pascal Giard, Christian Krause) * The --with-gconf-schema-file-dir configure argument was ignored: fixed (Julio M. Merino Vidal) * A few minor issues have been fixed * Some cleanups have been performed * The German translations have been updated (Hendrik Brandt) * Added Serbian translations (Filip Miletic) * Added Bulgarian translations (Vladimir Petkov)
2004-12-04Update mail/proxsmtp to 1.0. Changes from version 0.6 include:jlam3-11/+9
- Added XCLIENT support. - Drop XCLIENT commands coming in from clients for security. - Added big scary warnings to the sample scripts about escaping variables.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-3/+3
2004-12-04Link against libwrap to build link. Include tcp_wrappers/bl3 so we always havewiz3-2/+17
libwrap available.
2004-12-04Backout last change which broke building this package.tron1-2/+2
2004-12-041)Generate extension directory at installation time.taya13-66/+428
2)sync patches from www/mozilla. - update patch-ab from commit log >> date: 2004/08/31 02:37:57; author: danw; state: Exp; lines: +13 -6 >> darwin fixes (tested against firefox-gtk2) - update patch-ac - update patch-bx - add patch-bz - add patch-ca - add patch-cb from commit log >> date: 2004/07/07 09:08:31; author: aymeric; state: Exp; lines: +14 -7 >> . on PowerPC, update files so that Mozilla works properly when compiled with >> gcc version 3+. >> . generally reduce diffs to Linux version >> . retain compatibility with older ABI (AIX-like) thanks to useful comments >> from Charles Hannum >> >> Thanks to Matthew Green for the fruitful discussion. This should address >> PR#23240 as far as mozilla is concerned. - remove patch-bn enable HAVE_SOCKLEN_T - update patch-br from commit log >> date: 2004/10/04 11:52:45; author: grant; state: Exp; lines: +10 -6 >> bring across a patch in Firefox for using thread-safe resolver library >> functions on NetBSD >=2.0F. - update patch-cc make mozilla work on NetBSD-current/alpha 3)bump PKGREVISION
2004-12-04Reset maintainer on his request.wiz1-2/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz21-54/+54
Suggested by Roland Illig, ok'd by various.
2004-12-03Update to 0.2.0:wiz2-6/+5
0.2.0: (2003-06-26) * -b/-B options to redirect tagged messages to another email address. * -i option to not run spamassassin on messages coming from specified networks. * All arguments after -- wil get passed to spamc (deprecate -D at the same time). * Envelope, remote IP, HELO, and date get sent to spamc, so the results more closely match what spamc via procmail sees. A lot of SA rules could never fire because this data was missing. You will need to add a line to your sendmail config file to enable date passing (see README). * A compatible manpage is generated on systems without mdoc macros. * Incoming messages with absolutely no headers at all now get checked correctly
2004-12-02Fix thinko with previous commit -- the builtin db1 is okay to use.jlam2-4/+3
Bump the PKGREVISION to note the change in the default.
2004-12-02Add and enable proxsmtp.jlam1-1/+2
2004-12-02proxsmtp 0.6 - SMTP proxy content filterjlam7-0/+151
ProxSMTP is a flexible tool that allows you to reject, change or log email based on arbitrary critera. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and filtered before forwarding. ProxSMTP can be used as a transparent proxy to filter an entire network's SMTP traffic at the router.
2004-12-01Update to mimedefang 2.49markd2-5/+5
Changes: minor bug fixes.
2004-11-30Use bdb.buildlink3.mk to get the DB library to use for the "hash" mapjlam4-26/+68
type. All platforms now support the "hash" map type as a result. Remove the explicit dependencies on db4 and db2 on non-Linux and Linux, respectively. Bump the PKGREVISION.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz2-4/+4
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Do not copy Makefiles around, just use MAKEFILE variable.wiz1-2/+2
2004-11-30Run s|/usr/local|${PREFIX}|g substitution during configure stage, since ituebayasi1-2/+2
refers ${PREFIX} expanded.
2004-11-30* Take maintainership.uebayasi1-9/+6
* Run s|/usr/local|${PREFIX}|g substitution during configure stage, since it refers ${PREFIX} expanded.
2004-11-30Back out previous.uebayasi3-16/+17
2004-11-30Replace mail/mew (not mail/mew3) with Mew 4.1, as I intended.uebayasi3-20/+41
2004-11-29Don't overwrite $pidfile if the command is "status" or "stop".xtraeme1-2/+2
2004-11-29Fix typo, it's BEFORE mail not postfix.xtraeme1-2/+2
2004-11-29Update mail/mew to 4.1, obsoleting mew 2.x/3.x.uebayasi3-17/+16
This is a major update. Changes since 3.x are: * Summary mode format - Parts of message bodies are displayed. - Message number disappeared. - "=" displays its message number. - Refile information overrides its body part in Summary mode. - 'mew-scan-form*' is now 'mew-summary-form*'. - "j" now jumps to a message with line number instead of its message number. - You can still pack messages by "O" in a local folder. * A new mark scheme - Marks are preserved even if Emacs is terminated. - The unread mark 'U' is introduced. - The multi mark '@' is obsoleted. - To handle multiple messages, use the target mark '*'. - To preserve the target mark '*', use the escape mark '$'. - You can create Virtual mode for unread messages by "C-um/" + 'U'. * Summary mode - Refile information is logged. See "Mail/Refilelog". - You can pick or grep for a region as well as the entire folder. ("?" and "'") - You can rename and remove folders. ("Rd" and "Rr") * Message mode - If To:/Cc: contains many addresses, they are covered with a invisible veil except the first four lines. To toggle the veil, type "zv". * Virtual mode - You can pick or grep if the Virtual mode is created of a one physical folder. - You can make a thread if the Virtual mode is created of a one physical folder. * Draft mode - You can complete addresses even if they have the same user name. See 'mew-use-full-alias'. - Fixing a bug of 'mew-make-message-hook' so that ispell-message works. * IMAP - A new name space. You can omit the unnecessary prefix, "inbox."! - Fcc: %backup - Invalid cache messages are marked with "#". - Invalid cache messages can be created even online (by "x"). - IMAP messages are cached with the same UID number. - Transition mechanism from POP to IMAP is provided. M-x mew-summary-from-local-to-imap copies messages on a local file system to an IMAP server. * NetNews - NetNews articles are now gained access by article numbers instead of Message-Id:. Articles are cached with the same article number. * Spam filter - Mew side filtering when scanning/retrieving. See 'mew-inbox-action-alist'. - Mew side filtering by a command. ('"') - IMAP server side filtering. See 'mew-imap-spam-field'. - Learning as spam or ham. ("ls" and "lh") * Network - POP/IMAP/SMTP/NNTP preserves its status even if its connection is lost by accident. * Other - "mewls" is now called "mewl" so that both "mewls" or Mew 2/3 and "mewl" for Mew 4 co-exist.
2004-11-29Reset maintainer on his request.wiz1-2/+2
2004-11-29Update to 3.2.3.xtraeme2-5/+5
Version 3.2.3 is a maintenance release and contains corrections to v3.2 only. BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages BUGFIX: Signature is not written to multipart blocks with no content type BUGFIX: dspam_dump for a particular token fails with MySQL 4.1 BUGFIX: Bayesian Noise Reduction is never instantiated
2004-11-29Overhaul ja-mh package, update to ja-mh6-3.05.taca25-272/+241
- Based on mh-6.8.4-JP-3.05 + four official patches. - Update MASTER_SITES and HOMEPAGE. - make vmh(1) build again. - specify proper link option; build again after introduce of "toolchain wrappers." - improve patch to concat.c. Great thanks to Masanori Mikawa on tech-pkg-ja.
2004-11-29Update to 0.31. Fix HOMEPAGE (moved).tv3-15/+10
Notable changes (no changelog to speak of): - added srsc command line client to srsd - fixed upper/lower case comparisons in domain matching
2004-11-28Update to latest CPAN version, 5.145:wiz2-9/+8
2004-10-27 David F. Skoll * VERSION 5.415 RELEASED * Fixed parsing of paramater="" in headers, and fixed case where multipart boundary is "" 2004-10-06 David F. Skoll * VERSION 5.414 RELEASED * Remove MIME::QuotedPrint 3.03 as a dependency and add MIME::Base64 3.03 instead. * Check return values of I/O operations like open(), close(), etc. and die if they fail. Problem reported by Mark Martinec. 2004-09-15 David F. Skoll * VERSION 5.413 RELEASED * Fix some $VERSION = xxx assignments that were broken; make sure VERSION shows up as 5.413 everywhere. Sorry about that! 2004-09-09 David F. Skoll * VERSION 5.412 RELEASED * Recognize "binhex40", "mac-binhex" and "mac-binhex40" Content-Transfer-Encodings. * Filer.pm: Be much more strict in evil_filename, allowing only a set of known good characters. 2004-09-08 David F. Skoll * Skip BinHex decoding if prerequisite modules not installed. * Fix BinHex decoder so it encodes correctly; regression test for BinHex encoding now passes. * Require MIME::QuotedPrint 3.03 or newer. * Rename variable "$jkfis" to "$how_encoded" * Correct attribution of changes in changelog. * Correct bad regexp test for "bad PDF" files. 2004-09-07 David F. Skoll * lib/MIME/Parser/Filer.pm (evil_filename): Make evil_filename more paranoid (Julian Field and Martin Blapp) * lib/MIME/Parser/Filer.pm (exorcise_filename): Delete leading and trailing whitespace (Julian Field) * Remove all the Benchmark code (Martin Blapp) * lib/MIME/Decoder.pm: Add support for BinHex encoded attachments (Julian Field) * lib/MIME/Decoder.pm: Require MIME::QuotedPrint 3.03 or newer for correct decoding of binary attachments. (Alexey Kravchuk) * lib/MIME/Decoder/QuotedPrint.pm: Attempt to deal sanely with PDF files encoded using quoted-printable encoding by Outlook, which does not follow the RFC guidelines. (Martin Blapp) * lib/MIME/Field/ParamVal.pm: Deal with RFC2231-encoded parameters. * lib/MIME/Head.pm: Correct "7-bit", "7 bit" and "7_bit" to 7bit; likewise for 8bit lookalikes. (Martin Blapp) * lib/MIME/Parser.pm: Add max_parts method to limit maximum number of MIME parts we are willing to parse. * DSKOLL took over maintainership of MIME::tools at version 5.411a.
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam2-4/+4
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28update to cyrus-imapd-2.2.10.recht13-119/+78
Patch by adrianp@. While at it also make it build on OSX. Changes to the Cyrus IMAP Server since 2.2.9 Fix 0 termination in mysasl_canon_user. Check for imap magic plus buffer overflow in proxyd also (CAN-2004-1015). Changes to the Cyrus IMAP Server since 2.2.8 Change ACLs correctly when renaming a user Do not abandon std{in,out,err} file descriptors; syslog assumes it can use stderr if syslogd isn't running. Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011) Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012, CAN-2004-10 13) Do not attempt to reuse a freed connection in lmtpproxyd. Allow login without authentication with -N switch in proxyd. Fix use of xrealloc and fold pointers in lmtpengine.
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Migrate ruby-tmail to use new framework for Ruby packages.taca2-8/+4
2004-11-27update for DIST_SUBDIR=pearjdolecek1-3/+3
2004-11-27Correct my e-mail address.tron1-2/+2
2004-11-27Use HOMEPAGE provided by lang/php/pear.mkjdolecek1-2/+1
2004-11-27Update ripmime to 1.4.0.2. Add man page for ripmime.reed4-22/+37
Note that the PKGMANDIR usage is from my pkgsrc that I plan to commit sometime. The ripMIME CHANGELOG is too long to include here. Many bug fixes.
2004-11-27Update MAINTAINER email.wiz1-2/+2
2004-11-26add "reload" which exim supports.grant1-1/+2
2004-11-26whitespace fixesgrant2-9/+8
2004-11-25Update to 0.06. Changes from 0.03:tv2-5/+5
0.06 Thu Nov 25 20:30:00 2004 UTC - fixed Mail::Milter::Chain where second and subsequent RCPTs were not being rejected properly - fixed Mail::Milter::Wrapper::DeferToRCPT where a reject at envfrom was propagated as-is to further envfroms on the same session (should be per-envfrom only) - added Mail::Milter::Module::ConnectASNBL - added Mail::Milter::Wrapper::DecodeSRS - fixed parsing of AS_SETs in the AS list returned from the DNSBL - added Mail::Milter::Module::MailDomainDotMX 0.05 Thu Apr 15 19:15:00 2004 UTC - fixed Mail::Milter::Module::*DNSBL to return a descriptive 451 error on a temporary DNSBL failure - fixed Mail::Milter::Module::MailDomainDNSBL not to break on <> sender (would cause a query beginning with a dot) 0.04 [withdrawn due to <> bug fixed in 0.05, above] - added modules Mail::Milter::Module::ConnectDNSBL Mail::Milter::Module::HeloRegex Mail::Milter::Module::MailDomainDNSBL Mail::Milter::Module::VirusBounceSpew - changed Mail::Milter::Wrapper::DeferToRCPT to intercept normally 554 SMTP response codes (not valid for RCPT per RFC2822), and replace them with 550 (which is valid, ibid.).
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-22/+77
drac mysql pgsql ldap apop vpop tcpd inet6 # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX POP_WITH_DRAC # XXX TEAPOP_WITH_MYSQL # XXX TEAPOP_WITHOUT_APOP # XXX TEAPOP_WITHOUT_VPOP
2004-11-25Default PTHREAD_AUTO_VARS to the safer value of "no". Most packagesjlam1-2/+1
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
2004-11-25Add permit_mynetworks to smtpd_recipient_restrictions.xtraeme1-2/+3
2004-11-25Changes 2.2.6:adam7-31/+33
- fixed MBOX driver over NFS problem. - use ISO-2022-JP for composing Japanese messages. - yet more exceptions caught. - S/MIME support. - improved identity selection and address book completions. - IMAP optimizations.
2004-11-25The gld.conf file contains important data, use CONF_FILES_PERMS 0740xtraeme1-2/+3
${BINWON}:${GLD_GROUP}.
2004-11-25English language tweaks, from Gendalia@.xtraeme1-2/+2
2004-11-25+ gldxtraeme1-1/+2
2004-11-25Initial import of gld-1.4 into the NetBSD packages collection.xtraeme7-0/+141
Gld is a standalone greylisting server for Postfix SMTP, it listens on a TCP port and use MySQL for storing data. The server supports whitelists based on sender,sender_domain and client_ip, it supports also light greylisting and DNS white lists.
2004-11-25Remove -g from compilation flags.xtraeme1-1/+3