aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| * | Optimize memory allocationGravatar Hoa V. DINH2014-10-24
| | |
| | * Add an operation to fetch a parsed message.Gravatar Michael Lenaghan2014-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 ICUGravatar Hoa V. Dinh2014-10-24
| |
| * Merge pull request #924 from CodaFi/NNTP-CleanupGravatar Hoà V. DINH2014-10-23
| |\ | | | | | | NNTP Cleanup
| | * Fix cmake buildGravatar Robert Widmann2014-10-23
| | |
* | | Implemented charset detection with uchardetGravatar Hoa V. Dinh2014-10-23
| | |
| | * FetchArticles -> FetchAllArticlesGravatar Robert Widmann2014-10-23
| | |
| * | Fixed memory leakGravatar Hoa V. Dinh2014-10-23
| | |
* | | Work in progress on moving to chardetGravatar Hoa V. Dinh2014-10-23
|/ /
| * Renaming and Fix TyposGravatar Robert Widmann2014-10-22
| |
| * Simplify with suggested codeGravatar Robert Widmann2014-10-22
| |
| * Merge remote-tracking branch 'upstream/master' into NNTP-CleanupGravatar Robert Widmann2014-10-22
| |\ | |/ |/|
* | Update MCIMAPSession.ccGravatar Dmitry Savenok2014-10-22
| |
* | Removed ICU dependency from MCDateFormatterGravatar Hoa V. DINH2014-10-21
| |
* | Implement unit tests for message builder and message parsersGravatar Hoa V. DINH2014-10-21
| |
| * cpp -> ccGravatar Robert Widmann2014-10-21
| |
| * Server Time OperationsGravatar Robert Widmann2014-10-21
| |
| * MCNNTP -> NNTPGravatar Robert Widmann2014-10-21
| |
| * XOVERGravatar Robert Widmann2014-10-21
| |
| * Clarify Subscribed vs DefaultGravatar Robert Widmann2014-10-21
| |
| * Merge remote-tracking branch 'upstream/master' into NNTP-CleanupGravatar Robert Widmann2014-10-21
| |\ | |/ |/|
| * Range FetchingGravatar Robert Widmann2014-10-21
| |
* | Use LITERAL+ search in the case of GmailGravatar Hoa V. DINH2014-10-20
| |
* | Set sequenceNumber when fetching messagesGravatar Hoa V. DINH2014-10-17
| |
* | Fixed crash when lastPathComponent() is called on an empty string (#911)Gravatar Hoa V. DINH2014-10-16
| |
* | Fixed typoGravatar Hoa V. DINH2014-10-15
| |
* | IMAP sequence number methodsGravatar Hoa V. DINH2014-10-14
| |
* | Fixed race condition in OperationQueue (fixed #893)Gravatar Hoa V. DINH2014-10-14
| |
* | Fixed #887: refactored to make use of stripWhitespaceGravatar Hoa V. DINH2014-10-07
| |
* | Fixed #876: added application specific passwordGravatar Hoa V. DINH2014-10-07
| |
* | Keep boundaries across RFC822 message generation (fixed #597)Gravatar Hoa V. DINH2014-10-06
| |
* | Fixed documentationGravatar Hoa V. DINH2014-09-24
| |
* | Fixed #880. nullify connection logger.Gravatar Hoa V. DINH2014-09-24
| |
* | Provided helpers for OpenPGP encryption and signatureGravatar Hoa V. DINH2014-09-23
| |
* | Merge pull request #883 from foxinushka/fix/operation-queue-thread-safetyGravatar Hoà V. DINH2014-09-23
|\ \ | | | | | | Fixed thread safety in OperationQueue
| * | Fixed thread safety in OperationQueueGravatar Viktor Gedzenko2014-09-23
| | |
* | | Generate message data for signature or encryption (never use 7bit or 8bit ↵Gravatar Hoa V. DINH2014-09-22
| | | | | | | | | | | | encoding)
* | | Simplified extra headers implementation and content-types parametersGravatar Hoa V. DINH2014-09-22
|/ /
* | Fixed property nameGravatar Hoa V. DINH2014-09-17
| |
* | Merge pull request #855 from pitiphong-p/allows-permanent-flagsGravatar Hoà V. DINH2014-09-11
|\ \ | | | | | | Add allows new permanent flags property in folder info.
| * | Initialize the allow new permanent flags default value.Gravatar Pitiphong Phongpattranont2014-09-12
| | |
* | | Use correct constantsGravatar Hoa V. DINH2014-09-11
| | |
* | | Fixed date formatter, CoreFoundation formatGravatar Hoa V. DINH2014-09-11
| | |
* | | Fixed typo in a documentation.Gravatar robario2014-09-12
| | |
* | | Clarify the difference between -searchBody: and -searchContent:Gravatar Prapat2014-09-08
| | |
| * | Add allows new permanent flags property in folder info.Gravatar Pitiphong Phongpattranont2014-09-03
| | |
* | | Add IMAP search bodyGravatar Prapat2014-09-02
|/ /
* | Fixed warning (fixed #852)Gravatar Hoa V. DINH2014-08-30
| |
* | Fixed progress report for MCOIMAPFetchMessagesOperationGravatar Hoa V. DINH2014-08-30
| |
* | Fixed #847: make performMethodOnDispatchQueueAfterDelay thread safeGravatar Hoa V. DINH2014-08-29
|/