Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: <ding@gnus.org>
Subject: Re: BODY.PEEK change breaks mail-source-fetch-imap
Date: Thu, 8 Nov 2001 10:32:44 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.33.0111081028220.3761-100000@slipsten.extundo.com> (raw)
In-Reply-To: <s9aitcmyoho.fsf@redbull.redback.com>

On Wed, 7 Nov 2001 mi-gnus@imarko.dhs.org wrote:

> -               (when (setq str (imap-fetch uid "RFC822.PEEK" 'RFC822 nil buf))
> +               (when (setq str (if (imap-capability 'IMAP4rev1 buf)
> +                                   (imap-fetch uid "BODY.PEEK[]" 'BODYDETAIL
> +                                               nil buf)
> +                           (imap-fetch uid "RFC822.PEEK" 'RFC822 nil buf)))
> 
> The local imap server is imap-uw 4.7c6:
> 
> * OK popserv2.redback.com IMAP4rev1 2000.279 at Wed, 7 Nov 2001 18:27:00 -0800 (PST)
> 
> Please let me know if there is any more data you would like.

I believe the code is correct -- RFC822.PEEK is obsoleted by IMAP4rev1, in
favor of BODY.PEEK[].  However it seems as if at least Exchange is buggy
in this regard, but your server is UoW so maybe it is more worthwile to
track this down.  Maybe there is a imap.el parser bug in there somewhere.

Can you frob `imap-log' to get the complete IMAP trace (modulo passwords 
but including the server logon)?




  reply	other threads:[~2001-11-08  9:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-08  2:40 mi-gnus
2001-11-08  9:32 ` Simon Josefsson [this message]
2001-11-16 21:06 ` Simon Josefsson
2001-11-16 22:00   ` Istvan Marko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33.0111081028220.3761-100000@slipsten.extundo.com \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).