
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Convert an RSS/Atom feed into a collection of emails in mbox or rnews formats
Convert an RSS/Atom feed into a collection of emails in mbox or rnews formats.
Nodejs 20.x
$ npm i -g rss2mail
Read Spolsky's musings in mutt:
$ curl https://www.joelonsoftware.com/feed/ | rss2mail > 1.mbox
$ mutt -f 1.mbox
This will create html emails! You have no control around this--if rss2mail detects plain text in feed articles then it produces text/plain output.
To convert & send, install procmail pkg that contains formail util:
$ curl https://www.joelonsoftware.com/feed/ | rss2mail bob@example.com alice@example.net | formail -s sendmail -ti
To change From
header, use
$ curl ... | rss2mail -f me@example.com
To post to some rss.test
newsgroup:
$ curl https://www.joelonsoftware.com/feed/ | rss2mail --rnews rss.test | sudo -u news rnews -N
1.0.0 breaking changes:
message-id
is generated differently.MIT
FAQs
Convert an RSS/Atom feed into a collection of emails in mbox or rnews formats
The npm package rss2mail receives a total of 3 weekly downloads. As such, rss2mail popularity was classified as not popular.
We found that rss2mail demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.