jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
61 stars 18 forks source link

Proper support for List-headers #646

Closed cpm1 closed 7 years ago

cpm1 commented 7 years ago

YAM's so-called "mailing list" support is actually not up to the task of being used with mailing lists configured to meet todays standards (RFC2369, RFC2822) and needs (because of DMARC, DKIM).

Therefore YAM needs support for the List-headers providing the user a proper way to "reply" (to the original author only), "reply to all" (author and list) and "reply to list" (list only). This would render the old "mailing list" feature obsolete for correctly configured lists.

jens-maus commented 7 years ago

This is actually duplicate of https://github.com/jens-maus/yam/issues/124 where I already documented that the mailing list support in YAM requires a large overhaul. So please continue your discussion there instead.