mirror of
https://github.com/axllent/mailpit.git
synced 2026-03-03 02:17:01 +00:00
- Removed deprecated `thumbnailParams` struct from `thumbnails.go`. - Updated `server_test.go` to use an anonymous struct for response unmarshalling. - Enhanced `swagger.json` with detailed definitions for SendRequest and SendMessageResponse. - Introduced new `swaggerParams.go` to define Swagger parameters for various API endpoints. - Created `swaggerResponses.go` to define Swagger responses for API endpoints. - Cleaned up unused JSON error message definitions and consolidated error responses. - Improved documentation for Chaos triggers and web UI configuration responses.
41 lines
774 B
JSON
41 lines
774 B
JSON
{
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"cSpell.words": [
|
|
"AUTHCRAMMD",
|
|
"AUTHLOGIN",
|
|
"AUTHPLAIN",
|
|
"bordercolor",
|
|
"CRAMMD",
|
|
"dateparse",
|
|
"EHLO",
|
|
"ESMTP",
|
|
"EXPN",
|
|
"gofmt",
|
|
"Healthz",
|
|
"HTTPIP",
|
|
"Inlines",
|
|
"jhillyerd",
|
|
"leporo",
|
|
"lithammer",
|
|
"livez",
|
|
"Mechs",
|
|
"navhtml",
|
|
"neostandard",
|
|
"nolint",
|
|
"popperjs",
|
|
"readyz",
|
|
"RSET",
|
|
"shortuuid",
|
|
"SMTPTLS",
|
|
"swaggerexpert",
|
|
"UITLS",
|
|
"VRFY",
|
|
"writef"
|
|
]
|
|
}
|