aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap
Commit message (Expand)AuthorAge
* Added simple rendering methods for IMAP message at C++ API level.Gravatar Paul Young2013-07-06
* Added HTMLRendererIMAPDataCallback.Gravatar Paul Young2013-07-06
* Removed ivars for message rendering callbacks.Gravatar Paul Young2013-07-06
* Added documentation for message rendering methods.Gravatar Paul Young2013-07-06
* Renamed file to match class name.Gravatar Paul Young2013-07-06
* Removed include for ctype since `isspace` is no longer being used.Gravatar Paul Young2013-07-06
* Ensuring that multiple space characters are reduced to a single space.Gravatar Paul Young2013-07-06
* Fixed reference to html callback ivar.Gravatar Paul Young2013-07-04
* Removed remaining references to MessageRendererHelper.Gravatar Paul Young2013-07-04
* Reverted to using replaceOccurrencesOfString for plain text body.Gravatar Paul Young2013-07-04
* Removed MessageRendererHelper class.Gravatar Paul Young2013-07-04
* Specified class for rendering method signatures in implementation.Gravatar Paul Young2013-07-04
* WIP: Updated method for replacing tab and space characters.Gravatar Paul Young2013-07-03
* Merge branch 'master' into message-rendering-with-sessionGravatar Paul Young2013-07-03
|\
* | Replaced call to htmlCallback() with NULL.Gravatar Paul Young2013-07-02
* | Added comment to header file about character replacement.Gravatar Paul Young2013-07-02
* | Replacing double spaces with a single space.Gravatar Paul Young2013-07-02
* | Removed `this` when calling methods as it's not required outside ofGravatar Paul Young2013-06-30
* | Added implementation for rendering methods for IMAP session.Gravatar Paul Young2013-06-29
| * Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
* | WIP: Message Renderer HelperGravatar Paul Young2013-06-29
* | Updated message rendering operation.Gravatar Paul Young2013-06-27
* | Revert changes to IMAP sessions.Gravatar Paul Young2013-06-27
* | Added error code parameter. Followed existing conventions.Gravatar Paul Young2013-06-27
* | Added newline.Gravatar Paul Young2013-06-27
* | Added interface for synchronous methods.Gravatar Paul Young2013-06-27
* | Revert commit 5164e8925ff11db7aa632bd735e0f0b6c82a251a.Gravatar Paul Young2013-06-27
| * Simplified logger C++ APIGravatar Hoa V. DINH2013-06-26
| * Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-26
* | First pass at interface for new rendering methods. This currently onlyGravatar Paul Young2013-06-25
|/
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
* CleanupGravatar CodaFi2013-06-23
* Implement Message IDGravatar CodaFi2013-06-23
* Merge pull request #136 from CodaFi/ThreadIDGravatar DINH Viêt Hoà2013-06-23
|\
| * Fixed threadID typesGravatar CodaFi2013-06-23
| * Removed spurious commentsGravatar CodaFi2013-06-22
| * WhitespaceGravatar CodaFi2013-06-22
| * Implement Gmail Thread IDGravatar CodaFi2013-06-22
* | Automatic disconnection of IMAP. Fixed #95.Gravatar Hoa V. DINH2013-06-22
|/
* Cleaned implementation of STATUS. Added support for CONDSTORE.Gravatar Hoa V. DINH2013-06-22
* Cleaned implementation of FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
* Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
* Fixed race conditions in IDLE (#101)Gravatar Hoa V. DINH2013-06-18
* Renamed unread -> unseen. Fixed indentation.Gravatar Hoa V. DINH2013-06-12
* Initialization of IMAPFolderStatus variables to their default values was in t...Gravatar silenteh2013-06-12
* Merge branch 'master' of https://github.com/MailCore/mailcore2Gravatar silenteh2013-06-12
|\
* | changed mFirstUnseenUid in MCIMAPSession to a default of zero instead of -1Gravatar silenteh2013-06-12
* | fixed indentation of comments, variables and methods names - added class for ...Gravatar silenteh2013-06-12
| * Fixed crash when using checkAccount on the same session twice. Fixed #75.Gravatar Hoa V. DINH2013-06-05
* | added imap STATUS commandGravatar silenteh2013-06-05