Displaying 2 results from an estimated 2 matches for "deleted_size".
2005 Jun 03
2
POP3 download problem
Hi All
I am experiencing a mail download problem with dovecot's pop3 protocol. We
use outlook XP 2002 mail clients and I have setup a mail system with pop
accounts on a Fedora 2 installation using dovecot.
Some of the clients download email fine but others do not download email and
also do not give any error messages. I have enabled the "verbose" options in
the
2005 Aug 24
0
thunderbird pop3 delete bug workaround
...dbug<256) && (num == client->last_deleted))
+ {
+ client->tbirdbug++;
+ }
+ else
+ {
+ client_send_line(client, "-ERR Message is deleted.");
+ return NULL;
+ }
}
}
@@ -109,6 +116,7 @@
client->deleted_count++;
client->deleted_size += client->message_sizes[msgnum];
client_send_line(client, "+OK Marked to be deleted.");
+ client->last_deleted = msgnum;
return TRUE;
}
-----------------------------------------------------------------------
'This mail automatically becomes portable when carried....