maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Problem with IMAP from 1und1.de (https://talk.maemo.org/showthread.php?t=30356)

lma 2009-07-19 15:26

Re: Problem with IMAP from 1und1.de
 
Can you post any log lines beginning with "sending : " or "received:"?

astuermer 2009-07-19 15:31

Re: Problem with IMAP from 1und1.de
 
Sure...

received: * OK Mirapoint IMAP4PROXY 3.8.3-GA server ready
sending : A00000 CAPABILITY
received: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS IDLE
received: A00000 OK Completed
received: * OK IMAP server ready H mimap8 78623
sending : B00000 CAPABILITY
received: * CAPABILITY IMAP4rev1 LITERAL+ ID STARTTLS CHILDREN QUOTA IDLE NAMESPACE UIDPLUS UNSELECT SORT ENABLE AUTH=LOGIN AUTH=PLAIN
sending : A00001 LOGIN xxx xxx
received: A00001 OK User logged in
sending : A00002 CAPABILITY
received: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS IDLE AUTH=PLAIN UNSELECT
received: A00002 OK Completed
sending : A00003 NAMESPACE
received: * NAMESPACE (("INBOX." ".")) (("user." ".")) (("" "."))
received: A00003 OK Completed
received: B00000 OK CAPABILITY finished.
sending : A00004 LIST "INBOX" *
sending : B00001 LOGIN xxx xxx
received: * LIST () "." "INBOX"
received: * LIST () "." "INBOX.Draft"
received: * LIST () "." "INBOX.Drafts"
received: * LIST () "." "INBOX.Gesendete Objekte"
received: * LIST () "." "INBOX.Sent"
received: * LIST () "." "INBOX.Spam"
received: * LIST () "." "INBOX.Trash"
received: A00004 OK Completed
sending : A00005 LSUB "INBOX" *
received: * LSUB () "." "INBOX"
received: * LSUB () "." "INBOX.Draft"
received: * LSUB () "." "INBOX.Drafts"
received: * LSUB () "." "INBOX.Sent"
received: * LSUB () "." "INBOX.Spam"
received: * LSUB () "." "INBOX.Trash"
received: A00005 OK Completed
received: B00001 OK LOGIN finished.
sending : B00002 CAPABILITY
sending : A00006 LSUB "user." {1+}
*
received: A00006 OK Completed
sending : A00007 LSUB "" {1+}
%
received: * CAPABILITY IMAP4rev1 LITERAL+ ID STARTTLS CHILDREN QUOTA IDLE NAMESPACE UIDPLUS UNSELECT SORT ENABLE
received: * LSUB () "." "INBOX"
received: A00007 OK Completed
received: B00002 OK CAPABILITY finished.
sending : B00003 ENABLE
received: B00003 BAD expected atom instead of "end of data".
sending : B00004 NAMESPACE
received: * NAMESPACE (("" "/")) NIL NIL
received: B00004 OK NAMESPACE finished.
sending : B00005 LIST "" ""
received: * LIST (\Noselect) "/" ""
received: B00005 OK LIST finished.
sending : B00006 LSUB "" ""
received: B00006 OK LSUB finished.
sending : B00007 LOGOUT
received: * BYE Server logging out
modest[5943]: GLIB DEBUG default - modest_tny_account_store_alert: error code 16 (IMAP command failed: expected atom instead of "end of data".
received: * OK IMAP server ready H mibap5 78623
sending : B00000 CAPABILITY
received: * CAPABILITY IMAP4rev1 LITERAL+ ID STARTTLS CHILDREN QUOTA IDLE NAMESPACE UIDPLUS UNSELECT SORT ENABLE AUTH=LOGIN AUTH=PLAIN
received: B00000 OK CAPABILITY finished.
sending : B00001 LOGIN xxx xxx
received: B00001 OK LOGIN finished.
sending : B00002 CAPABILITY
received: * CAPABILITY IMAP4rev1 LITERAL+ ID STARTTLS CHILDREN QUOTA IDLE NAMESPACE UIDPLUS UNSELECT SORT ENABLE
received: B00002 OK CAPABILITY finished.
sending : B00003 ENABLE
received: B00003 BAD expected atom instead of "end of data".
sending : B00004 NAMESPACE
received: * NAMESPACE (("" "/")) NIL NIL
received: B00004 OK NAMESPACE finished.
sending : B00005 LIST "" ""
received: * LIST (\Noselect) "/" ""
received: B00005 OK LIST finished.
sending : B00006 LSUB "" ""
received: B00006 OK LSUB finished.
sending : B00007 LOGOUT
received: * BYE Server logging out
received: * OK IMAP server ready H mimap39 78623
sending : B00000 CAPABILITY
received: * CAPABILITY IMAP4rev1 LITERAL+ ID STARTTLS CHILDREN QUOTA IDLE NAMESPACE UIDPLUS UNSELECT SORT ENABLE AUTH=LOGIN AUTH=PLAIN
received: B00000 OK CAPABILITY finished.
sending : B00001 LOGIN xxx xxx
received: B00001 OK LOGIN finished.
sending : B00002 CAPABILITY
received: * CAPABILITY IMAP4rev1 LITERAL+ ID STARTTLS CHILDREN QUOTA IDLE NAMESPACE UIDPLUS UNSELECT SORT ENABLE
received: B00002 OK CAPABILITY finished.
sending : B00003 ENABLE
received: B00003 BAD expected atom instead of "end of data".
sending : B00004 NAMESPACE
received: * NAMESPACE (("" "/")) NIL NIL
received: B00004 OK NAMESPACE finished.
sending : B00005 LIST "" ""
received: * LIST (\Noselect) "/" ""
received: B00005 OK LIST finished.
sending : B00006 LSUB "" ""
received: B00006 OK LSUB finished.
sending : B00007 LOGOUT
received: * BYE Server logging out

lma 2009-07-19 15:48

Re: Problem with IMAP from 1und1.de
 
Thanks, the problem seems to be this (modest sending an empty ENABLE command):

Quote:

Originally Posted by astuermer (Post 305429)
sending : B00002 CAPABILITY
received: * CAPABILITY IMAP4rev1 LITERAL+ ID STARTTLS CHILDREN QUOTA IDLE NAMESPACE UIDPLUS UNSELECT SORT ENABLE
received: B00002 OK CAPABILITY finished.
sending : B00003 ENABLE
received: B00003 BAD expected atom instead of "end of data".
...
modest[5943]: GLIB DEBUG default - modest_tny_account_store_alert: error code 16 (IMAP command failed: expected atom instead of "end of data".


astuermer 2009-07-19 15:59

Re: Problem with IMAP from 1und1.de
 
Hmm and how to fix this?
It was working 4 months now... and since 4 days... no connection.

lma 2009-07-19 16:02

Re: Problem with IMAP from 1und1.de
 
Filed as bug 4803, feel free to vote for it if you are affected.

astuermer 2009-07-19 16:05

Re: Problem with IMAP from 1und1.de
 
Ok, voted. The first one :(

If a complete new flash will help?
Perhaps from the base-Diablo? Not the latest - and update via SSU?

lma 2009-07-19 16:09

Re: Problem with IMAP from 1und1.de
 
Quote:

Originally Posted by astuermer (Post 305433)
Hmm and how to fix this?
It was working 4 months now... and since 4 days... no connection.

Realistically it won't be fixed for Diablo. Your best bet for now would be to contact 1und1 support and ask them to stop announcing ENABLE in their CAPABILITY response (since they are not announcing any other capability that requires it).

astuermer 2009-07-19 16:15

Re: Problem with IMAP from 1und1.de
 
Hmm, but I have DIABLO installed since end of 2008?
I don't have an idea why it refuses to work since last week.
I checked my emails regularly on the N810.

I already contacted the support... hopefully an answer soon.

lma 2009-07-19 16:21

Re: Problem with IMAP from 1und1.de
 
Quote:

Originally Posted by astuermer (Post 305438)
Hmm, but I have DIABLO installed since end of 2008?
I don't have an idea why it refuses to work since last week.

Well, obviously something has changed on the server side. Maybe they introduced ENABLE in preparation for CONDSTORE/QRESYNC in which case it will start working again when those extensions become active.

astuermer 2009-07-19 16:46

Re: Problem with IMAP from 1und1.de
 
Ok, thank you so far.
I've got 4 Business accounts at that provider, hopefully they will fix it ;)


All times are GMT. The time now is 17:08.

vBulletin® Version 3.8.8