aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap
Commit message (Collapse)AuthorAge
* Revert "Add type annotations to some operations and MCPIMAPSession (#1531)"Gravatar Hoa V. DINH2016-11-19
| | | | This reverts commit efce413258a838818a39a12f0f86d563c8488468.
* Add type annotations to some operations and MCPIMAPSession (#1531)Gravatar Romain Pouclet2016-10-13
| | | | | * Add type annotations to MCOIMAPSession * Add type annotations to some operations
* idleEnabled exposedGravatar Hoa V. DINH2016-06-06
|
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* Store last server response on login command in case of parse error (#1436)Gravatar Dmitry Isaikin2016-05-19
|
* Fix permission access of source files that was executable .i.e. chmod 744 to ↵Gravatar Kevin Lefèvre2016-05-17
| | | | 644 (#1435)
* Fixed potential crash and memory leaksGravatar Hoa V. DINH2016-05-14
|
* Fix for high memory usage during loggin of large request (#1396)Gravatar NIkita-Ruzanov2016-04-07
|
* Move string to constantGravatar Hoa V. DINH2016-04-01
|
* Do not lose localizedDescription of error in MCOIMAPCheckAccountOperationGravatar Dmitry Isaikin2016-03-17
|
* Improved error managementGravatar Hoa V. DINH2016-03-07
|
* Added ability to customize the identity of IMAP client in the time of ↵Gravatar Dmitry Isaikin2016-02-15
| | | | session initialization.
* Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
|
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
|
* id -> instancetypeGravatar Robert Widmann2016-02-02
|
* Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to ↵Gravatar libec2015-11-07
| | | | customCommand.
* Comment with usage of custom IMAP operationGravatar libec2015-11-06
|
* Adds imap response string to custom command operationGravatar libec2015-11-06
|
* adds support to send custom IMAP commandGravatar libec2015-11-04
|
* Fixed build. Fixed warning properly.Gravatar Hoa V. Dinh2015-09-08
|
* Revert "Fixed warnings"Gravatar Hoa V. Dinh2015-09-08
| | | | This reverts commit d71dd9985dbaa716f59ca5bc1b533feeb032ca38.
* Fixed warningsGravatar Hoa V. Dinh2015-09-08
|
* Add nullability annotationsGravatar Lucas Derraugh2015-07-19
|
* Fixed MCOIMAPIdentity initialization bugGravatar Finian2015-06-22
|
* Added mNumbersGravatar Oshikawa2015-05-18
|
* Added UID Search with message number expression and SearchKindNumber for IMAPGravatar Oshikawa2015-05-16
|
* Mark methods as deprecatedGravatar Hoa V. DINH2015-04-19
|
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
|
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
|
* 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.
* Fixed typoGravatar Hoa V. DINH2014-10-15
|
* IMAP sequence number methodsGravatar Hoa V. DINH2014-10-14
|
* Fixed documentationGravatar Hoa V. DINH2014-09-24
|
* 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.
* | 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 progress report for MCOIMAPFetchMessagesOperationGravatar Hoa V. DINH2014-08-30
|
* Added urgent accessor on ObjC APIGravatar Hoa V. DINH2014-07-22
|
* Fixed #715: ability to set a date while adding messagesGravatar Hoa V. DINH2014-07-15
|
* dispatch_queue_t property: check OS_OBJECT_HAVE_OBJC_SUPPORTGravatar Andrey Isaev2014-07-03
|
* Fixed dispatch queue memory management.Gravatar Hoa V. DINH2014-03-29
|
* Fixed Cancel All OperationsGravatar Luca2014-03-12
|
* Merge branch 'master' of https://github.com/MailCore/mailcore2Gravatar Marco Pifferi2014-03-12
|\
| * Implement Gmail Message ID searchGravatar Bob Van Osten2014-03-10
| |