aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
Commit message (Collapse)AuthorAge
* Optimize memory usageGravatar Hoa V. DINH2014-10-25
|
* Fix error in new fetch parsed content operation.Gravatar Michael Lenaghan2014-10-25
|
* Merge pull request #933 from michaellenaghan/fetch-parsed-message-operationGravatar Hoà V. DINH2014-10-25
|\ | | | | Add an operation to fetch a parsed message.
* | Fixed crash, additional memory usage optimizationGravatar 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.
* FetchArticles -> FetchAllArticlesGravatar Robert Widmann2014-10-23
|
* Renaming and Fix TyposGravatar Robert Widmann2014-10-22
|
* Merge remote-tracking branch 'upstream/master' into NNTP-CleanupGravatar Robert Widmann2014-10-22
|\
| * Implement unit tests for message builder and message parsersGravatar Hoa V. DINH2014-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
| |
| * Fixed typoGravatar Hoa V. DINH2014-10-15
| |
| * IMAP sequence number methodsGravatar Hoa V. DINH2014-10-14
| |
| * Fixed #876: added application specific passwordGravatar Hoa V. DINH2014-10-07
| |
| * 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
| |
| * 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.
| * | 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
|/
* Merge pull request #832 from CodaFi/NNTPGravatar Hoà V. DINH2014-08-20
|\ | | | | NNTP support
| * Remove ArticleInfoGravatar CodaFi2014-08-17
| |
| * TestsGravatar CodaFi2014-08-16
| |
* | Added commentGravatar Viktor Gedzenko2014-08-14
| |
| * cpp -> ccGravatar CodaFi2014-08-13
| |
| * Cosmetic Changes; Fix header includesGravatar CodaFi2014-08-13
| |
| * NNTP supportGravatar CodaFi2014-08-13
| |
* | Added clean html method to rendeder delegateGravatar Viktor Gedzenko2014-08-12
| |
* | Merge pull request #818 from foxinushka/feature/message_id_autogenerated_flagGravatar Hoà V. DINH2014-08-07
|\ \ | | | | | | Added 'message id auto-generated' flag
* \ \ Merge pull request #814 from foxinushka/feature/attachment-extra-parametersGravatar Hoà V. DINH2014-08-02
|\ \ \ | | | | | | | | Added extra parameters to attachment
| | * | Added 'message id auto-generated' flagGravatar Viktor Gedzenko2014-08-02
| | | |
| * | | Renamed 'extra parameters' of MCAttachment to 'content type parameters'Gravatar Viktor Gedzenko2014-08-02
| | | |
* | | | Merge remote-tracking branch 'upstream/master'Gravatar Maksim Bauer2014-08-01
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: src/objc/abstract/MCOAbstractPart.h
| | * | Added extra parameters to attachmentGravatar Viktor Gedzenko2014-07-31
| |/ /
| * | Implemented -[MCOAddress isEqual:]Gravatar Hoa V. DINH2014-07-29
| | |
| * | Merge branch '783-urgent'Gravatar Hoa V. DINH2014-07-26
| |\ \
| * | | use NS_ENUM and NS_OPTIONSGravatar Adlai Holler2014-07-25
| | | |
* | | | Recognize multipart/signed content typeGravatar Maksim Bauer2014-07-25
|/ / /
| * / Added urgent accessor on ObjC APIGravatar Hoa V. DINH2014-07-22
|/ /