issues
search
niax
/
rust-email
Implementation of MIME Messages for Rust
MIT License
63
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix two panics and a hang on invalid inputs
#63
sno2
closed
1 year ago
1
chrono dependency affected by RUSTSEC-2020-0159
#62
stephank
opened
3 years ago
0
Remove default-features from chrono
#61
alexwennerberg
opened
3 years ago
0
Don't let headers contain newlines, fix fn emit_folded()
#60
Hocuri
opened
3 years ago
0
as_string() produces empty line in header that can cause MTA rejection
#59
Hocuri
opened
3 years ago
1
Comply to RFC 5322
#58
Mubelotix
closed
4 years ago
1
replace encoding with encoding_rs
#57
quininer
closed
4 years ago
1
Update edition
#56
paolobarbolini
closed
4 years ago
0
Remove unused 'time' crate
#55
paolobarbolini
closed
4 years ago
0
Update dependencies
#54
haudan
closed
5 years ago
0
don't crash with a trailing semi colon
#53
thommay
closed
5 years ago
0
"user@ email address should fail parsing, not panic
#52
jlevon
closed
5 years ago
0
Add encrypted multipart for MIME (RFC 1847)
#51
juga0
closed
4 years ago
4
Add encrypted multipart for MIME (RFC 1847)
#50
juga0
closed
4 years ago
1
Handle spaces in Content-Type header parameters
#49
thommay
closed
5 years ago
0
Add more examples
#48
dataf3l
opened
5 years ago
0
Handle distinguished mime boundaries
#47
thommay
closed
5 years ago
0
Update rand and bump version
#46
Eijebong
closed
5 years ago
0
Final MIME boundary not handled
#45
cpardotortosa
closed
5 years ago
0
Encode header values according to RFC 2047
#44
milibopp
opened
6 years ago
3
Support for parsing messages with Unix line endings
#43
ckatzer4
closed
6 years ago
0
Add From impls for Header and Mailbox
#42
amousset
closed
6 years ago
0
Update dependencies and bump version
#41
Eijebong
closed
6 years ago
1
Update the chrono and base64 crates versions
#40
fabricedesre
closed
7 years ago
2
switch from rustc-serialize to rust-base64
#39
chills42
closed
7 years ago
4
Changed Rc to Arc to allow sending stuff between threads.
#38
golddranks
closed
7 years ago
3
Change Rc → Arc
#37
golddranks
opened
7 years ago
6
Update some dependencies to newer crates and extract benchmarks to different module
#36
hgrecco
closed
7 years ago
0
FromStr for Mailbox has surprising behaviour
#35
golddranks
opened
7 years ago
1
Add useful traits to errors
#34
tredoe
opened
7 years ago
4
Support for Unix line endings?
#33
jugglerchris
opened
8 years ago
0
Header lookup should be case insensitive
#32
jugglerchris
opened
8 years ago
1
Infinite loop with em-dash in header
#31
jugglerchris
closed
1 year ago
1
Reading headers without the rest of the message
#30
jugglerchris
opened
8 years ago
0
Relicense under dual MIT/Apache-2.0
#29
emberian
opened
8 years ago
5
Replaced is_some() branches with map/pattern matching.
#28
benschulz
closed
8 years ago
0
fix: multiplart/alternative
#27
mikedilger
closed
9 years ago
0
MimeMessage::as_string_without_headers()
#26
mikedilger
closed
8 years ago
1
fix impl ToHeader for MimeContentTypeHeader
#25
mikedilger
closed
9 years ago
0
fix for Rust 1.5
#24
buster
closed
9 years ago
0
the trait `core::marker::Sized` is not implemented for the type `Self`
#23
buster
closed
9 years ago
1
fail on lines over 998 characters
#22
buster
closed
9 years ago
2
Make ParserResult publicly usable
#21
buster
closed
9 years ago
5
Remove panics
#20
buster
closed
9 years ago
1
Add needed features for rust-smtp
#19
amousset
closed
9 years ago
1
Use stable rust
#18
untitaker
closed
9 years ago
0
make test feature used only in testing as per
#17
buster
closed
9 years ago
7
Review usage of unwrap and panics
#16
untitaker
opened
9 years ago
0
Nightly updates
#15
untitaker
closed
9 years ago
5
Switch to Results, and a bunch of nightly fixes
#14
untitaker
closed
9 years ago
8
Next