Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / niax/rust-email issues and pull requests

#63 - Fix two panics and a hang on invalid inputs

Pull Request - State: closed - Opened by sno2 about 1 year ago - 1 comment

#62 - chrono dependency affected by RUSTSEC-2020-0159

Issue - State: open - Opened by stephank about 3 years ago

#61 - Remove default-features from chrono

Pull Request - State: open - Opened by alexwennerberg over 3 years ago

#60 - Don't let headers contain newlines, fix fn emit_folded()

Pull Request - State: open - Opened by Hocuri almost 4 years ago

#59 - as_string() produces empty line in header that can cause MTA rejection

Issue - State: open - Opened by Hocuri almost 4 years ago - 1 comment

#58 - Comply to RFC 5322

Pull Request - State: closed - Opened by Mubelotix over 4 years ago - 1 comment

#57 - replace encoding with encoding_rs

Pull Request - State: closed - Opened by quininer over 4 years ago - 1 comment

#56 - Update edition

Pull Request - State: closed - Opened by paolobarbolini almost 5 years ago

#55 - Remove unused 'time' crate

Pull Request - State: closed - Opened by paolobarbolini almost 5 years ago

#54 - Update dependencies

Pull Request - State: closed - Opened by Lisoph about 5 years ago

#53 - don't crash with a trailing semi colon

Pull Request - State: closed - Opened by thommay about 5 years ago

#52 - "user@ email address should fail parsing, not panic

Pull Request - State: closed - Opened by jlevon over 5 years ago

#51 - Add encrypted multipart for MIME (RFC 1847)

Pull Request - State: closed - Opened by juga0 over 5 years ago - 4 comments

#50 - Add encrypted multipart for MIME (RFC 1847)

Issue - State: closed - Opened by juga0 over 5 years ago - 1 comment

#49 - Handle spaces in Content-Type header parameters

Pull Request - State: closed - Opened by thommay over 5 years ago

#48 - Add more examples

Issue - State: open - Opened by dataf3l over 5 years ago

#47 - Handle distinguished mime boundaries

Pull Request - State: closed - Opened by thommay over 5 years ago

#46 - Update rand and bump version

Pull Request - State: closed - Opened by Eijebong over 5 years ago

#45 - Final MIME boundary not handled

Issue - State: closed - Opened by cpardotortosa almost 6 years ago

#44 - Encode header values according to RFC 2047

Pull Request - State: open - Opened by milibopp over 6 years ago - 3 comments

#43 - Support for parsing messages with Unix line endings

Pull Request - State: closed - Opened by ckatzer4 over 6 years ago

#42 - Add From impls for Header and Mailbox

Pull Request - State: closed - Opened by amousset over 6 years ago

#41 - Update dependencies and bump version

Pull Request - State: closed - Opened by Eijebong over 6 years ago - 1 comment

#40 - Update the chrono and base64 crates versions

Pull Request - State: closed - Opened by fabricedesre about 7 years ago - 2 comments

#39 - switch from rustc-serialize to rust-base64

Pull Request - State: closed - Opened by chills42 over 7 years ago - 4 comments

#38 - Changed Rc to Arc to allow sending stuff between threads.

Pull Request - State: closed - Opened by golddranks almost 8 years ago - 3 comments

#37 - Change Rc → Arc

Issue - State: open - Opened by golddranks almost 8 years ago - 6 comments

#35 - FromStr for Mailbox has surprising behaviour

Issue - State: open - Opened by golddranks about 8 years ago - 1 comment

#34 - Add useful traits to errors

Issue - State: open - Opened by tredoe about 8 years ago - 4 comments

#33 - Support for Unix line endings?

Issue - State: open - Opened by jugglerchris over 8 years ago

#32 - Header lookup should be case insensitive

Issue - State: open - Opened by jugglerchris over 8 years ago - 1 comment

#31 - Infinite loop with em-dash in header

Issue - State: closed - Opened by jugglerchris over 8 years ago - 1 comment

#30 - Reading headers without the rest of the message

Issue - State: open - Opened by jugglerchris over 8 years ago

#29 - Relicense under dual MIT/Apache-2.0

Issue - State: open - Opened by emberian almost 9 years ago - 5 comments

#28 - Replaced is_some() branches with map/pattern matching.

Pull Request - State: closed - Opened by benschulz almost 9 years ago

#27 - fix: multiplart/alternative

Pull Request - State: closed - Opened by mikedilger about 9 years ago

#26 - MimeMessage::as_string_without_headers()

Pull Request - State: closed - Opened by mikedilger about 9 years ago - 1 comment

#25 - fix impl ToHeader for MimeContentTypeHeader

Pull Request - State: closed - Opened by mikedilger about 9 years ago

#24 - fix for Rust 1.5

Pull Request - State: closed - Opened by buster about 9 years ago

#23 - the trait `core::marker::Sized` is not implemented for the type `Self`

Issue - State: closed - Opened by buster about 9 years ago - 1 comment

#22 - fail on lines over 998 characters

Issue - State: closed - Opened by buster over 9 years ago - 2 comments

#21 - Make ParserResult publicly usable

Pull Request - State: closed - Opened by buster over 9 years ago - 5 comments

#20 - Remove panics

Pull Request - State: closed - Opened by buster over 9 years ago - 1 comment

#19 - Add needed features for rust-smtp

Pull Request - State: closed - Opened by amousset over 9 years ago - 1 comment

#18 - Use stable rust

Pull Request - State: closed - Opened by untitaker over 9 years ago

#17 - make test feature used only in testing as per

Pull Request - State: closed - Opened by buster over 9 years ago - 7 comments

#16 - Review usage of unwrap and panics

Issue - State: open - Opened by untitaker over 9 years ago
Labels: bug

#15 - Nightly updates

Pull Request - State: closed - Opened by untitaker over 9 years ago - 5 comments

#14 - Switch to Results, and a bunch of nightly fixes

Pull Request - State: closed - Opened by untitaker almost 10 years ago - 8 comments

#13 - Breaks under nightly

Issue - State: closed - Opened by untitaker almost 10 years ago

#11 - Dependencies are also documented

Issue - State: closed - Opened by untitaker almost 10 years ago - 2 comments

#10 - Review usage of unstable APIs

Issue - State: closed - Opened by niax almost 10 years ago - 2 comments
Labels: bug

#9 - Updated for Rust 20150109

Pull Request - State: closed - Opened by ktossell almost 10 years ago - 2 comments

#8 - Fix build against Rust nightly as of 20150103

Pull Request - State: closed - Opened by ktossell almost 10 years ago

#7 - Consider use of Result<T,E> over Option<T> from parse output.

Issue - State: closed - Opened by niax almost 10 years ago - 1 comment
Labels: question

#6 - Support Content-Transfer-Encoding on message bodies

Issue - State: open - Opened by niax almost 10 years ago
Labels: enhancement

#5 - Add FromHeader implementation for Date types.

Issue - State: closed - Opened by niax almost 10 years ago - 1 comment
Labels: enhancement

#4 - MimeMessage's as_string requires a mutable message

Issue - State: closed - Opened by niax almost 10 years ago - 1 comment
Labels: bug

#3 - Support RFC2047 encoding on Header's to_string

Issue - State: open - Opened by niax almost 10 years ago - 1 comment
Labels: enhancement

#2 - update to latest rust

Pull Request - State: closed - Opened by kstep about 10 years ago - 1 comment

#1 - fail -> panic

Pull Request - State: closed - Opened by steveklabnik about 10 years ago - 1 comment