Subject: | IMAP Connections |
Date: | Mon, 19 Jun 2006 10:42:55 -0400 |
To: | bug-Mail-IMAPClient [...] rt.cpan.org |
From: | Jeremy Bailey <jeremy [...] sourceonenet.com> |
I found your code (very nice btw) and was using it with my mail server
"SmartMail 3.2.2327"
I ran into a problem where I could not connect to the IMAP server. I
dug deeper into the code and found that the login command you send:
"1 LOGIN user@mydomain.com {6} mypass" did not work.
I removed the "{6}" from the string
In IMAPClient.pm, line 305,306 is now:
my $string = "Login " . ( $has_quotes ? $id : qq("$id") ) . " " .
" ".$self->Password."\r\n";
Please let me know if this was "proper"
--
Jeremy Bailey
Senior Development Architect
SourceOne Network, Inc.
Alarius Web Services Division
(518) 436-1101 x4#
(518) 436-9248 (Fax)