Re: Bug in Mail::Transport::IMAP4
Scott Bronson <[email protected]> Thu, 25 May 2006 10:47:40 -0400
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Organization | Rinspin |
| Message-ID | <[email protected]> |
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