problem is body content dependant
"Max Waterman" <[email protected]> Fri, 26 May 2006 16:33:28 +0800
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Message-ID | <[email protected]> |
The problem I am seeing only occurs with messages that have a single line body similar to : id=U2FsdGVkX18uZyHScb4LFkhoq3uwiZ8K9jYGphstMXCOd5N5BpvkjmVNrFbHOq0AwrJ5PCpgu71ZUNYvWSmADHiNTn.pMZ1iWSqU8pF5kPU5wMGOGFKx.Alo42ETQRWziBf2jzS_G40-;1.1=jh;2.1=j;3.1=jh;4.1=kjh;5.1=kj;6.1=jk;7.1=kj;8.1=kj;9.1=j;10.1=kj;11.1=kj;11.2=k;12.1=k;12.2=k;12.3=k;12.4=k;Submit%20answers=Submit%20answers;submit_time=1148629814 but works fine with messages that have a single line body similar to : id=MaxWasHere Other POP3 clients (eg thunderbird, and fastmail.fm's web mail) don't seem to have any trouble with the problem line. Anyone any ideas how to fix it? Max. On Fri, 26 May 2006 09:23:34 +0800, "Max Waterman" <[email protected]> said: > 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 > > > > > > > > >