aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add pool for IMAP connectionsVosjedev2025-10-291-0/+129
* Start using database in web.py, start serving style.cssVosjedev2025-10-281-2/+8
* Add database and Site to the mixVosjedev2025-10-281-2/+10
* Regen htmlVosjedev2025-10-281-0/+23
* More magic, idkVosjedev2025-10-281-48/+160
* Add small util functions used by imappluginVosjedev2025-10-281-0/+28
* Allow starting with python -m acitVosjedev2025-10-281-0/+6
* Add python classes representing database objectsVosjedev2025-10-281-0/+250
* Add database plugin I copied from my other projectVosjedev2025-10-281-0/+90
* Add more html (notfound.html, mailpage.html)Vosjedev2025-10-261-1/+40
* web.py: add methods to handle 'page registration', semi-static site codeVosjedev2025-10-261-4/+15
* __init__.py: remove unused import, clean upVosjedev2025-10-261-4/+5
* Add autogenerated html filevosjedev2025-10-121-0/+8
* Start IMAP plugin, fix indent being cursed when using normal tabsizevosjedev2025-10-121-2/+8
* Something with the web server, idk. seems to have an index now.vosjedev2025-10-121-1/+6
* More IMAP magic: it now sorts email! Doesn't generate anything though :(vosjedev2025-10-121-90/+186
* [mail] Add a lot of email logic, note this doesn't run yetvosjedev2025-10-091-0/+211
* [web] Add baseplate for webservervosjedev2025-10-092-0/+26