Bug 39654

Summary: Gotmail fails in locating folder index
Product: Ports & Packages Reporter: Silvere Thommerel <silvere.thomerel>
Component: Individual Port(s)Assignee: Alan Eldridge <alane>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Silvere Thommerel 2002-06-22 12:10:01 UTC
gotmail is a perl script that can be used to download the mail received from an account at Hotmail.com.
As they probably changed something in the configuration of the site there, gotmail fails with the following output:

 Gotmail v0.7.1    Copyright (C) 2000-2002 Peter Hawkins
Gotmail comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.

Getting hotmail index page...
Logging in...
Following redirect...
Loading main display...
gotmail died with message: Could not isolate folder index location

Exiting abnormally, cleaning temp files.

Fix: 

The error message in triggered by the following lines:
    815
    816         if ($folder_index_url eq "") {
    817                 die("Could not isolate folder index location\n");
    818         }

I don't know enough of the settings of Hotmail to know what to change myself.
How-To-Repeat: Simply use gotmail as the following:
I have a $HOME/.gotmailrc that has my hotmail account's login+password+address where to forward emails.
Comment 1 Hye-Shik Chang freebsd_committer freebsd_triage 2002-06-27 20:03:12 UTC
Responsible Changed
From-To: freebsd-ports->alane

over to maintainer
Comment 2 Alan Eldridge 2002-06-29 04:44:53 UTC
I have updated gotmail to 0.7.2, released by the author today. Please
check this version to see if the problem is gone. If the bug is not
re-confirmed in the next 2 weeks, I will assume it solved by the upgrade
and close the pr. Thanks.

-- 
AlanE
Comment 3 Alan Eldridge freebsd_committer freebsd_triage 2002-06-29 04:45:28 UTC
State Changed
From-To: open->feedback

Port version upgraded; waiting to hear if this solved the problem.
Comment 4 Alan Eldridge freebsd_committer freebsd_triage 2002-07-09 04:40:48 UTC
State Changed
From-To: feedback->closed

Port upgraded to new version. Submitter has not reconfirmed the problem since 
the upgrade. Presumed fixed.