aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Detect Rambler server on connect stage (#1424)Gravatar Dmitry Isaikin2016-05-11
|
* Automaticaly enable Rambler workaround when we are downloading attachment ↵Gravatar Dmitry Isaikin2016-05-11
| | | | with base64 or uuencode encoding (#1423)
* Save SMTP server last response not only after message sending but after ↵Gravatar Dmitry Isaikin2016-05-10
| | | | login too (#1417)
* log when a weird situation happens in componentsSeparatedByString()Gravatar Hoa V. DINH2016-05-07
|
* mailcore android build 3 dependenciesGravatar Hoa V. DINH2016-05-06
|
* expose isIdleEnable()Gravatar Hoa V. DINH2016-05-03
|
* Extra capabilities of Courier-IMAPGravatar Hoa V. DINH2016-05-03
|
* Return NULL instead of crashing when mainPart is missingGravatar Hoa V. DINH2016-05-02
|
* Added partID to RFC 822 messages, provided a way to retrieve data for ↵Gravatar Hoa V. DINH2016-05-01
| | | | serialized MessageParser
* Fixed providers.json bad JSON syntaxGravatar Hoa V. DINH2016-05-01
|
* When password is nil, only retrieve the account typeGravatar Hoa V. DINH2016-04-29
|
* Add settings for o2.pl and wp.pl mail providers (#1411)Gravatar Dmitry Isaikin2016-04-29
|
* Do not segfault on MailProvider::*FolderPath in case of absence information ↵Gravatar Dmitry Isaikin2016-04-27
| | | | about folders in providers.json (#1410)
* Handle case with parsing parts info with non-empty content name and empty ↵Gravatar Dmitry Isaikin2016-04-26
| | | | | non-null attachment filename. (#1407) BODYSTRUCTURE ((("text" "plain" ("charset" "utf-8") NIL NIL "base64" 58 1 NIL NIL NIL NIL)("text" "html" ("charset" "utf-8") NIL NIL "base64" 112 2 NIL NIL NIL NIL) "alternative" ("boundary" "--ALT--tVxePtRpLBZY6Hs0ao1c7BSGQcoQy5ur1460647449") NIL NIL NIL)("video" "quicktime" ("name" "=?UTF-8?B?Mi5tb3Y=?=") NIL NIL "base64" 3722950 NIL ("attachment" ("filename" "")) NIL NIL)("video" "quicktime" ("name" "=?UTF-8?B?MS5tb3Y=?=") NIL NIL "base64" 3941584 NIL ("attachment" ("filename" "")) NIL NIL)("video" "quicktime" ("name" "=?UTF-8?B?My5tb3Y=?=") NIL NIL "base64" 15571848 NIL ("attachment" ("filename" "")) NIL NIL) "mixed" ("boundary" "----tVxePtRpLBZY6Hs0ao1c7BSGQcoQy5ur-lcGxoWOFOYrZWofU-1460647449") NIL NIL NIL)
* updating trash folder path for Outlook (#1409)Gravatar Andrew Lai2016-04-25
|
* Fix for imap servers which use non-standard name for inbox folder (#1406)Gravatar Dmitry Isaikin2016-04-22
|
* Fixed crasherGravatar Hoa V. DINH2016-04-19
|
* Don't crash if it couldn't be detectedGravatar Hoa V. DINH2016-04-16
|
* Be more gently with NULL valuesGravatar Hoa V. DINH2016-04-16
|
* More android fixes and additions (#1400)Gravatar Herb Hrowal2016-04-16
| | | | | | | | | | | | * Fixed templateForMessage to get the correct method. * Fixed hashmapJavaToObjectConverter to correctly convert from java.util.HashMap to mailcore::HashMap * * Fixed fetchArticleByMessageIDOperation to correctly reflect changes in the core * Fixed com_libmailcore_IMAPSession_folderStatusOperation to call folderStatusOperation instead of folderInfoOperation * Added calls to PushLocalFrame and PushLocalFrame to prevent the local reference table from filling up. * Changed signature of templateValuesForHeader and templateValuesForPart to return Map<String, Object> instead of Map<String, String> to better reflect the core methods. * Renamed cleanHTML to cleanHTMLForPart to reflect the core method. * Added mimeType() and setMimeType(). * Made LOCAL_FRAME_CAPACITY constant to use in calls to PushLocalFrame. Fixed indents.
* Fix overwriting `pError` with `ErrorConnection` value (#1399)Gravatar Evgeniy Yurtaev2016-04-15
| | | | | * Fix overwriting `pError` with `ErrorConnection` value * Fix memory leak
* Updated cocoapodsGravatar Hoa V. DINH2016-04-08
|
* Fix for high memory usage during loggin of large request (#1396)Gravatar NIkita-Ruzanov2016-04-07
|
* Builds mailcore2 Mac & iOSGravatar Hoa V. DINH2016-04-06
|
* NNTP build fixes and IMAP runtime fixesGravatar Herb Hrowal2016-04-06
| | | | | | | | | | * Fixed templateForMessage to get the correct method. * Fixed hashmapJavaToObjectConverter to correctly convert from java.util.HashMap to mailcore::HashMap * * Fixed fetchArticleByMessageIDOperation to correctly reflect changes in the core * Fixed com_libmailcore_IMAPSession_folderStatusOperation to call folderStatusOperation instead of folderInfoOperation
* Expose SMTP response and response code to Objective-C APIGravatar Nikolay Morev2016-04-05
| | | * Expose SMTP response and response code to Objective-C API
* Move string to constantGravatar Hoa V. DINH2016-04-01
|
* Added ability of canceling for active sending operationGravatar AlexKar2016-04-01
| | | | Added ability of canceling for active sending operation
* Update to libetpan e2105da822eec41aab05bc2e2cffbbd60bd9a757Gravatar Hoa V. DINH2016-03-31
|
* Fixed Array::insertObject()Gravatar Hoa V. DINH2016-03-28
|
* Updated libetpan to 91d6195f3212e2d4319ba6bfdbbe1222e2eafa0fGravatar Hoa V. DINH2016-03-27
|
* Merge pull request #1384 from CodaFi/simple-sauceGravatar Hoà V. DINH2016-03-26
|\ | | | | Remove duplicate `mCanIdle`
* | Fixed crash #1388Gravatar Viet Hoa Dinh2016-03-25
| |
| * Serialize reads and writes to mIdleEnabledGravatar Robert Widmann2016-03-23
| |
* | Merge pull request #1379 from DeskConnect/fix-xcode73-errorGravatar Hoà V. DINH2016-03-22
|\ \ | | | | | | Move inttypes include within ifdef __cplusplus in MCIndexSet.h
* \ \ Merge pull request #1386 from frommberger/patch-1Gravatar Hoà V. DINH2016-03-22
|\ \ \ | | | | | | | | Corrected typo ("ailcore")
| * | | Corrected typo ("ailcore")Gravatar Lutz2016-03-22
|/ / / | | | | | | ailcore -> mailcore
| | * Remove duplicate capabilities lineGravatar Robert Widmann2016-03-21
| | |
| | * Remove duplicate mCanIdleGravatar Robert Widmann2016-03-20
| |/ |/|
* | Fixed assertGravatar Hoa V. DINH2016-03-18
| |
* | Added assertGravatar Hoa V. DINH2016-03-18
| |
* | Merge pull request #1381 from disaykin/masterGravatar Hoà V. DINH2016-03-17
|\ \ | | | | | | Do not lose localizedDescription of error in MCOIMAPCheckAccountOperation.
| * | Do not lose localizedDescription of error in MCOIMAPCheckAccountOperationGravatar Dmitry Isaikin2016-03-17
|/ /
| * Move inttypes include within ifdef __cplusplus in MCIndexSet.hGravatar Conrad Kramer2016-03-14
|/
* Merge pull request #1378 from pgeof/pgeof-carthage-iosGravatar Hoà V. DINH2016-03-14
|\ | | | | Fix for iOS Carthage update
| * Fix for carthage update error : code signing is required for product type ↵Gravatar Philippe Geoffroy2016-03-14
| | | | | | | | 'Framework' in SDK 'iOS 9.2'
* | Merge pull request #1375 from disaykin/masterGravatar Hoà V. DINH2016-03-10
|\ \ | | | | | | Interpret 'uuencode' in IMAP BODYSTRUCTURE response as UUEncode encoding
| * | Interpret 'uuencode' in IMAP BODYSTRUCTURE response as UUEncode encodingGravatar Dmitry Isaikin2016-03-10
|/ /
* | Fixed cmake buildGravatar Hoa V. DINH2016-03-08
| |
* | Updated unit testsGravatar Viet Hoa Dinh2016-03-08
| |