- Detect X-WS-* headers (e.g., X-WS-Attachment-UUID) as MIME headers
to ensure attachment headers like Content-Type and Content-Disposition
get normalized properly
- Add test case for attachment header normalization
- Bump version to 0.5.0
The normalization fixes malformed continuation lines in attachment
headers generated by Infomaniak webmail, where lines like
"name=file.pdf" are missing the required leading whitespace.
- Copy Cargo files first to leverage Docker layer caching
- Build dependencies separately before copying source code
- Use cache mounts for cargo registry to speed up builds
- Fix binary path in final stage from cargo bin to target release