Hello,
I am developing an extension for Thunderbird and Outlook that will let
users use a specific cryptographic program to encrypt/decrypt
mails. As I am a Gnus user I also want to be able to set something
similar for gnus. Otherwise I will have to switch to Thunderbird.
On sending I have to be able to browse the message parts, extract
them, build an encrypted archive readable by the message recipients
and send that archive in place of the original mail.
I have tried to use mm-dissect-buffer but I don't understand how to
use the results given by that function. Basically I try to do the
following:
--8<---------------cut here---------------start------------->8---
(set-buffer gnus-original-article-buffer)
(let ((parts (mm-dissect-buffer t t)))
(dolist (handle parts)
(do-something handle)))
--8<---------------cut here---------------end--------------->8---
In do-something I try to get part characteristics (type or media-type)
but I get errors saying argument type is wrong.
--
Pascal Quesseveur
[email protected]
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english