
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
Command-line email client with AI integration and support for multiple providers
EmailOS - A standardized email client CLI with support for multiple providers
npm install -g mailos
Setup your email account:
mailos setup
Send an email:
mailos send -t recipient@example.com -s "Hello" -b "This is a test email"
Read emails:
mailos read -n 10
mailos setup
Interactive setup wizard to configure your email account.
mailos send -t to@email.com -s "Subject" -b "Body"
# With attachments
mailos send -t to@email.com -s "Files" -b "See attached" -a file1.pdf -a file2.docx
# With CC and BCC
mailos send -t to@email.com -c cc@email.com -B bcc@email.com -s "Subject" -b "Body"
# Read last 10 emails
mailos read
# Read unread emails
mailos read --unread
# Search by sender
mailos read --from sender@example.com
# Save as markdown files
mailos read --save-markdown --output-dir emails/
# Mark specific emails
mailos mark-read --ids 1,2,3
# Mark all from sender
mailos mark-read --from notifications@example.com
# Delete specific emails
mailos delete --ids 1,2,3 --confirm
# Delete all from sender
mailos delete --from spam@example.com --confirm
# Find unsubscribe links
mailos unsubscribe --from newsletter@example.com
# Open unsubscribe link in browser
mailos unsubscribe --from newsletter@example.com --open
Configuration is stored in ~/.email/config.json or in a local .email/config.json file.
If you want to build from source instead of using pre-built binaries:
npm install -g . from the npm directoryMIT
For issues and feature requests, visit: https://github.com/anduimagui/emailos/issues
FAQs
Command-line email client with AI integration and support for multiple providers
The npm package mailos receives a total of 433 weekly downloads. As such, mailos popularity was classified as not popular.
We found that mailos demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.