Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | AccountValidator Update | Christopher Hockley | 2015-02-05 |
| | |||
* | AccountValidator Update | Christopher Hockley | 2015-01-30 |
| | |||
* | AccountValidator | Christopher Hockley | 2015-01-26 |
| | | | | | Added AccountValidator to used to validate an email provider and it's associated metadata and credentials. | ||
* | Use spinlock | Hoa V. DINH | 2015-01-23 |
| | |||
* | Updated README instructions: removed uchardet dependency | Hoa V. DINH | 2015-01-22 |
| | |||
* | Embed ICU for charset detection | Hoa V. Dinh | 2015-01-21 |
| | |||
* | Implemented error message for Java | Hoa V. Dinh | 2015-01-05 |
| | |||
* | Refactoring, fixed #1013 | Hoa V. DINH | 2015-01-03 |
| | |||
* | Use @rpath install names. | Jake Petroules | 2015-01-02 |
| | |||
* | Fixed analyzer issues and warnings (#993 and fixed #992) | Hoa V. DINH | 2014-12-11 |
| | |||
* | Added instructions for projects written in Swift | Kieran McGrady | 2014-12-06 |
| | |||
* | Implemented unit tests for C++ platforms | Hoa V. DINH | 2014-11-25 |
| | |||
* | simplified main README.me | Hoa V. DINH | 2014-11-24 |
| | |||
* | Link from main README.md to build for iOS/OSX and Windows | Hoa V. DINH | 2014-11-24 |
| | |||
* | Renamed .cc files to .cpp (fixed #983) | Hoa V. DINH | 2014-11-19 |
| | |||
* | Port to win32 | Hoa V. Dinh | 2014-11-14 |
| | |||
* | Renamed main.mm to main.cpp | Hoa V. Dinh | 2014-11-12 |
| | |||
* | separate test for objc and test for c++ | Hoa V. Dinh | 2014-11-12 |
| | |||
* | Renamed MCMainThread.mm to MCMainThreadMac.mm | Hoa V. Dinh | 2014-11-11 |
| | |||
* | Add a new operation for SMTP login. | robario | 2014-10-29 |
| | |||
* | Use LLVM Unicode conversion. Improved extra headers parsing. | Hoa V. Dinh | 2014-10-27 |
| | |||
* | Fixed build | Hoa V. DINH | 2014-10-26 |
| | |||
* | Cleanup project, prepare build for mailcore2 | Hoa V. DINH | 2014-10-26 |
| | |||
* | Fixed build | Hoa V. DINH | 2014-10-26 |
| | |||
* | Refactored build system of dependencies | Hoa V. DINH | 2014-10-26 |
| | |||
* | Merge branch 'master' into removing-icu-dependency | Hoa V. DINH | 2014-10-25 |
|\ | |||
| * | Merge pull request #933 from michaellenaghan/fetch-parsed-message-operation | Hoà V. DINH | 2014-10-25 |
| |\ | | | | | | | Add an operation to fetch a parsed message. | ||
* | | | Merge branch 'master' into removing-icu-dependency | Hoa V. DINH | 2014-10-25 |
|\| | | |||
| * | | Fixed crash, additional memory usage optimization | Hoa V. DINH | 2014-10-24 |
| | | | |||
| * | | Memory usage optimization | Hoa V. DINH | 2014-10-24 |
| | | | |||
| | * | Add an operation to fetch a parsed message. | Michael Lenaghan | 2014-10-24 |
| |/ | | | | | | | This avoids the copying of Data to NSData to Data which happens with the current approach. In one test case, a message with an ~18 MB attachment, the current (copying) approach peaked at ~150 MB of memory usage in my app. This new approach peaks at ~65 MB. Another test case, which often caused iOS to terminate my app, now peaks at ~90 MB. In addition to the improved memory usage this approach also means that message parsing is performed asynchronously. | ||
* | | Implemented String primitive using CoreFoundation instead of ICU | Hoa V. Dinh | 2014-10-24 |
| | | |||
| * | Fixed build (#931), #924 broke it | Hoa V. DINH | 2014-10-24 |
| | | |||
| * | FetchArticles -> FetchAllArticles | Robert Widmann | 2014-10-23 |
| | | |||
* | | Work in progress on moving to chardet | Hoa V. Dinh | 2014-10-23 |
| | | |||
| * | Renaming and Fix Typos | Robert Widmann | 2014-10-22 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into NNTP-Cleanup | Robert Widmann | 2014-10-22 |
| |\ | |/ |/| | |||
* | | Travis runs unit tests | Hoa V. DINH | 2014-10-21 |
| | | |||
* | | Implement unit tests for message builder and message parsers | Hoa V. DINH | 2014-10-21 |
| | | |||
| * | cpp -> cc | Robert Widmann | 2014-10-21 |
| | | |||
| * | Server Time Operations | Robert Widmann | 2014-10-21 |
| | | |||
| * | MCNNTP -> NNTP | Robert Widmann | 2014-10-21 |
|/ | |||
* | Removed reference to C++ library, fixed product name, use the same info.plist | Hoa V. Dinh | 2014-09-23 |
| | |||
* | Add iOS build as framework for Xcode6 | Yuk Lai Suen | 2014-09-21 |
| | |||
* | Merge pull request #832 from CodaFi/NNTP | Hoà V. DINH | 2014-08-20 |
|\ | | | | | NNTP support | ||
| * | Remove ArticleInfo | CodaFi | 2014-08-17 |
| | | |||
| * | Tests | CodaFi | 2014-08-16 |
| | | |||
| * | cpp -> cc | CodaFi | 2014-08-13 |
| | | |||
| * | Cosmetic Changes; Fix header includes | CodaFi | 2014-08-13 |
| | | |||
| * | NNTP support | CodaFi | 2014-08-13 |
| | |