All Projects → dlgchg → Lemail

dlgchg / Lemail

仿 Linux shell 命令的邮箱命令行客户端

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
golang
3204 projects

Labels

Projects that are alternatives of or similar to Lemail

Mailjet.net
.NET Client for MailJet
Stars: ✭ 7 (-79.41%)
Mutual labels:  email
Sephia Five
A secure and PGP enabled webmail module for Phosphorus Five
Stars: ✭ 21 (-38.24%)
Mutual labels:  email
App
The SimpleLogin back-end
Stars: ✭ 958 (+2717.65%)
Mutual labels:  email
Ismailfine
A simple (but correct) library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x). Based on https://github.com/jstedfast/EmailValidation
Stars: ✭ 9 (-73.53%)
Mutual labels:  email
Timeline Vue
💌基于 Vue -> Koa2 -> Mongoose 的留言时间轴,记录美好时光。
Stars: ✭ 14 (-58.82%)
Mutual labels:  email
Sendria
Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 30 (-11.76%)
Mutual labels:  email
Swoosh
Compose, deliver and test your emails easily in Elixir
Stars: ✭ 931 (+2638.24%)
Mutual labels:  email
Dialogflow Sendgrid
📮 Dialogflow + Sendgrid = AI Mailbox
Stars: ✭ 33 (-2.94%)
Mutual labels:  email
Bojler
Bojler is an email framework
Stars: ✭ 885 (+2502.94%)
Mutual labels:  email
Mum
A web-based user management tool for Postfix and Dovecot that is easy to use and still very powerful.
Stars: ✭ 31 (-8.82%)
Mutual labels:  email
Nodejs Template Emails
Sending template emails in Node.JS
Stars: ✭ 12 (-64.71%)
Mutual labels:  email
Disposable Email Domains
a list of disposable and temporary email address domains
Stars: ✭ 873 (+2467.65%)
Mutual labels:  email
How to get emails imap tutorial
How to get emails including there attachments and how to extract various attributes from those emails. See https://youtu.be/zFEEGkvo6O8 for a more detailed information.
Stars: ✭ 30 (-11.76%)
Mutual labels:  email
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (+2379.41%)
Mutual labels:  email
Fiercephish
FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
Stars: ✭ 960 (+2723.53%)
Mutual labels:  email
Trumail
✉️ ✅ A Fast and Free Email Verification API written in Go
Stars: ✭ 937 (+2655.88%)
Mutual labels:  email
Nioimapclient
High performance, async IMAP client implementation
Stars: ✭ 28 (-17.65%)
Mutual labels:  email
Dotmailer Magento2 Extension
The official Engagement Cloud for Magento2 extension
Stars: ✭ 33 (-2.94%)
Mutual labels:  email
Notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
Stars: ✭ 32 (-5.88%)
Mutual labels:  email
Hm email
A HomeMatic CCU Addon for sending Emails
Stars: ✭ 30 (-11.76%)
Mutual labels:  email

lemail

lemail仿 Linux shell 命令的邮箱命令行客户端.

命令列表及说明

新增邮箱

新增一个邮箱

lemail add

例子

lemail add -type=1 [email protected] -pass=123456
// type 邮箱类型,目前只有QQ(0),163(1),Gmail(2)

邮箱列表

显示已添加的邮箱信息

lemail show

删除邮箱

使用分配的uuid来删除邮箱信息

lemail del

例子

lemail del -uuid=9b76ea1c-d37c-44e5-a330-cf6ecb882807

修改邮箱信息

lemail up

例子

lemail up -uuid=9b76ea1c-d37c-44e5-a330-cf6ecb882807 [email protected] -pass=123456789

使用邮箱

使用邮箱来进行发送邮件操作

lemail use

例子

lemail use -uuid=9b76ea1c-d37c-44e5-a330-cf6ecb882807

查看10封邮件头

lemail -l

查看正在使用的邮箱

lemail using

发送邮件

发送一封简单的邮件

只有接收人,标题和正文,接收人支持多人,以逗号分割

lemail send-simple

例子

//单发
lemail send-simple [email protected] -title=xxxx -body=xxxxxxxxg
//多发
lemail send-simple [email protected],[email protected] -title=xxxx -body=xxxxxxxxg

发送带附件的邮件

lemail send-attach

例子

lemail send-attach [email protected] -title=xxxx -body=xxxxxxxxg -attach=/xx/xx/xx.png

发送完整的邮件

包含以上内容,追加抄送人和暗送人,支持多人,以逗号分割

lemail send

例子

//简单发送
lemail send [email protected] -title=xxxx -body=xxxxxxxx
//发送多人
lemail send [email protected],[email protected] -title=xxxx -body=xxxxxxxx
//添加附件
lemail send [email protected] -title=xxxx -body=xxxxxxxx -attach=x/x/xxx.jpg
//添加抄送和暗送
lemail send [email protected] [email protected] [email protected] -title=xxxx -body=xxxxxxxx -attach=x/x/xxx.jpg

查看已发送邮件

默认显示前20条

lemail send-list

例子

lemail send-list -all=true //-all=true 全部

删除邮件

lemail send-remove

例子

//根据id删除
lemail send-remove -id=1 -all=false
//全部删除
lemail send-remove -id= -all=true
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].