Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove SSL and crypto from project (#1556) | Romain Pouclet | 2016-11-11 |
| | |||
* | No longer remove the Headers folder (#1557) | Romain Pouclet | 2016-11-11 |
| | | | | | * No longer remove the Headers folder * Don't remove headers in mac target as well | ||
* | Fixed tidy header file name (#1546) | Dasister | 2016-10-29 |
| | |||
* | Fix `rm` call in build phase (#1544) | Romain Pouclet | 2016-10-27 |
| | |||
* | Remove symlink creation for osx and ios targets (#1542) | Otávio Lima | 2016-10-26 |
| | | | | | This symlink causes any app containing the generated MailCore2.Framework to be rejected by iTunes Connect. Resolves: #1479 | ||
* | Fix for issue #1537 (#1538) | jostster | 2016-10-26 |
| | | | Use xcodebuild. | ||
* | Add type annotations to some operations and MCPIMAPSession (#1531) | Romain Pouclet | 2016-10-13 |
| | | | | | * Add type annotations to MCOIMAPSession * Add type annotations to some operations | ||
* | Type annotations (#1530) | Romain Pouclet | 2016-10-13 |
| | | | | | | | | * Add type annotations on MCOMessageBuilder * Add type annotations on MCOAbstractMessage * Add Type annotations on MCOAbstractPart * Add type annotations to MCOMessageHeader * Add type annotatins to MCOAddress | ||
* | Correct the spelling of CocoaPods in build-mac/README (#1525) | ReadmeCritic | 2016-10-05 |
| | |||
* | fix for #1475 - Android JNI misprints (#1521) | mixaz | 2016-09-30 |
| | |||
* | Smtp error: 535 5.7.0 on Tiscali smtp server (#1520) | andreapz | 2016-09-29 |
| | | | | | | * adding simple password alert message for smtp error: 535 5.7.0 authentication rejected: your password is too simple. * fixing error simple password | ||
* | Enable workaround for QIP IMAP server (#1512) | Dmitry Isaikin | 2016-09-18 |
| | |||
* | MCIMAPCheckAccountOperation: connectIfNeeded() then login() sequence of ↵ | serjepatoff | 2016-09-13 |
| | | | | calls is error-prone. Single loginIfNeeded() is better. (#1509) | ||
* | Disable namespace for Hermes servers (fixed #1471) | Viet Hoa Dinh | 2016-07-24 |
| | |||
* | Fix some memory leaks in MCIMAPSession.cpp in case of server error (#1480) | Dmitry Isaikin | 2016-07-18 |
| | |||
* | Updated to libetpan 4c36ec1850b6b7bdab9c22008500ca8f47fdf550 | Hoa V. DINH | 2016-07-14 |
| | |||
* | Improved error code | Hoa V. DINH | 2016-07-11 |
| | |||
* | Added imap for comcast | Hoa V. DINH | 2016-07-11 |
| | |||
* | Fallback if file doesn't exist | Hoa V. DINH | 2016-07-10 |
| | |||
* | MCSMTPSession.cpp: outlook bcc fix (continued) (#1470) | serjepatoff | 2016-07-08 |
| | |||
* | Fixed outlook server initial value | Viet Hoa Dinh | 2016-07-06 |
| | |||
* | MCSMTPSession.cpp: outlook bcc fix (#1464) | serjepatoff | 2016-07-06 |
| | |||
* | fix missing search by read/unread flag (#1465) | raduraducu | 2016-07-06 |
| | | | | | * fix missing search my read/unread flag * added more flag-like searches | ||
* | Use libetpan API for fetching whole IMAP attachment to file (#1461) | Dmitry Isaikin | 2016-07-06 |
| | |||
* | Updated libetpan to cc1932c7ca7bb56412c92910a52b8c37a9ded4a8 | Hoa V. DINH | 2016-07-05 |
| | |||
* | Compile mailcore2 locally via cocoapods (#1460) | Brian | 2016-06-28 |
| | |||
* | idleEnabled exposed | Hoa V. DINH | 2016-06-06 |
| | |||
* | Fixed crash on calling mailimap_mailbox_data_status_free() with NULL (#1449) | Dmitry Isaikin | 2016-06-06 |
| | |||
* | Fixed issue with validator | Hoa V. DINH | 2016-06-06 |
| | |||
* | Fixed build for Linux | Hoa V. DINH | 2016-06-05 |
| | |||
* | Add possibility of fetching message attachment by chunks and store it to ↵ | Dmitry Isaikin | 2016-06-05 |
| | | | | file. (#1438) | ||
* | Fixed account validator when checking custom servers | Hoa V. DINH | 2016-06-05 |
| | |||
* | Use different naming for delegate methods for more compatiblity with Swift | Hoa V. DINH | 2016-06-03 |
| | |||
* | Fixed #1427: remove DIGEST-MD5 when on iOS since it's not available in libsasl | Hoa V. DINH | 2016-05-30 |
| | |||
* | Added Facebook server info | Hoa V. DINH | 2016-05-23 |
| | |||
* | Store last server response on login command in case of parse error (#1436) | Dmitry Isaikin | 2016-05-19 |
| | |||
* | Fix permission access of source files that was executable .i.e. chmod 744 to ↵ | Kevin Lefèvre | 2016-05-17 |
| | | | | 644 (#1435) | ||
* | Fixed error handling | Hoa V. DINH | 2016-05-16 |
| | |||
* | Fixed #1403: error message when IMAP is disabled for the domain | Hoa V. DINH | 2016-05-16 |
| | |||
* | Try to use IMAP connection with minimum queue size among connections that ↵ | Dmitry Isaikin | 2016-05-16 |
| | | | | already selected into needed folder (#1404) | ||
* | Autocorrect auth type for outlook servers | Hoa V. DINH | 2016-05-15 |
| | |||
* | namespace is serializable | Hoa V. DINH | 2016-05-15 |
| | |||
* | Fixed crash when using setExtraHeader() with a NULL value | Hoa V. DINH | 2016-05-14 |
| | |||
* | Fixed potential crash and memory leaks | Hoa V. DINH | 2016-05-14 |
| | |||
* | Fixed IndexSet#allRanges() in case lots of indexSet contains lots of ranges ↵ | Hoa V. DINH | 2016-05-14 |
| | | | | (fixed #1428) | ||
* | Cleanup TypeUtils.h | Hoa V. DINH | 2016-05-14 |
| | |||
* | Added error code | Hoa V. DINH | 2016-05-11 |
| | |||
* | Timeout for MX DNS request | Hoa V. DINH | 2016-05-11 |
| | |||
* | Prevent demo crash in _convertToJPEGData when image data cannot be converted ↵ | geoffcoward | 2016-05-11 |
| | | | | | | (#1420) * Prevent demo crash in _convertToJPEGData when image data cannot be converted. | ||
* | Detect Rambler server on connect stage (#1424) | Dmitry Isaikin | 2016-05-11 |
| |