| | 1 | 2008-07-01 Jose Dapena Paz <jdapena@igalia.com> |
|---|
| | 2 | |
|---|
| | 3 | * libtinymail-camel/camel-lite/camel/camel-provider.[ch]: |
|---|
| | 4 | Now providers offer a new shutdown handler, that will be |
|---|
| | 5 | called on shutting down camel. |
|---|
| | 6 | |
|---|
| | 7 | * libtinymail-camel/camel-lite/camel/camel.c: |
|---|
| | 8 | Use the providers shutdown handler on shutting down camel. |
|---|
| | 9 | |
|---|
| | 10 | * libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-provider.c: |
|---|
| | 11 | Implement new provider shutdown handler, to kill the login delay |
|---|
| | 12 | threads on shutting down tinymail. |
|---|
| | 13 | |
|---|
| | 14 | * libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.[ch]: |
|---|
| | 15 | New method to kill the login delay thread. This is used to kill |
|---|
| | 16 | the thread on shutting down tinymail. |
|---|
| | 17 | |
|---|
| | 18 | * libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-provider.c: |
|---|
| | 19 | Set as NULL the default shutdown handler. |
|---|
| | 20 | |
|---|
| | 21 | * libtinymail-camel/tny-camel-pop-store-account.c: |
|---|
| | 22 | Manage properly the internal inbox reference to avoid leaking it. |
|---|
| | 23 | |
|---|