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
Breaks under nightly
#13
untitaker
closed
9 years ago
0
Infinite loop (or block) in Rfc5322Parser.consume_header when no trailing newline is found.
#12
untitaker
closed
9 years ago
4
Dependencies are also documented
#11
untitaker
closed
9 years ago
2
Review usage of unstable APIs
#10
niax
closed
9 years ago
2
Updated for Rust 20150109
#9
ktossell
closed
9 years ago
2
Fix build against Rust nightly as of 20150103
#8
ktossell
closed
9 years ago
0
Consider use of Result<T,E> over Option<T> from parse output.
#7
niax
closed
9 years ago
1
Support Content-Transfer-Encoding on message bodies
#6
niax
opened
9 years ago
0
Add FromHeader implementation for Date types.
#5
niax
closed
9 years ago
1
MimeMessage's as_string requires a mutable message
#4
niax
closed
9 years ago
1
Support RFC2047 encoding on Header's to_string
#3
niax
opened
9 years ago
1
update to latest rust
#2
kstep
closed
9 years ago
1
fail -> panic
#1
steveklabnik
closed
10 years ago
1
Previous