aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
Commit message (Collapse)AuthorAge
...
* Adds imap response string to custom command operationGravatar libec2015-11-06
|
* adds support to send custom IMAP commandGravatar libec2015-11-04
|
* Added EOL at the end of fileGravatar Hoa V. Dinh2015-09-10
|
* 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
|
* Implemented isEqual on IndexSetGravatar Hoa V. DINH2015-08-09
|
* Missed one file for NS_ASSUME_NONNULL_BEGINGravatar Lucas Derraugh2015-07-19
|
* 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
|
* Improved documentationGravatar Hoa V. DINH2015-04-12
|
* Improve account validation: fail on first error, validation of services can ↵Gravatar Hoa V. DINH2015-04-02
| | | | be disabled/enabled, no need to provide a list of servers when a provider is detected
* #874: render message properly when the first part is a .txt attachmentGravatar Hoa V. DINH2015-03-09
|
* AccountValidator FixesGravatar Christopher Hockley2015-02-11
|
* AccountValidator UpdateGravatar Christopher Hockley2015-01-27
|
* AccountValidatorGravatar Christopher Hockley2015-01-26
| | | | | Added AccountValidator to used to validate an email provider and it's associated metadata and credentials.
* Work in progress on javadocGravatar Hoa V. DINH2015-01-14
|
* Implemented error message for JavaGravatar Hoa V. Dinh2015-01-05
|
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
|
* Support for short valuesGravatar Hoa V. DINH2014-12-14
|
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
|
* Fixed mapping of errorsGravatar Hoa V. Dinh2014-12-04
|
* Port to win32Gravatar Hoa V. Dinh2014-11-14
|
* Remove the header from public headers.Gravatar robario2014-10-31
|
* Fix the new files information.Gravatar robario2014-10-30
|
* Fix a typoGravatar robario2014-10-30
|
* Add a new operation for SMTP login.Gravatar robario2014-10-29
|
* 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
| |