proton-bridge/pkg/message
Leander Beernaert 03c3404044 chore(GODT-2916): Split Decryption from Message Building
This helps the export tool to deal with problems arising from message
assembly after everything has been successfully encrypted.

The original behavior is still available under `DecryptAndBuildRFC822`.
2023-09-18 14:40:07 +02:00
..
parser test: oss-fuzz support for fuzzing 2023-07-18 09:13:11 +02:00
testdata fix(GODT-2464): Filter attachment name from content-type parameter to not send it twice to the API. 2023-05-02 07:13:21 +00:00
build_custom.go chore(GODT-2916): Split Decryption from Message Building 2023-09-18 14:40:07 +02:00
build_framework_test.go fix(GODT-2480): Do not override X-Original-Date with invalid Date 2023-03-13 12:37:27 +01:00
build_test.go chore(GODT-2916): Split Decryption from Message Building 2023-09-18 14:40:07 +02:00
build.go chore(GODT-2916): Split Decryption from Message Building 2023-09-18 14:40:07 +02:00
decrypt_and_build.go chore(GODT-2916): Split Decryption from Message Building 2023-09-18 14:40:07 +02:00
decrypt.go chore(GODT-2916): Split Decryption from Message Building 2023-09-18 14:40:07 +02:00
header_test.go test: oss-fuzz support for fuzzing 2023-07-18 09:13:11 +02:00
header.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
message.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
options.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
parser_test.go chore: upgraded golangci-lint v1.52.2 and fixed all issues. 2023-05-05 07:57:22 +02:00
parser.go chore: Replace go-rfc5322 with gluon's rfc5322 parser 2023-03-17 16:23:36 +01:00