aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Callback is now called on the dispatch queue where the operation has been ins...Gravatar Hoa V. DINH2013-09-29
* Merge pull request #403 from CodaFi/NoopGravatar Hoà V. DINH2013-09-28
|\
| * Update build scriptsGravatar CodaFi2013-09-26
| * Filename extension fixesGravatar CodaFi2013-09-26
| * Fixed includesGravatar CodaFi2013-09-26
* | Fixed #378: Added INBOX when there's a non-empty prefixGravatar Hoa V. Dinh2013-09-26
| * Fix undefined ErrorNoopGravatar CodaFi2013-09-24
| * Implement Objective-C InterfaceGravatar CodaFi2013-09-24
| * Brace stylingGravatar CodaFi2013-09-24
| * Implement IMAP noopGravatar CodaFi2013-09-24
| * Implement POP noopGravatar CodaFi2013-09-24
| * Implement SMTP noopGravatar CodaFi2013-09-24
|/
* Fixed #395: fixed conversion between MCOIndexSet and NSIndexSetGravatar Hoa V. DINH2013-09-23
* Fixed #391: fixed int conversionGravatar Hoa V. DINH2013-09-21
* whitespaceGravatar CodaFi2013-09-12
* ObjC interface to registering providersGravatar CodaFi2013-09-12
* Fixed #371: don't retain header when no result is returnedGravatar Hoa V. Dinh2013-09-10
* Added conversion between NSIndexSet and MCOIndexSet (fixed #370)Gravatar Hoa V. DINH2013-09-10
* Fixed crash in MCIndexSet (fixed #357)Gravatar Hoa V. DINH2013-09-09
* Fixed #367: fixed -hostnameWithEmail:Gravatar Hoa V. Dinh2013-09-09
* Merge pull request #368 from yuklai/master_unusedVariablesGravatar Hoà V. DINH2013-09-09
|\
| * Remove unused variablesGravatar Yuk Lai Suen2013-09-09
| * Remove unused variablesGravatar Yuk Lai Suen2013-09-09
* | Merge pull request #369 from yuklai/master_leaksGravatar Hoà V. DINH2013-09-09
|\ \
| * | Remove a few potential memory leaksGravatar Yuk Lai Suen2013-09-09
| | * Remove unused variablesGravatar Yuk Lai Suen2013-09-09
| |/
* | Documentation fix.Gravatar Etienne Samson2013-09-08
* | Add MCIMAPConnectOperation.cc for cmake buildGravatar Ryan Walklin2013-09-07
* | Merge branch 'master' of https://github.com/MailCore/mailcore2Gravatar Ryan Walklin2013-09-06
|\|
* | Add MCOIMAPConnectOperation, include STARTTLS and auth methods in autoconfigu...Gravatar Ryan Walklin2013-09-06
| * Check for NULL in MCOAddress string functions before retainGravatar Yuk Lai Suen2013-09-05
| * Additional error descriptionsGravatar Hoa V. Dinh2013-09-03
| * Improved Content-Description support and fixed crash (Fixed #350)Gravatar Hoa V. Dinh2013-09-03
| * Added assert in provider parserGravatar Hoa V. DINH2013-09-01
|/
* add Content-Description to attachmentGravatar Tae Won Ha2013-09-01
* Fixed crash when message does not contain sender or recipientGravatar Hoa V. DINH2013-08-30
* Fixed crash in hasSuffix (Fixed #141)Gravatar Hoa V. DINH2013-08-30
* Fixed #271: change attachment name to avoid caching side effectGravatar Hoa V. DINH2013-08-27
* Fixed #321: fixed -pathForComponents:Gravatar Hoa V. DINH2013-08-25
* Enabled back IMAP ID supportGravatar Hoa V. DINH2013-08-25
* Disabled Identity because libetpan support is broken.Gravatar Hoa V. DINH2013-08-25
* Fixed CMake buildGravatar Hoa V. DINH2013-08-24
* Fixed #196: callback to notify when operations are running or notGravatar Hoa V. DINH2013-08-24
* Fixed #277: automatic ID. Cleaner API for identity API and also allows to spe...Gravatar Hoa V. DINH2013-08-24
* Fixed warningGravatar Hoa V. DINH2013-08-23
* Fixed #319: [[MCOIMAPMessage alloc] init] can now be called.Gravatar Hoa V. DINH2013-08-23
* Reconnect automatically the IMAP session after a connection error (Fixed #313)Gravatar Hoa V. DINH2013-08-21
* Fixed IDLE capability detectionGravatar Hoa V. DINH2013-08-21
* Check certificate can be disabled. Fixed #324: reconnect SMTP properly after ...Gravatar Hoa V. DINH2013-08-21
* SMTP QUIT only if a stream is available.Gravatar Hoa V. DINH2013-08-21