Unable to retrive FastMail emails over JMAP #143

Closed
opened 2021-08-18 06:43:15 +03:00 by alistair23 · 4 comments

When trying to login to a FastMail JMAP account I get this error:

invalid type: null, expected a string at line 1 column 6750634

meli can retrieve the number of unread emails, but is unable to retrive any emails from the server.

This is my configuration

[accounts."jmap.fastmail.com"]
root_mailbox = "INBOX"
format = "jmap"
server_hostname = "jmap.fastmail.com"
server_password = "password"
server_username = "email"
server_port = "443"
index_style = "Conversations"
identity = "email"
display_name = "Alistair"
search_backend = "none"
subscribed_mailboxes = ["INBOX", "INBOX/Sent", "INBOX/Drafts", "INBOX/Junk"]

I'm using the latest master commit (f097593bed) built with MELI_FEATURES="jmap" PREFIX=~/.local make install

When trying to login to a FastMail JMAP account I get this error: ``` invalid type: null, expected a string at line 1 column 6750634 ``` meli can retrieve the number of unread emails, but is unable to retrive any emails from the server. This is my configuration ``` [accounts."jmap.fastmail.com"] root_mailbox = "INBOX" format = "jmap" server_hostname = "jmap.fastmail.com" server_password = "password" server_username = "email" server_port = "443" index_style = "Conversations" identity = "email" display_name = "Alistair" search_backend = "none" subscribed_mailboxes = ["INBOX", "INBOX/Sent", "INBOX/Drafts", "INBOX/Junk"] ``` I'm using the latest master commit (f097593bedef7d5af5399630a93cdd3a4d98c77c) built with `MELI_FEATURES="jmap" PREFIX=~/.local make install`
Manos Pitsidianakis added the
bug
label 2021-09-03 14:12:58 +03:00

same here with 0.7

NB: the website looks broken on firefox for: the text appears blank on blank. Does it do it for you guys ?

same here with 0.7 NB: the website looks broken on firefox for: the text appears blank on blank. Does it do it for you guys ?

@teto is it fixed for you now? Do a ctrl+shift+R which refreshes the cache.

@teto is it fixed for you now? Do a ctrl+shift+R which refreshes the cache.

ctrl-shift-r did it thanks. It was fine on chrome.

ctrl-shift-r did it thanks. It was fine on chrome.

I believe this was caused by meli expecting charset to be String instead of Option<String>, this should be fixed as of 6280bc75e5

I believe this was caused by meli expecting `charset` to be `String` instead of `Option<String>`, this should be fixed as of 6280bc75e5
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#143
There is no content yet.