email-format icon indicating copy to clipboard operation
email-format copied to clipboard

Use chrono for time types

Open theduke opened this issue 6 years ago • 1 comments

Hey, this is currently the best mail parser crate I have found!

It would be great if the create used chrono for date/time types though, since it is pretty much the standard in the ecosystem.

theduke avatar Jan 24 '19 18:01 theduke

Thanks.

I haven't worked on this code in ages, but I believe it uses chrono as an optional dependency, and compiles in the chrono From/Into traits if you enable it.

mikedilger avatar Jan 25 '19 07:01 mikedilger