File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed
Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1+ # These are supported funding model platforms
2+
3+ github : [fedelemantuano]
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ mail_parser.egg-info/
1212venv
1313venv27
1414venv3
15+ venv-mailparser
1516report /
Original file line number Diff line number Diff line change 7171 r'(?:envelope-sender\s+<(?P<envelope_sender>.+?)>)' ,
7272
7373 # datetime comes after ; at the end
74- r';\s*(?P<date>.*)'
74+ r';\s*(?P<date>.*)' ,
75+
76+ # sendgrid datetime
77+ r'(?P<date>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{9} \+0000 UTC) m=\+\d+\.\d+'
7578]
7679
7780RECEIVED_COMPILED_LIST = [
Original file line number Diff line number Diff line change 1717limitations under the License.
1818"""
1919
20- __version__ = "3.12 .0"
20+ __version__ = "3.13 .0"
2121
2222if __name__ == "__main__" :
2323 print (__version__ )
Original file line number Diff line number Diff line change 11# tool
2- ipaddress == 1.0.23
3- simplejson = =3.17.0
4- six = =1.14.0
2+ ipaddress >= 1.0.23 ; python_version < '3.3'
3+ simplejson > =3.17.0
4+ six > =1.14.0
55
66# dev
77coverage == 5.0.2
Original file line number Diff line number Diff line change 1- ipaddress == 1.0.23
2- simplejson = =3.17.0
3- six = =1.14.0
1+ ipaddress >= 1.0.23 ; python_version < '3.3'
2+ simplejson > =3.17.0
3+ six > =1.14.0
You can’t perform that action at this time.
0 commit comments