aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/email/reply_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/email: support multiple commandsAleksandr Nogikh2023-04-271-13/+41
| | | | | | | | | | 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: accept #syz- prefix for commandsDmitry Vyukov2020-01-071-0/+28
| | | | | Some users spell the command as "#syz-dup:". Support this and few more variations.
* dashboard/app: heavylifting of email reportingDmitry Vyukov2017-08-171-6/+6
| | | | | | | | | - save Message-ID and use In-Reply-To in subsequent messages - remember additional CC entries added manually - don't mail to maintainers if maintainers list is empty - improve mail formatting and add a footer - implement upstream/fix/dup/invalid commands over email - add tests
* pkg/email: add function that forms reply to an emailDmitry Vyukov2017-07-021-0/+87