[Net-IMAP-Server] Socket problem

Alex Vandiver alexmv at bestpractical.com
Sat Jul 28 15:55:13 EDT 2012


On Wed, 2012-07-25 at 20:28 +0200, Jan Dvořák wrote:
> Hi, I solved problem with search command which is unfortunately also
> in last version of IMAP Server. The search command returns untagged
> response like this: * SEARCH 1000, 1001, 1002 which is wrong with
> regard to the RFC. The answer must be without commas. So if you can
> please fix in next version. The trouble seems to be in Uid.pm on line
> 133, it can be solved in this way: $self->untagged_response("SEARCH
> ".join(" ", at results));

This is caused by $" being set to a non-default value -- but is
something that we should absolutely deal with.  Version 1.34, with this
fix, should be on its way to CPAN shortly.

> Another problem with Socket.pm was solved by upgrading all modules
> which is used by IMAP Server.

Good to hear.
 - Alex




More information about the Net-IMAP-Server mailing list