geary/src/engine
Jim Nelson 223bb0df35 Fixed keepalive timer
The keepalive timer previously scheduled a NOOP 29 minutes after
the last message was received from the server.  Technically, this
was incorrect; we should schedule a keepalive 29 minutes after
sending a message to the server, as the server's timer is based
on receiving messages, not sending them.

Plus, this simplifies the code slightly.
2012-04-16 19:17:29 -07:00
..
api Simplified conversations model 2012-04-16 16:27:01 -07:00
common Updated copyrights to 2012. Closes #4564 2012-01-10 10:40:34 -08:00
imap Fixed keepalive timer 2012-04-16 19:17:29 -07:00
impl Further work from two weeks ago simplifying the Folder interface 2012-04-10 15:14:03 -07:00
nonblocking Pipelining disabled for "other" email services. Closes #4763 2012-02-23 16:17:59 -08:00
rfc822 Closes #5051 Escape email addresses with < and > characters in HTML 2012-04-12 18:13:48 -07:00
smtp Updated copyrights to 2012. Closes #4564 2012-01-10 10:40:34 -08:00
sqlite Further work from two weeks ago simplifying the Folder interface 2012-04-10 15:14:03 -07:00
state IDLE support: Closes #3885 2012-02-16 19:55:33 -08:00
util Closes #5005 Paste is now plain text by default, added context menu, action sensitivity 2012-04-13 17:45:10 -07:00