DusanKasan / parsemail

Simple email parsing for Golang
MIT License
212 stars 138 forks source link

Cannot handle Dates with additional suffix #10

Closed EdwinLove closed 4 years ago

EdwinLove commented 5 years ago

The parser is failing to recognise dates which have an additional timezone suffix, e.g. (GMT).

As this is redundant (the timestamp should include -0700) this can be stripped off and thus allow the time string to be parsed.

I have issued a pull request to do this https://github.com/DusanKasan/parsemail/pull/9

DusanKasan commented 4 years ago

Merged #9