geary/src
Jim Nelson d538bf0086 Crash when navigating quickly between folders: Closes #6277
This has been a problem in the past, and it usually has to do with
shutting down the ClientSession or ClientConnection while connecting.
That is true here too.  (In this case, it's due to the request being
cancelled while connecting.)  This uses the ClientSession's FSM's to
better deal with the case and move the ClientSession to a BROKEN
state where it belongs.  There's also some code in ClientConnection
to ensure that if connect_async() fails, no resource leaks occur.
2013-01-29 14:14:58 -08:00
..
client Style unread messages differently than read messages: Closes #6260 2013-01-28 17:30:54 -08:00
common Geary only in English: Closes #5960 2012-10-09 15:52:22 -07:00
console Added IMAP ID command for geary-console 2012-09-11 15:19:18 -07:00
dbusservice Add basic pluggable keyring support; fix #6219 2013-01-25 16:13:46 -08:00
engine Crash when navigating quickly between folders: Closes #6277 2013-01-29 14:14:58 -08:00
mailer Closes #4780. This adds support for STARTTLS with SMTP as well as replaces the previous uses of "TLS" with "SSL" to prevent confusion related to the two similar protocols. 2012-05-24 12:14:05 -07:00
CMakeLists.txt Add basic pluggable keyring support; fix #6219 2013-01-25 16:13:46 -08:00