mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-03 21:02:16 +08:00
* fix(imap): fix mojibake in nested emails, empty headers, and date handling - Add line-by-line mojibake fix fallback for complex emails with mixed content - Apply empty header cleanup globally to fix nested message/rfc822 parts - Add locale-independent date formatting (format_imap_date, format_rfc2822_date) - Fill missing Date header from created_at field - Fix getSubPart for non-multipart messages - Accept CREATE requests from clients (e.g. Gmail creating Drafts) - Strip whitespace from IMAP password - Use MIMEText instead of MIMEMultipart for sent mail generation - Keep body in original CTE encoding for correct BODYSTRUCTURE - Update CHANGELOG (zh/en) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: consolidate IMAP changelog entries into single line Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .env.example | ||
| .gitignore | ||
| config.py | ||
| docker-compose.yaml | ||
| dockerfile | ||
| imap_http_client.py | ||
| imap_mailbox.py | ||
| imap_message.py | ||
| imap_server.py | ||
| main.py | ||
| models.py | ||
| parse_email.py | ||
| requirements.txt | ||
| smtp_server.py | ||