(workflows@vger subscribers: this is about the new FSF forge: <https://www.fsf.org/blogs/sysadmin/coming-soon-a-new-site-for-fully-free-collaboration>) Hey all, I'm partial to using email for software contributions, but I understand some users are used to forges. So it would be great if forges could interoperate with each other via email. Users who don't have forge accounts could still submit to the forge using email, and users may use their forge account to submit patches to email-only projects or external forges. Forges would in effect become email+identity providers similar to fastmail, gmail, etc. but with developer-centric features. The way I see it: existing forges are web forums (like phpBB) optimized for software development. I think there's room for email providers being optimized for software development. Why email and not ActivityPub or some other transport? Existing tools and user base. Getting existing tools to support AP would be a timesink for developers, especially when "git <am|send-email>" are already abundant and widely-installed because of git. Not to mention the burden of having users to upgrade/install to newer versions if they need AP support. Avoid standards proliferation, please. I'm probably not the right person to hack on forge stuff (<form> elements and fancy web design scare me :x). dovecot+nginx is pretty scalable at this point and could be used. Down the line, maybe public-inbox (what I spend most of my free time on) could eventually provide more scalable IMAP/POP3 support using its storage and search backend. Thanks for reading.