Change Log Find the latest version and changes at http://fetchyahoo.sf.net v2.13.9 2/9/10 * add support for debugging output * add support for SMTP authentication * change code to make filtering on subject\sender easier * fix subject parsing for messages with attachments v2.13.8 2/8/10 * downloading sent messages works again * allow moving messages to a Yahoo folder * fixed formatting for some multi-part messages v2.13.7 9/22/09 * fix retrieving messages (thanks Jon Baumgartner) v2.13.6 6/11/09 * fix getting message IDs for read messages v2.13.5 5/29/09 * fix deleting of messages (thanks jabetcha) * fix downloading from Sent folder v2.13.4 5/22/09 * fix uninitialized value error in http.pm * recognize new redirect * update summary page parsing v2.13.3 3/9/09 * fix logging in for some accounts * print debugging info if we can't find the crumb * better parsing for messages v2.13.2 3/6/09 * match uppercase N kb (thnx David Westbrook) * leaveunread now leaves msgs in original state (thanks Jeremy Bean) * chinese translations (thanks Xie Yanbo) v2.6.1 02/18/04 * display percent of quota used (thanks David Westbrook) * warn if % used > specified warningLevel (thanks David Westbrook) v2.6.0 02/17/04 * better From_ line generation + code cleanup (thanks Mike Mestnik) * recognize when Yahoo has closed our conxion (thanks Brian Toovey) * add max-messages option - default 100 (thanks Fedor Karpelevitch) * update spec file (thanks Jacob) * add no-download as a conf-file parametert (thanks Muthu Kumar) * support old yahoo interface (thanks Menno Blom) * use example.com in examples (thanks Trevor Johnson) * add 'ar' locale (thanks Pablo Bianucci) v2.5.5 04/02/03 * fix for Yahoo page change v2.5.2 04/02/03 * messages should no longer trigger a fake redirect * more From-address tweaks * add new Brazilian translations (thanks Lars Strafwetboek) * remove X-Rocket-Track header (thanks Norberto Bensa) v2.5.1 04/02/03 * recognize login page as an error case * from address bugfix (thanks Norberto Bensa) * update for new german translations (thanks Bernd Heller) v2.5.0 04/02/03 * update for changed Yahoo login * empty-bulk option (thanks Don Graver) * "invalid mailbox state" recognized as an error * convert base-64 encoding to 8-bit (tks Scott C and Fedor K) * use from address from header when available (thanks Norberta Bensa) * remove Rocket-Server header * mail incorrectly stored in local-user-name (thanks Tom Metro) v2.4.3 11/17/02 * fix for "cf" locale (thanks jyves02) (v2.4.3) v2.4.0 11/17/02 * fix for "ca" locale * unknown locales should behave properly now (default to "us") * fix broken unread/delete of lots of messages v2.3.0 10/26/02 * use Term::ReadKey if available to obscure password (tks Luc Pionchon) * use HTTPS by default (must be explicitly turned off) * all proxy variables now configurable from via commandline options v2.2.0 10/23/02 * add french new web interface translation (thanks Stéphane) * add an interactive mode * add a timestamp v2.1.0 10/14/02 * add language e1, update es (thanks Christian Ochsenius) * improve/fix proxy authentication (thanks james.m.kortge) * allow use of IO::Socket::SSL as well (thanks Bob Mathews) * fix --status-only to output correct number of messages * remove X-Track spurious header (thanks Coert Kelkes) * recognize more Yahoo broken pages v2.0.0 09/24/02 * one-line patch for uk yahoo (patch by Crispin Flowerday) * don't open smtp connxn for no_new_mails (suggested by Travis Brown) * add X-FetchYahoo header line (suggestion by Michiel van Loon) * retrieval of messages from external mailboxes (patch by EMH) * add manpage (written by Chris Lawrence) * add more commandline options (patch by Chris Lawrence) v1.9.0 07/10/02 * Download from different folders (incl Bulk folder) * --statusonly option * check for broken body download * retry webpage GET upto 3 times v1.8.0 * work around Yahoo's broken SSL web-based login * fix messages-downloaded-twice bug v1.7.0 06/12/02 * fix to work with the beta of yahoo's new layout (English only) * daemon mode should fork into background * fix configuration parsing bug v1.6.0 06/04/02 * mailbox locking while spooling * add proxy authentication (patch by David Maslen) * get proxy URL from http_proxy/HTTP_PROXY env. variable if it exists * --quiet outputs erors and warnings * --noerrors suppresses errors and warnings * Non-fatal errors are now warnings instead of failures v1.5.0 05/17/02 * fix urgent SSL bug * --leaveunread option * --includefromline option * better error handling if unnecessary modules are missing * Be more rigorous, don't die so much for daemon * use user-agent string from Mozilla linux * fix overwrite-mode bug v1.4.0 05/02/02 * much simplified structure (Hubert's patch) This makes several other patches unnecessary. (inlineHTML, content-IDs, real date in From_ line) * negative options where they make sense * messages not being deleted after empty-trash bug v1.3.0 05/02/02 * Repeat mailchecking with a specified interval * --emptytrashbefore --emptytrashafter * --inlineHTML option for HTML-capable mail clients * --nodownload option to not download messages * --logout option to logout after downloading messages * --quiet option to suppress regular (non-error) output v1.2.0 04/28/02 * Make it easy to add new translations * Add translations for us, fr, es, de, it, br * Include all the message headers, not just recognized ones * Better parsing for config file - values can now include whitespace v1.1.0 04/25/02 * Use SSL to connect securely * Header field parsing for Portuguese * Specify an alternate config file on the commandline * More commandline options v1.0.0 04/24/02 * Config option to not spool * Usability fix for improper configs * Use of a configuration file * Header field parsing for Italian * Bugfix for mail forwarding v0.9.0 04/23/02 * Patch to correctly specify single-part text/html messages * Configuration to use a web proxy * Better configuration of spoolMode * Forward to another e-mail address v0.8.0 04/22/02 * Progress indicator showing how many messages have been downloaded * Include more message header fields (including German headers) * If there is only one part, send as a single-part message v0.7.0 04/21/02 * Download attachments and include them in the e-mail v0.6.0 04/17/02 * Better error messages for wrong username/password * Fix bug encountered when using procmail * Make parsing of the From_ line more rigorous (make one if needed) v0.5.0 04/17/02 * Make sure (internal and header) From_ lines are RFC 822 compliant * Add a --nodelete option which specifies no deleting of messages v0.4.0 * Get options working, option to d/load new messages only * Remove use of the specific us.f149 webmail server * Modify for use of procmail v0.3.0 * Send message to spool * Delete successfully grabbed msgs v0.2.0 * Code main loop to parse each msgid from yahoo * Parse message page for raw message text v0.1.0 04/12/02 * Get login working * Download summary page * Parse summary page for number of messages