Is there an easy way to get rid of the following error message? Disable check
or something?
Body retrieval error. The reason for this is most probably that the message is
malformed.
Command:FETCH 772 BODY[1]
Response: OK
Message:FETCH complete
FETCH line: * 6 FETCH (FLA
I suppose you have thought of this and don't want to do it this way ...
but have you considered just moving your read messages to a folder other
than INBOX?
--
Virtualization & Cloud Management Using Capacity Planning
C
3.3.2012 22:10, Paul Lesniewski kirjoitti:
> You can find the following around about line 160 in
> functions/imap_messages.php:
>
> $query = "SEARCH UID 1:$uidnext";
>
> You could change it to:
>
> $query = "SEARCH UNSEEN UID 1:$uidnext";
That returned a server error
ERROR: Could not complete
3.3.2012 22:10, Paul Lesniewski kirjoitti:
> On Thu, Mar 1, 2012 at 12:48 PM, Jari Fredriksson wrote:
>>
>> I tend to collect old email to my IMAP-server, and would like normally
>> see them, when I browse for new mail.
>>
>> Email apps usually have a feature to hide read mail from screen, but I
>