aboutsummaryrefslogtreecommitdiffstats
path: root/src/acit/imapplugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Email commands, plus 'a _bit_ more'Vosjedev2025-11-171-4/+156
| | | | | | | | | | | | | | - you can now edit bugs via email - fixed acit not resending mailinglist email correctly - make sure you don't make a new bug when receiving the first email of a bug in your inbox and replying to it - make forwarding email only delete loopback email when save argument is false - don't add empty Cc or Bcc headers to prevent errors when sending without them - make the thing that formats the In-Reply-To and References header a separate function - only update projectpages when reloading projectlist, not bugpages - fix tracker subscribers not working
* imapplugin: implement subscribing/unsubscribingVosjedev2025-11-061-7/+60
|
* smtpplugin: start mailinglisting and actually sending errorsVosjedev2025-11-061-13/+62
| | | | plus some small fixes
* imapplugin: manage smtp queueVosjedev2025-11-061-12/+13
|
* StuffVosjedev2025-11-021-2/+4
|
* imapplugin.py: Don't crash when ports givenVosjedev2025-11-021-2/+2
|
* imapplugin.py: Move handling email to own functionVosjedev2025-11-021-79/+89
|
* Too much (I tried to split it up but it won't work)Vosjedev2025-11-021-252/+184
|
* More magic, idkVosjedev2025-10-281-48/+160
|
* 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