Subject: | Net::IMAP::Simple doesn't seem to support "host.name:port" |
The current version of Net::IMAP::Simple blindly appends ":143" onto
the server name you pass through.
As your code does the same, Net::IMAP::Simple tries to connect to
"some.server.com:143:143" which fails.
I guess it's a bug in Net::IMAP::Simple, since the docs suggest it
can handle that. I've raised on RT for it there, but thought I'd
raise one here too, in case you've been getting complaints about
it not working and were wondering why :)
Thanks,
- Adam