KoljaB / Linguflex

Command Your World with Voice
352 stars 41 forks source link

Fix datetime parsing issue in Gmail IMAP retrieval #4

Closed KoljaB closed 1 year ago

KoljaB commented 1 year ago

Summary:

This PR resolves the ValueError thrown when attempting to parse the email datetime string from Gmail's IMAP service. The problem arose due to a date string format mismatch. We now use the dateutil library to more robustly handle date parsing.

Changes:

This PR closes #3.