koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

Parse `TNEF.ATTDATEEND` objects into datetimes #55

Closed evomassiny closed 4 years ago

evomassiny commented 5 years ago

Hello,

First of all, thank you for your work, this module is really useful to me !

I noticed that TNEF objects representing the end time of an event where not parsed into datetimes in the TNEF constructor. I figured this was a slight oversight and added TNEF.ATTDATEEND to the list of TNEFObject.name readable as datetimes here

I hope this helps,

Evomassiny