Bug 178246 - mail/fetchyahoo: is BROKEN
Summary: mail/fetchyahoo: is BROKEN
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 02:30 UTC by Lawrence Chen
Modified: 2014-02-09 17:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2013-04-30 02:30:00 UTC
	fetchyahoo seems to be no longer able to fetch mail from yahoo.
	The classic mail interface which it depends on is no longer available
	it seems, and since the program has been in maintenance mode for some
	time it will likely not get fixed, especially with the current work
	around.

Fix: 

On the discussion list, it was mentioned that fetching Yahoo! mail
	using their IMAP server appears to be free.

	Suggested line for fetchmail is:

	poll imap.mail.yahoo.com with proto IMAP port 993 user '<username>'
		with password '<password>' is '<localusername>' here ssl
		folder 'Bulk Mail'

	Which is basically what I put into my fetchmailrc.  Though I'm
	continuing to use POP3 for my Yahoo accounts that still work that way,
	leftover from when I had Yahoo!DSL.

	Note: there is a 2.14.9 version, but updating the port and trying
	this version didn't resolve the problem.
How-To-Repeat: 	
	run it, and watch the errors.  It suggests checking for newer version.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-30 02:30:08 UTC
Maintainer of mail/fetchyahoo,

Please note that PR ports/178246 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178246

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-30 02:30:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-09 17:43:04 UTC
Author: rm
Date: Sun Feb  9 17:42:56 2014
New Revision: 343533
URL: http://svnweb.freebsd.org/changeset/ports/343533
QAT: https://qat.redports.org/buildarchive/r343533/

Log:
  - mark this port deprecated - it's using Yahoo classic mail interface, that's
    discontinued, so this port will never work again.
  - set deprecation date to 2014-03-09
  
  PR:		178246
  Submitted by:	Lawrence Chen <beastie@tardisi.com>
  Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)

Modified:
  head/mail/fetchyahoo/Makefile

Modified: head/mail/fetchyahoo/Makefile
==============================================================================
--- head/mail/fetchyahoo/Makefile	Sun Feb  9 17:35:17 2014	(r343532)
+++ head/mail/fetchyahoo/Makefile	Sun Feb  9 17:42:56 2014	(r343533)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://fetchyahoo.twizzler
 MAINTAINER=	chalpin@cs.wisc.edu
 COMMENT=	Download e-mail from a Yahoo account to a Berkeley mailbox
 
+DEPRECATED=	Yahoo classic mail interface is discontinued, so this port is permanently broken
+EXPIRATION_DATE=	2014-03-09
+
 RUN_DEPENDS=	\
 	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
 	p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 17:43:32 UTC
State Changed
From-To: feedback->closed

The port is to deprecation in one month. Thanks for reporting!