index
:
mailcore2
master
simple and asynchronous API to work with IMAP, POP, and SMTP
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
moved MCOOperation to src/objc/utils
DINH Viet Hoa
2013-03-22
*
Renamed IMAP operations to include IMAP in the name. Fixed tests to match the...
DINH Viet Hoa
2013-03-22
*
Implemented Objective-C wrapper for core/abstract
DINH Viet Hoa
2013-03-22
*
MessageHeader: fixed copy, ObjC wrappers for Address and MessageHeader
DINH Viet Hoa
2013-03-11
*
now uses IndexSet for message uids and numbers
DINH Viet Hoa
2013-03-10
*
Implemented QRESYNC. Implemented IndexSet. Implemented CAPABILITY.
DINH Viet Hoa
2013-03-07
*
Fixed to match latest libetpan build system
DINH Viet Hoa
2013-03-03
*
Fixed a warning
DINH Viet Hoa
2013-03-03
*
Add <stdlib.h> for malloc() and free() declarations.
Scott Herscher
2013-02-10
*
Removed some unnecesary build settings.
DINH Viet Hoa
2013-02-05
*
Use libc++ instead of GNU stdc++.
DINH Viet Hoa
2013-02-05
*
Removed MCOObjectWrapper. Increase reference count of operation in progress.
DINH Viet Hoa
2013-02-05
*
VoIPEnabled property has a getter isVoIPEnabled.
DINH Viet Hoa
2013-02-04
*
Simplified MCOIMAPSession.mm integration with C++.
DINH Viet Hoa
2013-02-04
*
Removed extra retains.
DINH Viet Hoa
2013-02-04
*
Fixed loop.
DINH Viet Hoa
2013-02-04
*
Improved header documentation.
DINH Viet Hoa
2013-02-04
*
Fixed a crasher.
DINH Viet Hoa
2013-02-04
*
fixed test
DINH Viet Hoa
2013-02-04
*
Revert "Change pthread usage in MCOperationQueue to use std::mutex/std::thread"
DINH Viet Hoa
2013-02-04
*
Implemented HTML cleaner string->cleanedHTMLString(). Fixed crash in flattenH...
DINH Viet Hoa
2013-02-04
*
Merge branch 'master' of github.com:MailCore/mailcore2
Scott Herscher
2013-02-03
|
\
*
|
Change pthread usage in MCOperationQueue to use std::mutex/std::thread
Scott Herscher
2013-02-03
|
*
Added example of HTML renderer.
DINH Viet Hoa
2013-02-02
|
*
Added public header
DINH Viet Hoa
2013-02-02
|
*
added C++ guards
DINH Viet Hoa
2013-02-02
|
*
added header guards
DINH Viet Hoa
2013-02-02
|
*
Only make MCHTMLRendererCallback public.
DINH Viet Hoa
2013-02-02
|
*
Default value for HTML callbacks
DINH Viet Hoa
2013-02-02
|
*
Fixed default template.
DINH Viet Hoa
2013-02-02
|
*
Fail properly when template is invalid.
DINH Viet Hoa
2013-02-02
|
*
Fixed size formatting.
DINH Viet Hoa
2013-02-02
|
*
Implemented HTML rendering of messages
DINH Viet Hoa
2013-02-02
|
*
removed MCAsyncIMAP.h from MCCore.h
DINH Viet Hoa
2013-02-02
|
*
changed name of function to testObjC()
DINH Viet Hoa
2013-02-02
|
*
Fixed include.
DINH Viet Hoa
2013-02-02
|
*
Initializer uniqueID() for part.
DINH Viet Hoa
2013-02-01
|
*
Build script for CTemplate
DINH Viet Hoa
2013-02-01
|
*
Implemented conversion methods from Objective-C objects to MailCore basetypes
DINH Viet Hoa
2013-02-01
|
*
Cleanup: removed commented className() methods
DINH Viet Hoa
2013-02-01
|
*
fixed crash in String::replaceOccurrencesOfString()
DINH Viet Hoa
2013-02-01
|
/
*
Changed the API around to reflect when Hoa and I decided on for async
Matt Ronge
2013-02-01
*
Forgot a file
Matt Ronge
2013-02-01
*
Implemented fetch folders in Obj-C wrapper
Matt Ronge
2013-02-01
*
Was trying to login before creating a connection in IMAPCheckAccountOperation...
Matt Ronge
2013-01-31
*
Reming some obj-c files that aren't used
Matt Ronge
2013-01-31
*
Start of an Obj-C async API
Matt Ronge
2013-01-31
*
Added a gitignore file
Matt Ronge
2013-01-31
*
include ObjC API in <mailcore/mailcore.h>. added MCOObjectWrapper to wrap mai...
DINH Viet Hoa
2013-01-27
*
added -[NSData mco_mcData] to return a mailcore::Data
DINH Viet Hoa
2013-01-27
[next]