summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2001-05-17Update of p5-MIME-tools to 5.410. Added HOMEPAGE.jtb2-6/+7
Update provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR pkg/12897. Version 5.410 (2000/11/23) Better detection of evil filenames. Now we check for filenames which are suspiciously long, and a new MIME::Filer::exorcise_filename() method is used to try and remove the evil. Thanks to Jason Haar for the suggestion. Version 5.409 (2000/11/12) Added functionality to MIME::WordDecoder, including support for plain US-ASCII. MIME::Tools::tmpopen() made more flexible. You can now override the tmpfile-opening behavior. Version 5.408 (2000/11/10) Added new Beta unmime() mechanism. See MIME::WordDecoder for full details. Also see Understand how international characters are represented. Version 5.405 (2000/11/05) Added a purge() that does what people want it to. Now, when a parse finishes and you want to delete everything that was created by it, you can invoke purge() on the parser's filer. All files/directories created during the last parse should vanish. Thanks to everyone who complained about MIME::Entity::purge. Version 5.404 (2000/11/04) Added new automatic MIME-decoding of attachment filenames with encoded (non-ASCII) characters. Hopefully this will do more good than harm. The use of MIME::Parser::decode_headers() and MIME::Head::decode() has been deprecated in favor of the new MIME::Words "unmime" mechanism. Please see unmime. Added tolerance for unquoted =?...?= in param values. This is in violation of the RFCs, but then, so are some MUAs. Thanks to desti for bringing this to my attention. Fixed supposedly-bad B-encoding. Thanks to Otto Frost for bringing this to my attention. Version 5.316 (2000/09/21) Increased tolerance in MIME::Parser. Now will ignore bogus POP3 "+OK" line before header, as well as bogus mailbox "From " line (both with warnings). Thanks to Antony OSullivan (ajos1) for suggesting this feature. Fixed small epilogue-related bug in MIME::Entity::print_body(). Now it only outputs a final newline if the epilogue does not end in one already. Support for checking the preamble/epilogue in regression tests was also added. Thanks to Lars Hecking for bringing this issue up. Updated documentation. All module manual pages should now direct readers to the main MIME-tools manual page. Version 5.314 (2000/09/06) Fixed Makefile.PL to have less-restrictive requirement for File::Spec (0.6). Version 5.313 (2000/09/05) Fixed nasty bug with evil filenames. Certain evil filenames were getting replaced by internally-generated filenames which were just as evil... ouch! If your parser occasionally throws a fatal exception with a "write-open" error message, then you have this bug. Thanks to Julian Field and Antony OSullivan (ajos1) for delivering the evidence! Beware the doctor who cures seasonal head cold by killing patient Improved naming of extracted files. If a filename is regarded as evil, we guess that it might just be because of part information, and attempt to find and use the final path element. Simplified message logging and made it more consistent. For details, see Message-logging. Version 5.312 (2000/09/03) Fixed a Perl 5.7 select() incompatibility which caused "make test" to fail. Thanks to Nick Ing-Simmons for the patch. Version 5.311 (2000/08/16) Blind fix for Win32 uudecoding bug. A missing binmode seems to be the culprit here; let's see if this fixes it. Thanks to ajos1 for finding the culprit! The carriage return thumbs its nose at me, laughing: DOS I/O *still* sucks Version 5.310 (2000/08/15) Fixed a bug in the back-compat output_prefix() method of MIME::Parser. Basically, output prefixes were not being set through this mechanism. Thanks to ajos1 for the alert. shift @_, ### "shift at-underscore" or @_ will have bogus "self" object Added some backcompat methods, like parse_FH(). Thanks (and apologies) to Alain Kotoujansky. Added filenames-with-spaces support to MIME::Decoder::UU. Thanks to Richard Pun for the suggestion. Version 5.305 (2000/07/20) Added MIME::Entity::parts_DFS as convenient way to "get all parts". Thanks to Xavier Armengou for suggesting this method. Removed the Alpha notice. Still a few features to tweak, but those will be minor. Version 5.303 (2000/07/07) Fixed output bugs in new Filers. Scads of them: bad handling of filename collisions, bad implementation of output_under(), bad linking to results, POD errors, you name it. If this had gone to CPAN, I'd have issued a factory recall. :-( Errors, like beetles, Multiply ferociously In the small hours Version 5.301 (2000/07/06) READ ME BEFORE UPGRADING PAST THIS POINT! New MIME::Parser::Filer class -- not fully backwards-compatible. In response to demand for more-comprehensive file-output strategies, I have decided that the best thing to do is to split all the file-output logic (output_path(), evil_filename(), etc.) into its own separate class, inheriting from the new MIME::Parser::Filer class. If you override any of the following in a MIME::Parser subclass, you will need to change your code accordingly: evil_filename output_dir output_filename output_path output_prefix output_under My sincere apologies for any inconvenience this will cause, but it's ultimately for the best, and is quite likely the last structural change to 5.x. Thanks to Tyson Ackland for all the ideas. Incidentally, the new code also fixes a bug where identically-named files in the same message could clobber each other. A message arrives: "Here are three files, all named 'Foo'" Only one survives. :-( Fixed bug in MIME::Words header decoding. Underscores were not being handled properly. Thanks to Dominique Unruh and Doru Petrescu, who independently submitted the same fix within 2 hours of each other, after this bug has lain dormant for months: Two users, same bug, same patch -- mere hours apart: Truly, life is odd. Removed escaping of underscore in regexps. Escaping the underscore (\_) in regexps was sloppy and wrong (escaped metacharacters may include anything in \w), and the newest Perls warn about it. Thanks to David Dyck for bringing this to my attention. What, then, is a word? Some letters, digits, and, yes: Underscores as well Added Force option to MIME::Entity's make_multipart. Thanks to Bob Glickstein for suggesting this. Numerous fixlets to example code. Thanks to Doru Petrescu for these. Added REQUIREMENTS section in docs. Long-overdue. Thanks to Ingo Schmiegel for motivating this. Version 5.211 (2000/06/24) Fixed auto-uudecode bug. Parser was failing with "part did not end with expected boundary" error when uuencoded entity was a singlepart message (ironically, uuencoded parts of multiparts worked fine). Thanks to Michael Mohlere for testing uudecode and finding this. The hurrying bee Flies far for nectar, missing The nearest flowers Say ten thousand times: Complex cases may succeed Where simple ones fail Parse errors now generate warnings. Parser errors now cause warn()s to be generated if they are not turned into fatal exceptions. This might be a little redundant, seeing as they are available in the "results", but parser-warnings already cause warn()s. I can always put in a "quiet" switch if people complain. Miscellaneous cleanup. Documentation of MIME::Parser improved slightly, and a redundant warning was removed. Version 5.210 (2000/06/20) Change in "evil" filename. Made MIME::Parser's evil_filename stricter by having it reject "path" characters: any of '/' '\' ':' '[' ']'. Just as with beauty The eye of the beholder Is where "evil" lives. Documentation fixes. Corrected a number of docs in MIME::Entity which were obsoleted in the transition from 4.x to 5.x. Thanks to Michael Fischer for pointing these out. For this one, a special 5-5-5-5 Haiku of anagrams: Documentation in mutant code, O! Edit -- no, CUT! [moan] I meant to un-doc... IO::Lines usage bug fixed. MIME::Entity was missing a "use IO::Lines", which caused an exception when you tried to use the body() method of MIME::Entity. Thanks to Hideyo Imazu and Michael Fischer for pointing this out. Bareword looks fine, but Perl cries: "Whoa there... IO::Lines? Never heard of it." Version 5.209 (2000/06/10) Autodetection of uuencode. You can now tell the parser to hunt for uuencode inside what should be text parts. See extract_uuencode() for full details. Beware: this is largely untested at the moment. Special thanks to Michael Mohlere at ADJE Webmail, who was the first -- and most-insistent -- user to request this feature. Faster parsing. Sped up the MIME::Decoder::NBit decoder quite a bit by using a variant of the chunking trick I used for MIME::Decoder::Base64. I suspect that the same trick (reading a big chunk plus the next line to get a big block of lines) would work with MIME::Decoder::QuotedPrint, but I don't have the time or resources to check that right now (tested contributions would be welcome). NBit encoding is more-conveniently done line-by-line for now, because individual line lengths must be checked. Better use of core. MIME::Body::InCore is now used when you build() an entity with the Data parameter, instead of MIME::Body::Scalar. More documentation on toolkit configuration. Version 5.207 (2000/06/09) Fixed whine() bug in MIME::Parser where the "warning" method whine() was called as a static function instead of invoked as an instance method. Thanks to Todd A. Bradfute for reporting this. A simple warning Invokes method as function: "Warning" makes us die Version 5.206 (2000/06/08) Ahem. Cough cough: Way too many bugs Thus, a self-imposed penance: Write haiku for each Fixed bug in MIME::Parser: the reader was not handling the odd (but legal) case where a multipart boundary is followed by linear whitespace. Thanks to Jon Agnew for reporting this with the RFC citation. Legal message fails And 'round the globe, thousands cry: READ THE RFC Empty preambles are now handled properly by MIME::Entity when printing: there is now no space between the header-terminator and the initial boundary. Thanks to "sen_ml" for suggesting this. Nature hates vacuum But please refrain from tossing Newlines in the void Started using Benchmark for benchmarking. Version 5.205 (2000/06/06) Added terminating newline to all parser messages, and fixed small parser bug that was dropping parts when errors occurred in certain places. Version 5.203 (2000/06/05) Brand new parser based on new (private) MIME::Parser::Reader and (public) MIME::Parser::Results. Fast and yet simple and very tolerant of bad MIME when desired. Message reporting needs some muzzling. MIME::Parser now has ignore_errors() set true by default. Version 5.116 (2000/05/26) Removed Tmpfile.t test, which was causing a bogus failure in "make test". Now we require 5.004 for MIME::Parser anyway, so we don't need it. Thanks to Jonathan Cohn for reporting this. Version 5.115 (2000/05/24) Fixed Ref.t bug, and documented how to remove parts from a MIME::Entity. Version 5.114 (2000/05/23) Entity now uses MIME::Lite-style default suggested encoding. More regression test have been added, and the "Size" tests in Ref.t are skipped for text document (due to CRLF differences between platforms). Version 5.113 (2000/05/21) Major speed and structural improvements to the parser. Major, MAJOR thanks to Noel Burton-Krahn, Jeremy Gilbert, and Doru Petrescu for all the patches, benchmarking, and Beta-testing! Convenient new one-directory-per-message parsing mechanism. Now through MIME::Parser method output_under(), you can tell the parser that you want it to create a unique directory for each message parsed, to hold the resulting parts. Elimination of $', $` and $&. Wow... I still can't believe I missed this. D'OH! Thanks to Noel Burton-Krahn for all his patches. Parser is more tolerant of weird EOL termination. Some mailagents are can terminate lines with "\r\r\n". We're okay with that now when we extract the header. Thanks to Joao Fonseca for pointing this out. Parser is tolerant of "From " lines in headers. Thanks to Joachim Wieland, Anthony Hinsinger, Marius Stan, and numerous others. Parser catches syntax errors in headers. Thanks to Russell P. Sutherland for catching this. Parser no longer warns when subtype is undefined. Thanks to Eric-Olivier Le Bigot for his fix. Better integration with Mail::Internet. For example, smtpsend() should work fine. Thanks to Michael Fischer and others for the patch. Miscellaneous cleanup. Thanks to Marcus Brinkmann for additional helpful input. Thanks to Klaus Seidenfaden for good feedback on 5.x Alpha!
2001-05-16Update DEPENDS on imap-uw to >=2000.0.3abs1-2/+2
Problem noted by Tom Spindler
2001-05-16SquirrelMail attachment handler pluginjlam1-1/+2
This SquirrelMail plugin adds a 'view' link for specific attachment types, as listed below: Text or HTML messages Images that are supported by your browser VCards (enables you to quickly add this person to your address book)
2001-05-16SquirrelMail attachment handler pluginjlam5-0/+50
This SquirrelMail plugin adds a 'view' link for specific attachment types, as listed below: Text or HTML messages Images that are supported by your browser VCards (enables you to quickly add this person to your address book)
2001-05-16Move some of the post-install instructions in the MESSAGE file.jlam3-9/+14
2001-05-16SquirrelMail spell-checker pluginjlam1-1/+2
This is a spell checker with a JavaScript interface. It supports multiple languages, user dictionaries, and even encryption to protect the users' privacy. Note that it may not work with older browsers that are not JavaScript capable.
2001-05-16SquirrelMail spell-checker pluginjlam6-0/+234
This is a spell checker with a JavaScript interface. It supports multiple languages, user dictionaries, and even encryption to protect the users' privacy. Note that it may not work with older browsers that are not JavaScript capable.
2001-05-15upgrade ipv6 patch. more fix for reverse lookup (!INET6 case)itojun2-5/+5
2001-05-14use latest IPv6 patch. corrects !INET6 behavior (NetBSD PR 12876).itojun2-5/+5
2001-05-14Update qmHandle to 0.5.0zuntum2-5/+5
Changes: A syntax check on the parameters and display of Cc fields was added. Some other minor enhancements and bugfixes were also made.
2001-05-14Update "fetchmail" and "fetchmailconf" package to version 5.8.3. Changestron4-12/+16
since version 5.8.1: - The `localhost' special case of `via' is gone. Use `plugin %h' for talking to ssh instead. - Prevent POP3 code from authenticating multiple times on success. - Fixed IMAP password shrouding. - GCC warning cleanups from ahaas@neosoft.com. - Plug another hole that was letting zombies through. - SA_RESTART portability fix for SunOS. - Ignore Sender and Resent-Sender headers unless they contain @. - HH's patches fixing Debian bug #90966 and addressing Debian bug #92554. - GSSAPI portability patch by Peter Fales. - Updated cs.po by Jiri Pavlovsky. - Michael Kjorling's patch to add server ID to authentication success/failure bugmail. - Kerberos build patch by HH. - Don't cough and die from failure to resolve a skipped host. Resolves Debian bug #92530 - Do aka suffix match even if DNS checking is enabled (Johannes Stille's bug). - SIGCHLD handler now sets SA_RESTART explicitly in order to avoid zombies from interrupted system calls. Debian bug #95659.
2001-05-10PR 12890, from john heasley <heas@shrubbery.net>agc2-1/+19
Don't try to dereference a NULL pointer.
2001-05-10Add "editmap" leftovers, noticed after the last bulk build.agc3-3/+6
2001-05-09Use SHA1, and add size.wiz1-2/+3
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-05-05This pkg wants to be built with gm4, it doesn't like ours.hubertf1-1/+3
2001-05-03Remove superfluous echoing.jtb1-17/+6
2001-05-03use postfix 20010228-pl02 from wietse.itojun3-21/+38
20010403 Workaround: the mysql library can return null pointers rather than zero-length strings. 20010404 Ergonomics: log additional information about the reason why "mail for XXX loops back to myself", when the local machine is the best MX host. File: smtp/smtp_addr.c. 20010406 Changed some noisy LDAP client warnings into optional logging. LaMont Jones, util/dict_ldap.c. 20010411 Bugfix: the SMTP server now replies with 550 instead of 503 when it receives the DATA command without having received a valid recipient address. This is needed for the Sendmail client-side pipelining implementation. Problem reported by Lutz Jaenicke. File: smtpd/smtpd.c. Cleanup: shut up if chattr fails on Reiserfs and other file systems that do not support the respective attributes. Files: conf/postfix-script-{no,}sgid. 20010413 Ergonomics: Postfix applications now warn when a DB or DBM file is out of date, and recommend to rebuild the table. Files: util/dict_db.c, util/dict_dbm.c. 20010414 Bugfix: with a non-default inet_interfaces setting, the master ignored host information in master.cf host:port settings. Fix by Jun-ichiro itojun Hagino @ iijlab.net. Files: master/master.h, master/master_ent.c. 20010426 Bugfix: the SMTP server did not parse invalid MAIL FROM or RCPT TO addresses such as <first last <user@domain>> the way it was supposed to do. I thought this was taken care of years ago. File: smtpd/smtpd.c. 20010427 Bugfix: smtpd would reject mail instead of replying with a 4xx temporary error code when, for example, an LDAP or mysql server was unavailable. Remotely based on a fix by Robert Kiessling @ de.easynet.net. File: smtpd/smtpd_check.c.
2001-05-02Update HOMEPAGE (Helix Code changed its name to Ximian)zuntum1-2/+2
2001-05-01Honor CFLAGS passed in from the environment during the build. Also convertjlam2-42/+28
from a context diff to a unidiff as per pkgsrc standards.
2001-04-30- Repect ${APACHE_SYSCONFDIR} settingjlam5-18/+70
- Install example imp.conf Apache config file fragment info ${PREFIX}/share/examples/imp. - Add missing directory share/doc/imp to PLIST.
2001-04-30Install example configuration file without redundant .dist suffix.jlam4-8/+9
2001-04-30Update squirrelmail to 1.0.6. Pkgsrc changes include:jlam7-39/+58
- Respect ${APACHE_SYSCONFDIR} setting. - Install example squirrelmail.conf Apache config file fragment into ${PREFIX}/share/examples/squirrelmail. Changes from version 1.0.3 include: - Reworked validation for each page. It's now standardized in validate.php - Fixed login bug that resulted from 1.0.5 security updates - Fixed plugin incompatibilities that were introduced in 1.0.5 - Added more security checking to preference saving/loading - Updated German translation (thanks to Roland Bauerschmidt <rb@debian.org>) - Updated Finnish help files - MAJOR security issues addressed. Please upgrade as soon as possible. - Downloading attachments should work better due to a tip by Ray Black III. - Fixed bug with drop-down folder list not containing INBOX - Added Sweedish help files Teemu Junnila <teejun@vallcom.com> - Added Italian help files Antonetti Roberto <antonr@piceniaweb.com> - Fixed some bugs with folder creation - Security fix for UW IMAP server to disallow folder paths outside of $folder_pr efix - Some problems with header encoding/decoding fixed - Made subject column take up whatever width is available - Added bcc to html addressbook search
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-6/+3
2001-04-28Add some missing PLIST entries.jtb1-1/+2
2001-04-27add & enable mdfrmzuntum1-1/+2
2001-04-27Oops, forgot to define USE_PERL5zuntum1-1/+2
2001-04-27Initial import of mdfrmzuntum4-0/+37
This perl scipt prints a summary of mail in Maildir waiting to be read. When no path to Maildir is specified, it defaults to ~/Maildir
2001-04-27Actually it's perl script, not program.zuntum1-1/+1
2001-04-27add & enable qmHandlezuntum1-1/+2
2001-04-27Initial import of qmHandle-0.4.1zuntum4-0/+45
qmHandle is a simple perl script which allows you to view and manage the qmail message queue. The key features of qmHandle are: * Freeware and open source, under the GNU General Public License * You can read the qmail queue, like you do with the qmail-qread program. However, the output of this program is improved over qmail-qread, with the output of the message subjects and color capabilities * You can print queue statistics, like qmail-qstat with color capabilities * You can view a message in the queue * You can remove a message from the queue
2001-04-27add and enable deliverwiz1-1/+2
2001-04-27Initial import of deliver-2.1.14, provided by Jim Bernard in pkg/9317.wiz11-0/+404
Extract from DESCR: Deliver allows any user to write a shell script that processes all incoming mail messages for that user. The system administrator may also install scripts that process all messages. The output of a script is a list of mail addresses, files and programs that should receive the message. It has access to each message as it is processed, so the action can be content dependent. The script may also generate automatic replies, like the "vacation" program, or pass along a modified version of the original message.
2001-04-26USE_PERL5 in non-working .if -> BUILD_DEPENDS on perl.wiz1-4/+2
2001-04-26Add and enable evolutionrh1-1/+2
2001-04-26Initial import of evolution-0.9, a sophisticated GNOME mailer, addressrh14-0/+752
book, and calendar.
2001-04-24Update:jun3-7/+6
1.95b121 (2001/04/24) mew-dist release * Merging wvHtml for WORD files. * Making execute-external safer. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * A bug fix for mew-win32.el. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> 1.95b120 (2001/04/24) mew-dist release * C-cC-e is now executable on a message. * A bug fix for ".". Tatsuya Kinoshita <tatsuyak@pop21.odn.ne.jp> * A bug fix for "h" in Message mode. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * A patch for text/html2. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Supporting ks_c_5601-1987. * C-uC-cC-y asks you arguments of the specified commands. * New API for mime-content-type. * mew-{front,rear}-{,non}sticky handle only text. * Defining mew-mime-external-body-list. * Singlepart body with unknown CTE: is now treated as a multipart. * The number of buffer local variables is now as small as possible. * ":" displays the syntax of a body. * Defining mew-ct-*p. * Defining mew-insert-manual. * mew-summary-execute-command can take args. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * mew-summary-set-config can be used in thread. SUGIMORI <taro@fc.jpn.org> * Singleparts in Multipart/Alternative are marked with "*". * Defining mew-find-longest-match(). * Separating warning and info.
2001-04-24upgrade IPv6 patch (not really IPv6 problem, but a problem in patch toitojun2-5/+5
fix bug in original that is tickled by IPv6). avoid SEGV on reload.
2001-04-22Remove FreeBSDism (NOPORTDOCS) and simplify docs installationzuntum1-8/+4
(we don't really need shell loop)
2001-04-22Remove FreeBSDism (NOPORTDOCS)zuntum1-3/+1
2001-04-21Update fetchmail{conf} to 5.8.1.frueauf4-11/+10
Changes since fetchmail 5.7.2: fetchmail-5.8.1 (Tue Apr 10 09:32:04 EDT 2001), 20511 lines: * Nalin Dahyabai's password parse and authentication fixe. * Vitezslav Samel's patch to Makefile.in to make parallel makes work. fetchmail-5.8.0 (Mon Apr 2 15:18:33 EDT 2001), 20459 lines: * Documentation update for gold release. fetchmail-5.7.7 (Wed Mar 28 20:24:48 EST 2001), 20459 lines: * More configure fixes -- include missing stub script in the distribution. fetchmail-5.7.6 (Thu Mar 22 16:22:48 EST 2001), 20456 lines: * Fix POP2 and POP3 password shrouding. * Don't remove UIDL scratchlist on query completion (Frantisek Brabec's bug). * IMAP: don't just quit if GSSAPI or Kerberos IV fail, but try other methods. * Document the fact the IDLE and multiple folders don't play well together. Closes Debian bug#89908. fetchmail-5.7.5 (Sat Mar 17 23:24:41 EST 2001), 20440 lines: * Nalin Dahyabhai's patch to make IPv6 build on older systems. * Restrict shrouding to just the password send so it won't leak info. * Move an #ifdef INET6_ENABLE to deal with libc5 headers. * Only DNS-probe entries that are active on this run. * Fix `nospambounce' recognition. * Updated French translation. * Yoshihiko SARUMARU's patch to keep kanji out of Received headers. * Include aclocal.m4 in the tarball (solves some build problems). * Added HMH's patch to support configuring a specific fallback MUA. fetchmail-5.7.4 (Mon Mar 12 00:02:23 EST 2001), 20323 lines: * SECURITY FIX: unsecure tempfile creation bug in fetchmailconf, thanks to Colin Phipps <cph@cph.demon.co.uk> for pointing this out. * Configure cleanup from HMH. * Documentation refresh. fetchmail-5.7.3 (Sun Mar 11 17:01:56 EST 2001), 20323 lines: * Incorporate SA_LEN patch from Red Hat. * HMH's "no spambounce" patch for fetchmailconf. * John Bartlett's patch to make the driver code more tolerant of flaky POP3 servers (better handling of timeout at session start). * Make `fetchmail --configdump' work when there's a defaults entry. * Incorporated HMH's build fixes. * Added FALLBACK_MDA; fetchmail now looks for procmail or sendmail at build time and uses it if it can't open port 25 for local delivery. * Incorporated Red Hat fixes for GSSAPI, configure.in. * Bailing out on read-only messages breaks fetchmail -c. To avoid this, use EXAMINE rather than SELECT in that case.
2001-04-20Move to sha1 digests, and add distfile sizes.agc56-113/+189
2001-04-19Version 2.0.19zuntum5-23/+10
18 April 2001 -add additional exception handling for POP3 protocol errors (server bugs) and socket errors after connect (network errors). Thanks to Jesper Andersen for the bug report. -add additional log message to make diagnosis of server problems easier. Apparently Mandrake Linux v.7.2 ships with a very broken POP3 server; several users sent me traces which I tracked down to gross violations of the POP3 protocol (RFC1939). o remove patch-aa, we can do substitution using sed o move getmailrc-example to standard place (PREFIX/share/examples), thus removing pkg/MESSAGE (it suggested taking a look at PREFIX/doc/getmail/getmailrc-example
2001-04-19Compare program name in "popauth" with "qpopauth" because that is thetron2-3/+19
name under which it is installed. Fixes PR pkg/12628 by Jun-ichiro itojun Hagino.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc134-387/+296
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Add and enable p5-Mail-Sendmail.jtb1-1/+2
2001-04-16Initial import of p5-Mail-Sendmail.jtb4-0/+28
A platform independent Sendmail interface module. This module will allow you to send email from perl via sendmail. The only requirement is a network connection. It has good error reporting abilities in addition to good time zone detection. Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12634.
2001-04-16Update "mutt-unstable" package to version "1.3.17.20010415i". A list oftron5-23/+27
the changes can be found in the "ChangeLog" file. This snapshot contains the fix for bug#472 fixed by "patch-aa" before.
2001-04-15sendmail 8.12.0Beta7itojun21-0/+487
2001-04-15go back to 8.11.3. it was my mistake that i have committed 8.12.0Beta intoitojun10-72/+53
mail/sendmail.