On Mon, Apr 11, 2011 at 10:14:56AM +0200, [email protected] wrote:
Is there any limit to the port length in an imap url?
My email server is configured at port 52003. If I use this url:
imaps://llistes.generatech.org:52003
I get an error about not being a valid url. On the other hand, if I use
imaps://llistes.generatech.org:5200
I get connection refused.
I just tried doing the following to make sure the ciss parsing was
correct:
$ 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
It appears that mutt has no problem parsing port 52003. Can you
double check the actual error message again?
me