| Commit message (Expand) | Author | Age | Files | Lines |
| * | More imapmagic:•••- don't send emails to nobody, that'll just error out
- use proper column name when updating tokens to UNUSED status
- remove some commenting from the email postprocessor
- fix a bug where I used mariadb incorrectly causing a weird error
- add 'in tracker' to the 'you subscribed' emails, it was missing
formulating weird sentences ("Subscribed to 1 acit" or "Subscribed to
all bugs acit")
- optimise a specific mariadb query to LIMIT 1
- strip patch emails to everything before the first --- for the
description, instead of including all the patch text in the email
| Vosjedev | 6 days | 1 | -16/+22 |
| * | A lot of changes•••- don't send emails multiple times
- fix the forwarding procedure
- send secure tokens automatically instead of on-request
- ignore duplicate emails (matches by message-id)
- allow passing an SMTP `to` to `sendmail()`, instead of always using
the headers
- don't add self to cc when not needed, etc etc
- introduce a postprocessor function mechanism that runs a function
right after our sendmail() processes your email, and right before
adding it to the smtp queue
| Vosjedev | 7 days | 1 | -18/+129 |
| * | Use a proper subjectline for secure emails | Vosjedev | 2025-11-21 | 1 | -1/+3 |
| * | Email commands, plus 'a _bit_ more'•••- 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
| Vosjedev | 2025-11-17 | 1 | -4/+156 |
| * | imapplugin: implement subscribing/unsubscribing | Vosjedev | 2025-11-06 | 1 | -7/+60 |
| * | smtpplugin: start mailinglisting and actually sending errors•••plus some small fixes
| Vosjedev | 2025-11-06 | 1 | -13/+62 |
| * | imapplugin: manage smtp queue | Vosjedev | 2025-11-06 | 1 | -12/+13 |
| * | Stuff | Vosjedev | 2025-11-02 | 1 | -2/+4 |
| * | imapplugin.py: Don't crash when ports given | Vosjedev | 2025-11-02 | 1 | -2/+2 |
| * | imapplugin.py: Move handling email to own function | Vosjedev | 2025-11-02 | 1 | -79/+89 |
| * | Too much (I tried to split it up but it won't work) | Vosjedev | 2025-11-02 | 1 | -252/+184 |
| * | More magic, idk | Vosjedev | 2025-10-28 | 1 | -48/+160 |
| * | More IMAP magic: it now sorts email! Doesn't generate anything though :( | vosjedev | 2025-10-12 | 1 | -90/+186 |
| * | [mail] Add a lot of email logic, note this doesn't run yet | vosjedev | 2025-10-09 | 1 | -0/+211 |