index
:
pgarchives.git
master
py3
PostgreSQL mailinglist archives backend
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
/
lib
/
parser.py
Age
Commit message (
Expand
)
Author
2023-04-11
Add JIS encodings to message loading
Célestin Matte
2022-04-01
Fix bytes/str handling of secondary text parts in messages
Magnus Hagander
2020-08-11
Updaate regexp escaping syntax to please pep8
Magnus Hagander
2020-08-11
Update exception catching syntax to please pep8
Magnus Hagander
2020-04-01
Mark all ForeignKeys as on_delete=CASCADE
Magnus Hagander
2019-01-08
Fix date parsing to be even more forgiving
Magnus Hagander
2019-01-04
Fix comparison operators
Magnus Hagander
2019-01-04
Fix bad multi-command lines
Magnus Hagander
2019-01-04
Whitespace fixes
Magnus Hagander
2019-01-04
Fix indentation
Magnus Hagander
2019-01-04
Tabs to 4 spaces
Magnus Hagander
2019-01-04
Trap internal AssertionError from python libraries
Magnus Hagander
2019-01-03
Update loader scripts to use python3 syntax
Magnus Hagander
2019-01-03
Use "in" syntax instead of has_key()
Magnus Hagander
2018-11-30
Switch to using tidylib rather than tidy
Magnus Hagander
2018-11-20
Remove spaces in messageids
Magnus Hagander
2018-11-20
One more round of header replacement fixes
Magnus Hagander
2018-11-20
Add another strange timezone offset format
Magnus Hagander
2017-04-10
Fix silly overlook in imports
Magnus Hagander
2017-04-10
Try to decode attachment filenames when escaped
Magnus Hagander
2016-12-17
Exclude pkcs7 signatures in attachments
Magnus Hagander
2016-03-02
Forcibly remove \0 at the end of a decoded message
Magnus Hagander
2016-02-14
Actually store the raw data in rawtxt
Magnus Hagander
2013-08-17
Properly recurse into multipart/sign:ed email parts
Cédric Villemain
2013-01-09
Turn any non-first text/plain parts into attachments
Magnus Hagander
2013-01-05
Properly parse attachments of type=text/plain, content-disposition=attachment
Magnus Hagander
2012-08-12
Another typo, i think
Magnus Hagander
2012-08-12
Missing object reference
Magnus Hagander
2012-08-09
More forgiving parsing of emails with broken header encoding
Magnus Hagander
2012-07-10
Turn rawtxt into a bytea, since w edon't know the encoding
Magnus Hagander
2012-07-09
Fail date parsing on empty dates
Magnus Hagander
2012-07-09
Store the raw text of messages.
Magnus Hagander
2012-07-07
Oops.. Misisng a reference there, are we.. :)
Magnus Hagander
2012-07-07
Attempt to get rid of the postgresql specific mail footer on all lists
Magnus Hagander
2012-07-06
Parsing didn't work, and it's not enough messages to really care about..
Magnus Hagander
2012-07-06
Specify encoding of file
Magnus Hagander
2012-07-06
Badly encoded name of encoding :O
Magnus Hagander
2012-07-06
Support filtering a single email out of mbox/directory for reloading
Magnus Hagander
2012-07-06
Add parameter to override the date of a message
Magnus Hagander
2012-07-06
typo
Magnus Hagander
2012-07-06
more date stuff
Magnus Hagander
2012-07-06
Strange spelling of gmt..
Magnus Hagander
2012-07-06
More timezones
Magnus Hagander
2012-07-06
Silly - needs to be lowercase :S
Magnus Hagander
2012-07-06
Remove dead code
Magnus Hagander
2012-07-06
Handle empty bodies instead of giving an error
Magnus Hagander
2012-07-06
Work around more broken dates
Magnus Hagander
2012-07-06
One more round of encodings
Magnus Hagander
2012-07-05
Don't crash on non-multipart messages that appeaer to be multipart
Magnus Hagander
2012-07-05
Clean up UTF surrogate points in unicode data
Magnus Hagander
[next]