help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with IMAP Package/Library, Retrieving Headers


From: Wamm K . D .
Subject: Help with IMAP Package/Library, Retrieving Headers
Date: Thu, 06 Oct 2022 03:02:57 -0500
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hello! I'm been playing around with =imap.el= and have been making
fetches and retrieving info. with various functions like
~imap-message-envelope-from~ and ~imap-message-body~.

While pretty nifty, it seems like other elements of the E-mail are
more difficult to procure. For example, I can fetch "RFC822.HEADER"
and "RFC822.TEXT" but there isn't any real helper method to grab these
parts.

I can get around this with something like ~(imap-message-get uid
'RFC822.HEADER buffer)~ but, then, I just get the raw text of the
header; there's no processing of it into something like an alist or
the like.

Is there some other function or library that could do this? Or am I
stuck with doing the processing of the headers myself?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]