-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue #59: Take Stamp
from Email Date
#59
Conversation
Stamp
from Email Date Stamp
from Email Date
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
_data_types = ["email-header-date"] | ||
|
||
def parse(self, raw: bytes) -> List[Dict]: | ||
"""Method that returns a list of Maintenance objects.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this method only support specific formats of dates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only supports Email Date format
Addresses #59
Stamp
from the Email dataCombinedProcessor
instead of theSimplerProcessor