aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Updated to libetpan 5ee776caa2b005a13ff604bb35539832b2ad1a52Gravatar Hoa V. DINH2013-08-17
|
* Fixed state when select() fails on IMAPGravatar Hoa V. Dinh2013-08-14
|
* Fixed build (for Cocoapods)Gravatar Hoa V. Dinh2013-08-12
|
* Added capability for X-GM-EXT-1 (Gmail)Gravatar Hoa V. DINH2013-08-12
|
* Merge pull request #300 from pushkarsingh/masterGravatar Hoà V. DINH2013-08-10
|\ | | | | mailimap_has_qresync should be called to check QRESYNC instead of mailimap_has_condstore
| * Revert "ignore build/ folders"Gravatar Pushkar Singh2013-08-10
| | | | | | | | This reverts commit aefac083c0553f0a71f808eea1d93458496e026e.
| * mailimap_has_qresync should be called to check QRESYNC instead of ↵Gravatar Pushkar Singh2013-08-10
| | | | | | | | mailimap_has_condstore
| * Merge remote-tracking branch 'upstream/master'Gravatar Pushkar Singh2013-08-10
| |\ | |/ |/|
* | Fixed MIME type conversionGravatar Hoa V. DINH2013-08-09
| |
* | Merge pull request #289 from soxjke/getQuotaBranchGravatar Hoà V. DINH2013-08-09
|\ \ | | | | | | Added quotaOperation to get used and total space in IMAP account.
| * | renamed getQuotaOperation to quotaOperation, removed debug stuffGravatar Petro Korienev2013-08-09
| | |
| * | added getQuota operation to get free space in mailboxGravatar Petro Korienev2013-08-08
|/ /
* | Merge pull request #281 from CodaFi/Fix-Providers-CrashGravatar Hoà V. DINH2013-08-07
|\ \ | | | | | | Fix #280: Fixed crash related to providers.
* \ \ Merge pull request #282 from CodaFi/literal-const-charGravatar Hoà V. DINH2013-08-07
|\ \ \ | | | | | | | | Fixed some warnings.
| * | | Fix literal to char* conversion warningsGravatar CodaFi2013-08-07
| | | |
| | * | WhitespaceGravatar CodaFi2013-08-07
| | | |
| | * | Added check for filenameGravatar CodaFi2013-08-07
| |/ /
| * | Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-08-07
| |\ \ | |/ / |/| |
| | * Merge remote-tracking branch 'upstream/master'Gravatar Pushkar Singh2013-08-05
| | |\ | |_|/ |/| |
* | | Updated to libetpan 4b8e42fc53509a6933451e326a1a258f403162faGravatar Hoa V. DINH2013-08-04
| | |
* | | Reindented MCMessageHeader.ccGravatar Hoa V. DINH2013-08-04
| | |
* | | Fixed #269: fixed crash in forwardHeader() and replyHeader()Gravatar Hoa V. DINH2013-08-04
| | |
* | | Make MCORange and MCOIndexSet serializableGravatar Hoa V. Dinh2013-08-02
| | |
* | | Serialization of basetypesGravatar Hoa V. DINH2013-08-02
| | |
* | | Fixed #184: Added MX for dreamhostGravatar Hoa V. DINH2013-08-01
| | |
* | | Updated READMEGravatar Hoa V. DINH2013-08-01
| | |
* | | Fixed certificate check code (Fixed #263).Gravatar Hoa V. Dinh2013-08-01
| | |
* | | Serialization of MCOAddressGravatar Hoa V. DINH2013-07-31
| | |
* | | Serialization of IMAP data. Implemented base64.Gravatar Hoa V. DINH2013-07-31
| | |
* | | cleanupGravatar Hoa V. DINH2013-07-31
| | |
* | | Fixed leak. Returns false when there's no certificate.Gravatar Hoa V. Dinh2013-07-30
| | |
* | | Merge pull request #257 from Morkrom/masterGravatar Hoà V. DINH2013-07-30
|\ \ \ | | | | | | | | Release properly certificates.
| * | | added release for vertGravatar Michael Mork2013-07-30
|/ / /
* | | Updated to libetpan dd5b9660819d8a800bd6464373bf63d77d3f8ebaGravatar Hoa V. DINH2013-07-29
| | |
* | | Removed commentGravatar Hoa V. DINH2013-07-29
| | |
* | | Workaround certificate issueGravatar Hoa V. DINH2013-07-29
| | |
* | | Fixed target nameGravatar Hoa V. DINH2013-07-27
| | |
* | | Shorter logsGravatar Hoa V. DINH2013-07-27
| | |
* | | Updated to libetpan cac11d6c749fa6e9d2882cdee81e275b09516a89Gravatar Hoa V. DINH2013-07-27
| | |
* | | revert change in MCIMAPSession.ccGravatar Hoa V. Dinh2013-07-26
| | |
* | | Fixed #233: fixed headers import from libetpan to mailcore data structures ↵Gravatar Hoa V. Dinh2013-07-26
| | | | | | | | | | | | regression.
* | | Merge pull request #242 from CleanShavenApps/iOSLoadLastNMessagesGravatar Hoà V. DINH2013-07-26
|\ \ \ | | | | | | | | Load last N messages for iOS sample app.
| | | * Merge remote-tracking branch 'upstream/master'Gravatar Pushkar Singh2013-07-26
| | | |\ | |_|_|/ |/| | |
* | | | Check certificate is implemented for Mac/iOS (Fixed #152)Gravatar Hoa V. DINH2013-07-26
| | | |
* | | | Fixed memory leak on cancellation in ObjC APIGravatar Hoa V. Dinh2013-07-25
| | | |
* | | | Fixed cancellation of SMTPOperationGravatar Hoa V. Dinh2013-07-25
| | | |
* | | | Fixed cancellation of POPOperationGravatar Hoa V. Dinh2013-07-25
| | | |
* | | | Fixed memory leak in MCIMAPOperationGravatar Hoa V. Dinh2013-07-25
| | | |
* | | | Fixed log for deallocGravatar Hoa V. Dinh2013-07-25
| | | |
* | | | Fixed build - https://travis-ci.org/MailCore/mailcore2/builds/9484814Gravatar Hoa V. DINH2013-07-25
| | | |