| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -14/+29 |
| * | [smtp] Don't log email contents | Vosjedev | 2025-11-21 | 1 | -1/+0 |
| * | 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 | -23/+39 |
| * | smtp: make sure self isn't in cc when in-reply-ing to email | Vosjedev | 2025-11-06 | 1 | -0/+2 |
| * | smtp: properly capitalise X-Acit-Delete-When-Sender header | Vosjedev | 2025-11-06 | 1 | -1/+1 |
| * | smtp: allow sending email using an smtp queue | Vosjedev | 2025-11-06 | 1 | -0/+207 |