[mew-int 01210] Re: Possible bug in IMAP Support
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Tue Dec 10 20:52:25 JST 2002
From: "Jason L. Shiffer" <jshiffer at example.com>
Subject: [mew-int 01209] Re: Possible bug in IMAP Support
> Actually no. As a test I fiddled mews cache to where I had all but
> the last 50 messages fetched. When I then fetched the last 50
> messages the first 49 where ok but the last one had not been
> stripped.
Uhhhm. There is no magic number of 49 or 50 concerned with IMAP stuff
in Mew...
> I have checked the imap server, courier-imap w/ maildir support, and all of
> the files are fine. So it is either in transmition or conversion.
Thank you. I'm also using courier IMAP server. I can read every
message without this kind of problem.
> Yes, mutt and netscape both work fine. I stepped into
> Mail/.imap/<server>/inbox and stripped the ^M from the file (perl
> -pi -e "s/\r\n/\n/g" <files>) and the messages are now readable in
> mew.
OK. This must be a bug of Mew (or other elisp packages that you load).
Please set mew-debug to 'net. ie.
(setq mew-debug 'net)
And scan 50 messages with your IMAP server.
The investigate *Mew debug* buffer. Can you find any hints?
P.S.
If you can use Emacs 20.7, please give a try and tell me what
happened.
--Kazu
More information about the Mew-int
mailing list