Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363157 - mail-client/mutt-1.5.20-r18 unable to connect to a 5 digit port
Summary: mail-client/mutt-1.5.20-r18 unable to connect to a 5 digit port
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Fabian Groffen
URL: http://marc.info/?l=mutt-users&m=1302...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 19:55 UTC by mimosinnet
Modified: 2011-05-19 19:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mimosinnet 2011-04-11 19:55:25 UTC
When trying to connect to an imaps server with a 5 digit port, mutt complaints as being an invalid IMAP path.


Reproducible: Always

Steps to Reproduce:
$ mutt -f imaps://localhost.localdomain:52003
imaps://localhost.localdomain:52003 is an invalid IMAP path

$ mutt -f imaps://localhost.localdomain:520039
imaps://localhost.localdomain:520039 is an invalid IMAP path



Expected Results:  
$ mutt -f imaps://localhost.localdomain:52003
Could not connect to localhost.localdomain (Connection refused).

$ mutt -f imaps://localhost.localdomain:520039
imaps://localhost.localdomain:520039 is an invalid IMAP path


After upgrading to mutt-1.5.21-r1, mutt behaves as expected.
Comment 1 Fabian Groffen gentoo-dev 2011-05-19 19:36:18 UTC
mutt-1.5.21-r1 is stable today, so this bug is obsolete.

Thanks for the notice, though.