aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/email/reply.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/email: support multiple commandsAleksandr Nogikh2023-04-271-3/+8
| | | | | | | | | | It's not always convenient that we can receive only one command per email. Update pkg/email parsing code to extract everything which there is. Update reporting_email.go to handle multiple email commands. Set different limits for bug email commands and bug list commands.
* pkg/email: add function that forms reply to an emailDmitry Vyukov2017-07-021-0/+42