aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cc
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
|\ | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | Updated error handling.Gravatar Paul Young2013-07-08
| |
| * Implemented SMTP OAuth 2.0Gravatar Hoa V. DINH2013-07-06
| |
* | Added error checking.Gravatar Paul Young2013-07-06
| | | | | | | | * Made pError a pointer to ErrorCode.
* | Assigning error in IMAP session rendering methods.Gravatar Paul Young2013-07-06
| | | | | | | | * Fixed method signature (ErrorCode is not a pointer).
* | Moved HTMLRendererIMAPDataCallback to its own file.Gravatar Paul Young2013-07-06
| | | | | | | | | | * Added implementation. * Updated include.
* | Passing `&error` parameter to rendering methods.Gravatar Paul Young2013-07-06
| |
* | Added HTMLRendererIMAPDataCallback.Gravatar Paul Young2013-07-06
| |
* | Removed ivars for message rendering callbacks.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
| | | | | | | | * Replaced all whitespace characters that `isspace` is concerned with.
* | Removed MessageRendererHelper class.Gravatar Paul Young2013-07-04
| | | | | | | | * Added ivars and assigned message rendering callbacks in IMAPSession.
* | 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
|\| | | | | | | | | Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | Replaced call to htmlCallback() with NULL.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
| | | | | | | | static contexts.
* | Added implementation for rendering methods for IMAP session.Gravatar Paul Young2013-06-29
| | | | | | | | | | | | * Plain text methods call HTML methods and then modify the result. * Added HTML body renderer template callback which returns an empty header template.
| * Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
| |
* | WIP: Message Renderer HelperGravatar Paul Young2013-06-29
| | | | | | | | | | * Created a generic message renderer helper class. * Renamed "msg" to "message" in session rendering methods.
* | Updated message rendering operation.Gravatar Paul Young2013-06-27
| | | | | | | | | | | | | | | | * Added rendering enumerated type. * Added result string. * Removed data. * Moved rendering methods from IMAP message rendering operation to IMAP session.
* | Revert changes to IMAP sessions.Gravatar Paul Young2013-06-27
| | | | | | | | | | | | | | * Revert commit 22b05c3246ed8ee4076faa417b212832646a3be5. * Revert commit 35d29ed4b086a7287b7b46f8fa6da40e0dcb24f3. * Revert commit db2671bfc9c85e917b6bbfbf4887f734944af22e. * Revert commit af5702759cef47567796c879ae60367a47fc59c9.
* | 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
| |
| * 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
|/
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
|
* Implement Message IDGravatar CodaFi2013-06-23
|
* Merge pull request #136 from CodaFi/ThreadIDGravatar DINH Viêt Hoà2013-06-23
|\ | | | | Implement Gmail ThreadID extension. Fixed #11.
| * Fixed threadID typesGravatar CodaFi2013-06-23
| |
| * 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
|
* 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 ↵Gravatar silenteh2013-06-12
| | | | the destructor instead of construcotr, how did I miss that ??, fixed now. Changed variables name to be coherent with the rest of the code for IMAPFolderStatus.
* 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
| | | | folder status command instead of a struct
* added imap STATUS commandGravatar silenteh2013-06-05
|
* changed the wrong variable name to firstUnseenUid - gets the first unseen ↵Gravatar silenteh2013-06-05
| | | | Uid on folder SELECT imap command if the response is available
* added the first unread uid from the SELECT imap command - the name of the ↵Gravatar silenteh2013-06-04
| | | | variable has the wrong name, I will change it on the following commits
* Fixed double-releaseGravatar Hoa V. DINH2013-05-29
|
* Added MCAssert for (mCurrentFolder != NULL)Gravatar Pushkar Singh2013-05-26
|
* Select folder if there fetch messages is called for a different folderGravatar Pushkar Singh2013-05-26
|