mailing list archives

meli community discussions

⚠️ if something does not work as intended when interracting with the mailing lists,
reach out Github mirror Gitea repo @epilys:matrix.org

E-mail headers
From: Abhijit Menon-Sen <ams@oryx.com>
To: imap-protocol@u.washington.edu
Date: Fri, 08 Jun 2018 12:34:37 -0000
Message-ID: 20060918104232.GA30583@penne.toroid.org permalink / raw / eml / mbox
RFC 2192 says (and RFC 2060 agrees):

    section = section_text /
              (nz_number *["." nz_number] ["." (section_text / "MIME")])

And section_text is defined as:

    section_text = "HEADER" / "HEADER.FIELDS" [".NOT"]
                   SPACE header_list / "TEXT"

Do existing IMAP-URL implementations really allow URLs like foo/;UID=23/;SECTION=HEADER.FIELDS%20(Newsgroups%20Content-Md5%20Content-Disposition%20Content-Language%20Content-Location%20Resent-To%20Resent-Date%20Resent-From%20Resent-Cc%20Resent-Subject%20List-Help%20List-Unsubscribe%20List-Subscribe%20List-Post%20List-Owner%20List-Archive%20Followup-To%20References)?

-- ams
Reply
E-mail headers
From: dave@cridland.net
To: imap-protocol@localhost
Date: Fri, 08 Jun 2018 12:34:38 -0000
Message-ID: 5273.1158580739.969873@invsysm1 permalink / raw / eml / mbox
On Mon Sep 18 11:42:33 2006, Abhijit Menon-Sen wrote:
> RFC 2192 says (and RFC 2060 agrees):
> 
>     section = section_text /
>               (nz_number *["." nz_number] ["." (section_text / 
> "MIME")])
> 
> And section_text is defined as:
> 
>     section_text = "HEADER" / "HEADER.FIELDS" [".NOT"]
>                    SPACE header_list / "TEXT"
> 
> Do existing IMAP-URL implementations really allow URLs like 
> foo/;UID=23/;SECTION=HEADER.FIELDS%20(Newsgroups%20Content-Md5%20Content-Disposition%20Content-Language%20Content-Location%20Resent-To%20Resent-Date%20Resent-From%20Resent-Cc%20Resent-Subject%20List-Help%20List-Unsubscribe%20List-Subscribe%20List-Post%20List-Owner%20List-Archive%20Followup-To%20References)?

Yes, they sem to. It's possible to use similar constructs in 
CATENATE, and my implementation certain handles this.

Dave.
-- 
Dave Cridland - mailto:dave@cridland.net - xmpp:dwd@jabber.org
  - acap://acap.dave.cridland.net/byowner/user/dwd/bookmarks/
  - http://dave.cridland.net/
Infotrope Polymer - ACAP, IMAP, ESMTP, and Lemonade
Reply