aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fixed #317: on yahoo servers, don't use charset when searching.Gravatar Hoa V. DINH2013-08-17
* Fixed several warningsGravatar Hoa V. DINH2013-08-17
* Fixed memory leak in autorelease poolGravatar 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
* mailimap_has_qresync should be called to check QRESYNC instead of mailimap_ha...Gravatar Pushkar Singh2013-08-10
* Fixed MIME type conversionGravatar Hoa V. DINH2013-08-09
* 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 literal to char* conversion warningsGravatar CodaFi2013-08-07
| * WhitespaceGravatar CodaFi2013-08-07
| * Added check for filenameGravatar CodaFi2013-08-07
|/
* 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 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
* added release for vertGravatar Michael Mork2013-07-30
* Removed commentGravatar Hoa V. DINH2013-07-29
* Workaround certificate issueGravatar Hoa V. DINH2013-07-29
* revert change in MCIMAPSession.ccGravatar Hoa V. Dinh2013-07-26
* Fixed #233: fixed headers import from libetpan to mailcore data structures re...Gravatar Hoa V. Dinh2013-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
* Moved iOS MCOMessageView to src/ui/iosGravatar Hoa V. DINH2013-07-25
* Fixed memory leaks (fixed #241)Gravatar Hoa V. DINH2013-07-24
* Fixed #230: fixed AbstractMessagePart::partForUniqueID() and case when all re...Gravatar Hoa V. DINH2013-07-22
* Fixed IndexSet::count() implementation.Gravatar Hoa V. DINH2013-07-22
* Removed unused ivarGravatar Hoa V. DINH2013-07-22
* Fixed #227: SMTP OAuth2 can now be used even if the password is not setGravatar Hoa V. Dinh2013-07-22
* Added an Obj-C method to create a file attachment with in-memory data.Gravatar Hoa V. DINH2013-07-22
* Fixed namespace constantsGravatar Hoa V. DINH2013-07-22
* Fixed indentation of MCIMAPAsyncSession.hGravatar Hoa V. DINH2013-07-21
* Remove case of Comment and Keyword headers.Gravatar Hoa V. DINH2013-07-20
* Adds automatically fetch kind when extra headers is non-NULLGravatar Hoa V. DINH2013-07-20
* Merge pull request #204 from thusfresh/CustomReceiveHeadersGravatar Hoà V. DINH2013-07-20
|\
* \ Merge pull request #220 from CodaFi/x-oauth2-capabilityGravatar Hoà V. DINH2013-07-20
|\ \
* | | changing #warnings to TODOGravatar Damien Glancy2013-07-20
| * | Fixed missing constantGravatar CodaFi2013-07-20
| * | Enable OAuth2 Capability CheckGravatar CodaFi2013-07-20