issues
search
async-email
/
async-smtp
Apache License 2.0
60
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add more examples
#65
baztar
opened
3 weeks ago
0
feat: Add ability to get SmtpStream from SmtpTransport
#64
amaury1093
closed
1 month ago
4
async-std `TcpStream` impls `BufRead` w/ `AsyncWrite`
#63
pinkforest
opened
4 months ago
2
Why was remove Socks5 Feature?
#62
her0mx
closed
1 year ago
2
Do not wrap the stream into BufReader
#61
link2xt
closed
1 year ago
0
Adding example with starttls
#60
MattBlack85
closed
1 year ago
2
Release 0.7.0
#59
link2xt
closed
1 year ago
6
Read responses in parallel with writing request when pipelining
#58
link2xt
opened
1 year ago
2
Remove non-SMTP transports and connection setup code
#57
link2xt
closed
1 year ago
0
Release v0.6.0
#56
link2xt
closed
1 year ago
2
Fix clippy warnings
#55
link2xt
closed
1 year ago
0
Add pipelining extension support
#54
link2xt
closed
1 year ago
1
feat: Improve Transient,Permanent error strings
#53
amaury1093
closed
1 year ago
1
feat: add support for tokio
#52
dignifiedquire
closed
2 years ago
3
Bump nom dependency to ^7.0
#51
JuxhinDB
closed
2 years ago
5
Update `hostname` dependency
#50
link2xt
closed
2 years ago
0
Backport dot escape fix from lettre
#49
link2xt
closed
2 years ago
1
Pipeline `MAIL FROM:` and `RCPT TO:` commands.
#48
link2xt
closed
1 year ago
1
gmail example gives credentials error method not found in `impl std::future::Future`
#47
Lejla94
opened
3 years ago
3
Iterate over all addresses in case of an error
#46
Jikstra
closed
3 years ago
1
Add SOCKS5 API
#45
link2xt
closed
3 years ago
0
Implement our own basic email validation
#44
link2xt
closed
3 years ago
1
Rejects valid emails
#43
bk2204
opened
3 years ago
1
Improve socks5 api
#42
Jikstra
closed
3 years ago
3
Sending email using a gmail account
#41
ghost
closed
3 years ago
0
Release new version on crates.io?
#40
mre
closed
3 years ago
0
How to add a title in a message????
#39
her0mx
closed
1 year ago
4
"The certificate was not trusted."
#38
her0mx
closed
3 years ago
1
Client::is_connected() doesn't report about connections closed by foreign host
#37
tyranron
closed
1 year ago
1
Update fast-socks5 dependency
#36
amaury1093
closed
3 years ago
6
Stop parsing sendmail arguments before addresses
#35
amousset
closed
4 years ago
0
Feature/jo/#33 streaming api
#34
jocutajar
closed
2 years ago
3
Streaming API for sending mail body
#33
jocutajar
opened
4 years ago
0
Epanded existing smtp example to make it more practical
#32
jocutajar
closed
2 years ago
1
Fixed minor errors in README.md example
#31
jocutajar
closed
3 years ago
0
Use address literal as default EHLO argument
#30
link2xt
closed
4 years ago
5
"Flexible timeouts" followup
#29
link2xt
closed
4 years ago
0
fix clippy and CI
#28
dignifiedquire
closed
4 years ago
0
Do not expose the hostname to the server, just make it localhost
#27
Hocuri
closed
4 years ago
5
more flexible timeouts
#26
Hocuri
closed
4 years ago
3
Machine hostname is exposed to the server
#25
link2xt
closed
4 years ago
1
Use connect and send in examples and remove some warnings
#24
spebern
closed
4 years ago
1
Can this library run in WASM?
#23
amaury1093
opened
4 years ago
0
Flexible timeouts (for larger messages)
#22
Hocuri
closed
4 years ago
7
Remove uses of pin_project::project attribute
#21
taiki-e
closed
4 years ago
0
Better error for connection timeout?
#20
link2xt
closed
1 year ago
1
feat: Client connect to SOCKS5 stream
#19
amaury1093
closed
4 years ago
1
feat: add SmtpClient::command
#18
amaury1093
closed
4 years ago
1
Allow sending custom SMTP commands
#17
amaury1093
closed
4 years ago
0
Make it work in conjunction with `lettre_email`
#16
mneumann
opened
4 years ago
0
Next