| 98 | static Array * resultsWithError(int r, clist * list, ErrorCode * pError); |
| 99 | |
| 100 | INITIALIZE(IMAPSEssion) |
| 101 | { |
| 102 | AutoreleasePool * pool = new AutoreleasePool(); |
| 103 | IMAPNamespacePersonal = (String *) MCSTR("IMAPNamespacePersonal")->retain(); |
| 104 | IMAPNamespaceOther = (String *) MCSTR("IMAPNamespaceOther")->retain(); |
| 105 | IMAPNamespaceShared = (String *) MCSTR("IMAPNamespaceShared")->retain(); |
| 106 | |
| 107 | pool->release(); |
| 108 | } |
| 109 | |
| 110 | #define MAX_IDLE_DELAY (28 * 60) |
| 111 |