summaryrefslogtreecommitdiff
path: root/script/qmauth.py
AgeCommit message (Collapse)Author
2023-03-11bugfixes and minor version bumpJannis M. Hoffmann
2023-03-10Proper recursive rendering of mails to htmlJannis M. Hoffmann
1. Added raw mode to model 2. Added raw route 3. Moved readmail view parts to RenderMail plugin 4. Renamed displayheaders partial templates
2023-03-05improved performance of qmauth.pyJannis M. Hoffmann
by only parsing mail headers when in list mode
2023-03-05qmauth.py proper charset decodingJannis M. Hoffmann
2023-03-02BugfixesJannis M. Hoffmann
1. correctly read mime parts 2. avoid encoding issues when parsing json form qmauth 3. use 'replace' instead of 'strict' error handling when decoding mails in qmauth.py
2023-02-26Specified the interface for qmauthJannis M. Hoffmann
Changes to configuration Added qmauth version written in Python Slight changes to pagination