aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/email/parser_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: apply linter auto fixesTaras Madan2025-07-171-3/+3
* pkg/email: share raw email addressesAleksandr Nogikh2025-07-101-0/+21
* dashboard: adapt to the new Googe Groups footerAleksandr Nogikh2024-10-251-0/+29
* dashboard: auto-guess kernel and repo for #syz testAleksandr Nogikh2023-09-061-2/+13
* dashboard: support bug labelsAleksandr Nogikh2023-04-271-0/+10
* pkg/email: support multiple commandsAleksandr Nogikh2023-04-271-126/+233
* pkg/email: expose OwnEmail flagAleksandr Nogikh2023-04-121-0/+1
* pkg/email: parse multiple In-Reply-To message IDsAleksandr Nogikh2023-04-121-0/+28
* pkg/email: extract more informationAleksandr Nogikh2023-04-061-5/+118
* pgk/email: parse the new "set" commandAleksandr Nogikh2023-02-241-0/+8
* all: tools/syz-env make generate resultTaras Madan2023-02-241-2/+2
* pkg/email: tolerate newline characters after #syzAleksandr Nogikh2022-11-291-0/+27
* pkg/email: detect author and mailing listAleksandr Nogikh2022-11-211-17/+65
* dashboard: reduce CanonicalEmail callsAleksandr Nogikh2022-11-211-12/+12
* pkg/email: add support for Sender extractionAleksandr Nogikh2022-11-071-4/+7
* pkg/email: strip \t in test command argsDmitry Vyukov2021-03-091-0/+18
* pkg/email: accept #syz- prefix for commandsDmitry Vyukov2020-01-071-0/+18
* pkg/email: allow commands in subjectDmitry Vyukov2019-05-131-2/+21
* dashboard/app: restore printing of email commandsDmitry Vyukov2019-05-081-13/+33
* pkg/email: support quilt patch formatAndrey Konovalov2019-04-231-2/+6
* dashboard/app: slightly relax command parsingDmitry Vyukov2019-03-221-30/+56
* pkg/email, pkg/vcs: test that OpenBSD-style commits are handledDmitry Vyukov2018-10-111-0/+32
* pkg/email: support quoted-printable emailsDmitry Vyukov2018-06-181-4/+52
* gometalinter: enable line length checkingDmitry Vyukov2018-05-041-0/+1
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-0/+3
* pkg/email: handle emails without Content-Type headerDmitry Vyukov2018-01-241-1/+0
* pkg/email: don't add <> to email when name is emptyDmitry Vyukov2017-12-281-0/+18
* dashboard/app: extract fixing tags from commitsDmitry Vyukov2017-12-271-1/+1
* pkg/email: improve parsing of splitted linesDmitry Vyukov2017-12-191-12/+36
* pkg/email: unsplit arguments for test commandDmitry Vyukov2017-11-171-1/+65
* pkg/email: truncate garbage after patchesDmitry Vyukov2017-11-171-3/+3
* dashboard/app: email fixesDmitry Vyukov2017-10-311-0/+13
* dashboard/app: heavylifting of email reportingDmitry Vyukov2017-08-171-42/+84
* pkg/email: fix bug in context extractionDmitry Vyukov2017-07-051-3/+3
* pkg/email: add AddAddrContext/RemoveAddrContextDmitry Vyukov2017-07-051-32/+49
* pkg/email: don't add own email address to CC listDmitry Vyukov2017-07-031-4/+8
* pkg/email: add email parsing functionalityDmitry Vyukov2017-07-021-0/+344