aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Fix few memory leaks (#1804)Gravatar Alexander Belyavskiy2019-03-25
| | | * Fix memory leaks
* Fixed memory leakGravatar Viet Hoa Dinh2018-12-14
|
* Fixed memory leakGravatar Viet Hoa Dinh2018-12-13
|
* Add missing semicolon (#1768)Gravatar Benjamin Barenblat2018-07-24
| | | | I forgot a semicolon in commit 91300dbf44bcdfe822a9778d1c9d3cec2c2790d7. Add it.
* Eliminate -Wimplicit-fallthrough trigger (#1767)Gravatar Benjamin Barenblat2018-07-18
| | | | Insert a no-op `break`, preventing -Wimplicit-fallthrough from triggering.
* Add uidplus, acl, enable capabilities parsing (#1750)Gravatar Alexander Belyavskiy2018-06-17
|
* - handle one more search kind body for searching the IMAP messages (#1735)Gravatar Nguyen Thanh Hai2018-05-14
|
* On non-Apple systems, clean up MCObject locks (#1694)Gravatar Ben Gotow2017-12-03
| | | On Windows, Mailspring was leaking a huge number of event handles, which could cause it to eventually crash. Adding this line doesn't cause the code to crash and reduces the number of handles reported by Process Explorer.
* Fix calendar attachment appearing twice in the HTML output (#1690)Gravatar Arek Holko2017-11-20
|
* On Windows, make fopen use provided `mode` (#1681)Gravatar Ben Gotow2017-10-30
|
* Fix broken blockElements lock (#1680)Gravatar Ben Gotow2017-10-30
|
* Fixed fake 'Auth Error' on iCloud when service responses with 'BAD ↵Gravatar Viktor Gedzenko2017-08-29
| | | | [UNAVAILABLE] Service temporarily unavailable' (#1642)
* Fixed some crashesGravatar Hoa V. DINH2017-03-24
|
* Fixed #1555: use us-ascii instead of asciiGravatar Hoa V. DINH2016-11-19
|
* Smtp error: 535 5.7.0 on Tiscali smtp server (#1520)Gravatar andreapz2016-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)Gravatar Dmitry Isaikin2016-09-18
|
* Disable namespace for Hermes servers (fixed #1471)Gravatar Viet Hoa Dinh2016-07-24
|
* Fix some memory leaks in MCIMAPSession.cpp in case of server error (#1480)Gravatar Dmitry Isaikin2016-07-18
|
* Improved error codeGravatar Hoa V. DINH2016-07-11
|
* Fallback if file doesn't existGravatar Hoa V. DINH2016-07-10
|
* MCSMTPSession.cpp: outlook bcc fix (continued) (#1470)Gravatar serjepatoff2016-07-08
|
* Fixed outlook server initial valueGravatar Viet Hoa Dinh2016-07-06
|
* MCSMTPSession.cpp: outlook bcc fix (#1464)Gravatar serjepatoff2016-07-06
|
* fix missing search by read/unread flag (#1465)Gravatar raduraducu2016-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)Gravatar Dmitry Isaikin2016-07-06
|
* Fixed crash on calling mailimap_mailbox_data_status_free() with NULL (#1449)Gravatar Dmitry Isaikin2016-06-06
|
* Fixed issue with validatorGravatar Hoa V. DINH2016-06-06
|
* Fixed build for LinuxGravatar Hoa V. DINH2016-06-05
|
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* Fixed account validator when checking custom serversGravatar Hoa V. DINH2016-06-05
|
* Fixed #1427: remove DIGEST-MD5 when on iOS since it's not available in libsaslGravatar Hoa V. DINH2016-05-30
|
* 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 error handlingGravatar Hoa V. DINH2016-05-16
|
* Fixed #1403: error message when IMAP is disabled for the domainGravatar Hoa V. DINH2016-05-16
|
* Autocorrect auth type for outlook serversGravatar Hoa V. DINH2016-05-15
|
* namespace is serializableGravatar Hoa V. DINH2016-05-15
|
* Fixed crash when using setExtraHeader() with a NULL valueGravatar Hoa V. DINH2016-05-14
|
* Fixed potential crash and memory leaksGravatar Hoa V. DINH2016-05-14
|
* Added error codeGravatar Hoa V. DINH2016-05-11
|
* Timeout for MX DNS requestGravatar Hoa V. DINH2016-05-11
|
* 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
|
* 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
* When password is nil, only retrieve the account typeGravatar Hoa V. DINH2016-04-29
|
* Do not segfault on MailProvider::*FolderPath in case of absence information ↵Gravatar Dmitry Isaikin2016-04-27
| | | | about folders in providers.json (#1410)