summaryrefslogtreecommitdiff
path: root/src/jwebmail/model/de.jmhoffmann.jwebmail.mail-storage.varlink
AgeCommit message (Collapse)Author
2024-12-08update for mail-storage version 1.1.0Jannis M. Hoffmann
Now a keyset based pagination is used instead of an offset based one. This removes the dependency flask-paginate. URL arguments are taken from the request object in the displayheaders templates instead of passing them in manually. Not needed arguments for about render_template are removed.
2024-11-21small round of fixesJannis M. Hoffmann
Fix the mispelling of an error in the varlink iterface definition. Remove debug print statement. Remove an erroneus close on a qma that is not opened.
2024-11-19switch from protobuf based protocol to varlinkJannis M. Hoffmann