summaryrefslogtreecommitdiffstats
path: root/2022/talks/mail.md
diff options
context:
space:
mode:
authorMohsen Banan <form@mohsen.banan.1.byname.net>2022-11-06 17:09:34 -0800
committerMohsen Banan <form@mohsen.banan.1.byname.net>2022-11-06 17:09:34 -0800
commitea89b9c543e1021a5afc002aa19d46e8bbea60f7 (patch)
tree3a99c03e5f368c8b761736a3cb97eaeecf567010 /2022/talks/mail.md
parent4d3e503845b8438f5755989256765d6993e5d793 (diff)
downloademacsconf-wiki-ea89b9c543e1021a5afc002aa19d46e8bbea60f7.tar.xz
emacsconf-wiki-ea89b9c543e1021a5afc002aa19d46e8bbea60f7.zip
mohsen banan -- talks/mail update. exported from org-file.
Diffstat (limited to '2022/talks/mail.md')
-rw-r--r--2022/talks/mail.md115
1 files changed, 73 insertions, 42 deletions
diff --git a/2022/talks/mail.md b/2022/talks/mail.md
index 2a2352ad..45300b7a 100644
--- a/2022/talks/mail.md
+++ b/2022/talks/mail.md
@@ -12,66 +12,97 @@ Mohsen BANAN (MO-HH-SS-EN, he/him, <mailto:emacs@mohsen.1.banan.byname.net>)
[[!inline pages="internal(2022/info/mail-before)" raw="yes"]]
-Actually, it makes very good sense to use Emacs as your Mail User Agent (MUA). A dominant and fundamental aspect of
-mail composition and mail processing is editing. And, if you live inside of Emacs, of course you expect to have the
-ultimate messaging environment.
-Over the years many Emacs MUAs have appeared. As of 2022, the following Emacs MUAs are available to choose from:
-Rmail, Gnus, VM, WanderLust, Mew, mu4e and notmuch.el.
+Actually, it makes very good sense to use Emacs as your Mail User Agent (MUA).
+A dominant and fundamental aspect of
+mail composition and mail processing is editing. And, if you live inside of
+Emacs, of course you expect to have the
+ultimate messaging environment.
-Emacs MUAs can be used as Monolithic-MUAs (with elisp smtp and imap protocol implementations) or as Split-MUAs (with external
-smtp and imap protocol implementations). We make a case for superiority of the Split-MUA model.
-Recent evolutions of Gmail and Outlook towards requiring OAuth and our agility to better address that
-requirement based on the Split-MUA anatomy is one of our justifications for converging
+Over the years many Emacs MUAs have appeared. As of 2022, the following Emacs
+MUAs are available to choose from:
+Gnus, VM, WanderLust, Mew, mu4e, notmuch.el, mh-e and Rmail.
+
+Emacs MUAs can be used as Monolithic-MUAs (with elisp smtp and imap protocol
+implementations) or as Split-MUAs (with external
+smtp and imap protocol implementations). We make a case for superiority of the
+Split-MUA model.
+Recent evolutions of Gmail and Outlook towards requiring OAuth and our agility
+to better address that
+requirement based on the Split-MUA anatomy is one of our justifications for
+converging
towards the Split-MUA anatomy.
While what we are presenting here applies to all Emacs MUAs, our focus is Gnus.
-Gnus is distributed with Emacs proper and is the richest and most potent MUA, anywhere!
+Gnus is distributed with Emacs proper and is the richest and most potent MUA,
+anywhere!
-We have wrapped all that is needed to use Gnus as a complete Split-MUA for Unix-like environments in a package
+We have wrapped all that is needed to use Gnus as a complete Split-MUA for
+Unix-like environments in a package
called MARMEE (Multi-Account Resident Message Exchange Environment).
MARMEE consists of a set of packages that span:
-Deb GNU/Linux Packages
-MyPi Python Packages
-Emacs Elisp Packages
-plus everything that is needed to properly install these on Debian-like GNU/Linux systems and
-integrate them with Gnus. By choice, we have limited our integration languages to elisp, python and bash.
+- Deb GNU/Linux Packages
+- MyPy Python Packages
+- Emacs Elisp Packages
+
+plus everything that is needed to properly install these on Debian-like GNU/
+Linux systems and
+integrate them with Gnus. By choice, we have limited our integration languages
+to elisp, python and bash.
MARMEE component packages include:
-EoQmail (deb+MyPi) – Edge oriented Qmail, as a Resident Mail Submission UA.
-qmail-remote is replaced by a python implementation which includes OAuth awareness.
-qmail-inject is replaced by a python implementation which is X822-Bus aware (for DSN requests)
-offlineimap (MyPi) – as a Resident Mail Retrieval UA.
-offlineimap includes OAuth awareness.
-notmuch (deb) – for searching
-gpg (deb) – for privacy and integrity
-flufl.bounce (MyPi) – for bounces and DSN (Delivery Status Notification) processing.
-bisos.cs (MyPi) – BISOS CommandServices for configuration and secrets management and integration.
-gmailOauth2.cs (MyPi) – For SMTP and IMAP authentication/authorization through gmail.com
-Used by qmail-remote for out-going and by offlineimap for in-coming OAuth based mail.
-org-msg (EmacsPkg) – For HTML-composition in org-mode and for htmlized citations.
-mcdt (EmacsPkg) – Mail Composition, Templating, Distribution and Tracking.
+- EoQmail (deb+PyPI) – Edge oriented Qmail, as a Resident Mail Submission UA.
+ qmail-remote is replaced by a python implementation which includes OAuth
+ awareness.
+ qmail-inject is replaced by a python implementation which is X822-Bus aware
+ (for DSN requests)
+- offlineimap (PyPI) – as a Resident Mail Retrieval UA.
+ offlineimap includes OAuth awareness.
+- notmuch (deb) – for searching
+- gpg (deb) – for privacy and integrity
+- flufl.bounce (PyPI) – for bounces and DSN (Delivery Status Notification)
+ processing.
+- bisos.cs (PyPI) – BISOS CommandServices for configuration and secrets
+ management and integration.
+- gmailOauth2.cs (PyPI) – For SMTP and IMAP authentication/authorization
+ through gmail.com
+ Used by qmail-remote for out-going and by offlineimap for in-coming OAuth
+ based mail.
+- org-msg (EmacsPkg) – For HTML-composition in org-mode and for htmlized
+ citations.
+- mcdt (EmacsPkg) – Mail Composition, Templating, Distribution and Tracking.
+
The integration framework for MARMEE is BISOS (ByStar Internet Services OS).
-Full integration of Emacs, MARMEE and BISOS is called Blee (ByStar Libre-Halaal Emacs Environment).
+Full integration of Emacs, MARMEE and BISOS is called Blee (ByStar Libre-Halaal
+Emacs Environment).
The easiest way to use MARMEE is to install BISOS – which includes Blee.
-In this talk I will demonstrate what a wonderful environment the Split-MUA model of Gnus+MARMEE can be.
-
-After walking through the concepts and the integration framework, I'll walk through transparent access to
-multiple mail servers conveniently and show org-mode composition of BIDI emails going out as html.
-
-My primary goal is to show that these packages can be integrated, but that integration is not simple.
-furthermore, various improvements can be made to the packages to improve the complete integrated environment.
-I'll be enumerating my requests from relevant package managers.
-If we were to collectively buy into something like this, we can greatly simplify use of Emacs MUAs
+In this talk I will demonstrate what a wonderful environment the Split-MUA
+model of Gnus+MARMEE can be.
+
+After walking through the concepts and the integration framework, I&rsquo;ll walk
+through transparent access to
+multiple mail servers conveniently and show org-mode composition of BIDI emails
+going out as html.
+
+My primary goal is to show that these packages can be integrated, but that
+integration is not simple.
+furthermore, various improvements can be made to the packages to improve the
+complete integrated environment.
+I&rsquo;ll be enumerating my requests from relevant package managers.
+If we were to collectively buy into something like this, we can greatly
+simplify use of Emacs MUAs
with all mail systems – including the commonly used gmail and outlook.
-Of course, we should not be using gmail and outlook. Instead we should extend Libre Software into Libre Services
-and provide for edge-oriented autonomy and privacy in the services domain. There is a services side to
-what we have presented here. It is called "The Libre-Halaal By\* (ByStar) Digital Ecosystem" – <http://www.by-star.net/>
+Of course, we should not be using gmail and outlook. Instead we should extend
+Libre Software into Libre Services
+and provide for edge-oriented autonomy and privacy in the services domain.
+There is a services side to
+what we have presented here. It is called &ldquo;The Libre-Halaal By\* (ByStar)
+Digital Ecosystem&rdquo; – <http://www.by-star.net/>
Perhaps that could be a topic for the next EmacsConf.