AquaMail Forum
English - Android => Bug reports => Topic started by: krzysau on September 24, 2014, 04:24:01 am
-
Just started with AquaMail and I am quite happy with IMAP. But, I also have POP3 account with attglobal.net. While the Inbox shows the message header, when trying to view the message I am getting the message, as above. Using the same account with myMail, exactly the same message loads without any problems, with imbedded images and so on. I believe it is something related to the fact that this message is more than 50Kb in length. If it is the case, the message is misleading.
-
Log sent to the developer
-
Stupid mail server. Adds spaces in response to commands where it's not allowed by the POP3 spec.
Added workaround, will need testing with this server.
-
As per other post, offending message is on its way to you.
-
Have you tried the test version I sent you last night (night = my time zone) ?
-
I've sent you an e-mail with report and debug log
-
My reply to you bounced:
<xxx@xxx>
Permanent Failure: 522_mailbox_full;_group_quota_sz=6184027/6291456_ct=136/100000
Delivery last attempted at Fri, 26 Sep 2014 16:39:50 -0000
Final-Recipient: rfc822; <xxx@xxx>
Action: failed
Status: 5.0.0 522_mailbox_full;_group_quota_sz=6184027/6291456_ct=136/100000
Diagnostic-Code: smtp; Permanent Failure: Other undefined Status
Last-Attempt-Date: Fri, 26 Sep 2014 16:39:50 -0000
-
I installed the new, patched version.
It looks like completely different application when POP3 is concerned.
All POP3 actions work, no timeout, no missing messages on the server and so on, PERFECT.
Judging by the difference in behaviour, I am inclined to thing that the previous version almost did not talk to the POP3 server at all.
-
This is to inform that attglobal.net POP3 e-mail accounts are supported now.
-
The said mail server -- not updated since 2005, apparently -- added extra spaces around message UIDs when using the "UIDL" command ("list all messages in the mailbox, with their UIDs").
The extra spaces are not compliant with the POP3 spec.
I added a workaround, trimming whitespace from UIDs just in case.