AquaMail Forum

English - Android => Development builds => Topic started by: Kostya Vasilyev on August 15, 2013, 01:17:34 am

Title: Version 1.2.4.39
Post by: Kostya Vasilyev on August 15, 2013, 01:17:34 am
+ Handle drafts synced via IMAP from Thunderbird (no plain text content)

+ IMAP push - retry if the IDLE command fails (a limited number of times)

http://www.aqua-mail.com/download/AquaMail-market-1.2.4.39.apk
Title: Re: Version 1.2.4.39
Post by: Kenneth Evans on August 15, 2013, 04:39:22 am
Kostya,

I just downloaded the new version and a quick check indicates it fixes the problem.  The Edit button appears to work.  Thanks.

As to the links: If the links were underlined and live in [Drafts] that would solve most of my remaining problems.  Recall that, as stated above, I mostly use my drafts for notes.  I seldom send them.  They usually consist mainly of links to topics I have researched and want to get back to.  The fact they are not live means I have to copy and paste them into the browser rather than just clicking on them.

In Thunderbird, when I view the draft (even if is in plain text as would be the case if created in Aquamail) the links are underlined and active (unlike in Aquamail).  When I edit it, the plain text ones are not underlined (the same as happens in Aquamail).  So, if there were a way to make them be underlined in Aquamail when viewing but not editing, that would be awesome for me and duplicate what happens in Thunderbird. 

I realize this may not be a standard thing to do, but it is very useful.

I also realize Aquamail doesn't operate the same way as Thunderbird; e.g., you can edit the draft in Aquamail without going into Edit.  I'm not familiar enough with the internals of Aquamail to suggest how this might be done, but perhaps you can think of a way.  It would certainly help me.

I have now installed Aquamail on my phone.  I previously was using K-9 Mail.  (I have paid for both of them BTW.)  IMHO Aquamail is much better.  I should have done it long ago.  8)

Thanks for all you help.  Aquamail is an excellent product.

Title: Re: Version 1.2.4.39
Post by: kaczor on August 15, 2013, 05:26:53 am
A short addon from me - IMAP IDLE works for 4 hours without any problems. I've even tried to break it in several ways with no success.

I keep my fingers crossed, maybe you've defeated the system :)

PS. are the retires logged (if occure)?
Title: Re: Version 1.2.4.39
Post by: Kostya Vasilyev on August 15, 2013, 03:05:20 pm
Kenneth - the difficulty is in highlighting links inside an edit control (which is a system component, with its own logic).

I know what you're saying about how Thunderbird first shows drafts read-only, and AquaMail goes into edit mode. Also understand the rationale. Just a pretty difficult thing to do. I'll keep it in mind though.

( PS - did you really pay for K9? Kaiten maybe? )

kaczor - the errors are logged, and I'm actually curious what the error is in the first place... the log excerpts you posted before didn't have this part... it looks like this: "Sending: kmanX IDLE" and then "Data: NO [internal server error]" or something similar.

Oh, I also did some work to speed up POP3 mail checks in many cases... Should be especially noticeable on high-latency networks, like mobile (except LTE which is low latency).
Title: Re: Version 1.2.4.39
Post by: kaczor on August 15, 2013, 06:29:32 pm
I've turned logging ON, will check at the evening what is actually there...
Title: Re: Version 1.2.4.39
Post by: kaczor on August 16, 2013, 01:17:35 am
Strange... now I cannot see any info my mail server does not support IDLE :| It works like a charm for the whole day. The lines you've mentioned looks like this:
2013.08.15 16:48:16.671 +0200   AquaMail   [*** IDLE ***.317] entering for kaczor@life.pl/INBOX
2013.08.15 16:48:16.672 +0200   AquaMail   [IMAP.317] Sending: kman12 IDLE
2013.08.15 16:48:16.718 +0200   AquaMail   [IMAP.317] Data is <10>: + idling


Let me know if you would like to see the whole log, however now it works without ANY problems! Thank you!
Title: Re: Version 1.2.4.39
Post by: Kostya Vasilyev on August 16, 2013, 02:09:02 am
That

>> IDLE
<< + idling

is the correct server response.
Title: Re: Version 1.2.4.39
Post by: kaczor on August 16, 2013, 11:27:05 pm
Yes, but I don't see the problem with IMAP IDLE I've reported :( I cannot see your client is making any IMAP IDLE retries now :(
Title: Re: Version 1.2.4.39
Post by: Kostya Vasilyev on August 17, 2013, 02:50:21 am
It's a kind of magic.... :)
Title: Re: Version 1.2.4.39
Post by: kaczor on August 19, 2013, 01:14:56 am
:) I'm about to believe... :)