Re: Bug in Mail::Transport::IMAP4

"Max Waterman" <[email protected]> Fri, 26 May 2006 09:23:34 +0800
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
Time is of the essence for my project - have to get it working again
today - so I'll probably wind back the version of Mail::Box to the
version I had before. I had upgraded it in the hope that it would
include a fix to make it POP3 work again, but it only made things
worse...

Any idea how best to downgrade Mail::Box?

Max.

On Thu, 25 May 2006 10:47:40 -0400, "Scott Bronson"
<[email protected]> said:
> On Thu, 2006-05-25 at 14:37 +0800, Max Waterman wrote:
> > I have hit this problem too. Applying your fix seemed to stop it from
> > happening, but revealed a lot of similar errors[1].
> 
> Dunno if you've seen this, but Mark suggested a different fix to that
> problem:
> 
>  -  {   @auth = map { $clientside{$_->[0]} ? delete
> $clientside{$_->[0]} : () }
>  +  {   @auth = map { $clientside{$_} ? delete $clientside{$_} : () }
> 
> I haven't tried his fix yet.
> 
> Like you, I found that getting past this bug unmasked deeper problems.
> I haven't had a chance to look into it yet.  Is anybody working on the
> imap code?
> 
>     - Scott
> 
> 
> 
>