Skip to content
New issue

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

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

Already on GitHub? # to your account

"NextPart: EOF" error when moving DigitalOcean emails #75

Closed
srid opened this issue Apr 7, 2021 · 4 comments
Closed

"NextPart: EOF" error when moving DigitalOcean emails #75

srid opened this issue Apr 7, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@srid
Copy link
Contributor

srid commented Apr 7, 2021

For some reason, I cannot move emails from DigitalOcean.

❯ ~/h  search subject DigitalOcean 

UID |FLAGS |SUBJECT                                                |SENDER       |DATE                
14  |      |[DigitalOcean] Your January 2021 invoice is available  |DigitalOcean |2021-01-31 22:16:42 
11  |      |[DigitalOcean] Your February 2021 invoice is available |DigitalOcean |2021-03-01 09:01:43 
7   |      |[DigitalOcean] Your March 2021 invoice is available    |DigitalOcean |2021-04-01 02:22:07 


❯ ~/h -o json search subject DigitalOcean | jq '.[].uid' | xargs -n 1 -I {} ~/h move {} Folders/FinanceLog
Cannot append message to `Folders/FinanceLog`
 ↳ No Response: failed to create new parser: multipart: NextPart: EOF
Cannot append message to `Folders/FinanceLog`
 ↳ No Response: failed to create new parser: multipart: NextPart: EOF
Cannot append message to `Folders/FinanceLog`
 ↳ No Response: failed to create new parser: multipart: NextPart: EOF

❯ 

(Same behaviour with "search from DigitalOcean".)

I can read an individual message using himalaya read 14, however.

@soywod
Copy link
Member

soywod commented Apr 8, 2021

It looks like there is an issue with the mail itself (invalid boundaries?). Do you think you can share the raw mail with sensitive data hidden?

@soywod soywod added question Further information is requested bug Something isn't working cli labels Apr 8, 2021
@soywod
Copy link
Member

soywod commented Apr 8, 2021

I noticed that when I copy or move a mail, the attachments are lost. It may be related to your problem. I will investigate.

soywod added a commit that referenced this issue Apr 8, 2021
@soywod
Copy link
Member

soywod commented Apr 8, 2021

Indeed, some part where missing when I was copying / moving messages. I fixed this issue, it should be fixed in the next release. Feel free to reopen if the problem persists after the release. Thanks for the feedback!

@soywod soywod closed this as completed Apr 8, 2021
@soywod soywod removed the question Further information is requested label Apr 8, 2021
@soywod soywod self-assigned this Apr 8, 2021
@soywod
Copy link
Member

soywod commented Apr 8, 2021

Added in v0.2.3 🎉

@soywod soywod added this to the v1 milestone Apr 17, 2021
@soywod soywod removed their assignment Feb 11, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants