Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

since ios18.3 mail, imap "append" command fails with error message containing "expected digit" #279

Open
mjl- opened this issue Feb 3, 2025 · 2 comments

Comments

@mjl-
Copy link
Owner

mjl- commented Feb 3, 2025

Example:

m="C: AV2 ID (\"name\" \"com.apple.email.maild\" \"version\" \"3826.400.131.2.14\" \"os\" \"iOS\" \"os-version\" \"18.3 (22D63)\" \"vendor\" \"Apple Inc\")\r\n"
m="S: * ID (\"name\" \"mox\" \"version\" \"v0.0.15-0.20250203172848-d08e0d3882dd-go1.23.5\")\r\nAV2 OK ID done\r\n"

m="C: AV68 APPEND \"Sent\" (\\Seen) \"3-Feb-2025 18:28:47 +0000\" {311+}\r\nContent-Type: text/plain;\r\n\tcharset=us-ascii\r\nContent-Transfer-Encoding: 7bit\r\nFrom: ..."
m="imap syntax error" pkg=imapserver lastline="AV68 APPEND \"Sent\" (\\Seen) \"3-Feb-2025 18:28:47 +0000\" {311+}"
m="S: AV68 BAD APPEND unrecognized syntax/command: expected digit (remaining \"-Feb-2025 18:28:47 +0000\\\" {311+}\")\r\n"

I think the "3-Feb-2025 18:28:47 +0000" should be " 3-Feb-2025 18:28:47 +0000" (missing space):

https://www.xmox.nl/xr/dev/rfc/9051.html#L6325
https://www.xmox.nl/xr/dev/rfc/9051.html#L6502
https://www.xmox.nl/xr/dev/rfc/9051.html#L6492

Will report at https://feedbackassistant.apple.com.
May be better to stay on ios18.2 for now.

@mjl-
Copy link
Owner Author

mjl- commented Feb 15, 2025

Update: This has NOT been fixed yet in ios 18.3.1.

@mjl-
Copy link
Owner Author

mjl- commented Feb 15, 2025

If you run into this, please also report it to apple. They are hinting (with "Recent Similar Reports: ...") that they are prioritizing bugs by how many reports they get about them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant