346 Commits

Author SHA1 Message Date
Giovanni Donelli 817197d390 new call to set HTML and Text body at once 2014-10-30 11:35:29 -07:00
Matt Ronge 1246cdd99a Update libetpan 2014-10-09 09:42:28 -05:00
Matt Ronge b465d1bd3e Merge branch 'master' of https://github.com/mronge/MailCore 2014-08-11 11:35:28 -05:00
Matt Ronge e4a4b6091a Updated to latest libetpan because of an iOS 8 bug 2014-08-11 11:35:21 -05:00
Matt Ronge 1e18a6b4dd Update README.md 2014-03-24 15:47:23 -05:00
Matt Ronge 3732a9769e Check for NULL buffer as well 2014-02-03 18:16:50 -06:00
Matt Ronge 6a4cd6a255 Copy paste error, dammit 2014-02-03 18:06:33 -06:00
Matt Ronge 33069f8df1 Protect against NULL mailbox names 2014-02-03 18:01:09 -06:00
Matt Ronge 1d4ee055d3 Don't include empty BCC field 2014-01-28 11:26:05 -06:00
Matt Ronge b85d0934c8 Don't include inline disposition on HTML parts 2013-11-21 13:00:10 -05:00
Matt Ronge 7b03944277 Merge commit '8268e848030a6ecbe603c3c6a713d5ab248d709d' 2013-11-18 13:34:42 -06:00
Matt Ronge 8268e84803 Updated libetpan 2013-11-18 13:34:09 -06:00
Matt Ronge c215161f81 Merge branch 'master' of github.com:mronge/MailCore 2013-11-06 14:32:35 -06:00
Matt Ronge 78a4b47019 Argh typo 2013-10-11 18:37:51 -05:00
Matt Ronge e1a9f74a4c Argh typo 2013-10-11 18:35:36 -05:00
Matt Ronge 39e7a13614 Switch libetpan ref 2013-10-11 18:34:21 -05:00
Matt Ronge 8913c60fe2 iPhone 5S fixes 2013-10-11 13:27:20 -05:00
Matt Ronge 66618c90ef Merge branch 'experimental-1' 2013-10-10 22:04:15 -05:00
Matt Ronge 34751e29f3 arm64 support 2013-09-24 18:59:40 -05:00
Matt Ronge e58612d790 Attachments from outlook now get properly handled 2013-09-06 12:53:47 -05:00
Matt Ronge 72def8c7c8 Switched over to offical version of libetpan 2013-07-29 15:39:38 -05:00
Matt Ronge f75d94f68e Fix mailcore build 2013-07-28 11:04:27 -05:00
Matt Ronge 68b3518822 Merge branch 'master' of https://github.com/mronge/MailCore 2013-07-27 14:20:46 -05:00
Matt Ronge 55c2017fab Uses new version of libetpan and CFNetworking 2013-07-27 14:20:37 -05:00
Matt Ronge 1b20901351 Merge branch 'master' of github.com:mronge/MailCore 2013-06-03 15:22:12 -05:00
Matt Ronge b048483811 Strip out BCC before sending 2013-06-03 15:22:00 -05:00
Matt Ronge d44138be77 Updated readme 2013-06-01 21:16:02 -05:00
Matt Ronge d716226a79 Merge pull request #91 from pitiphong-p/outgoing_priority_header
Add support for outgoing mail priority header.
2013-06-01 18:08:43 -07:00
Matt Ronge 66a851115d Merge pull request #105 from pitiphong-p/fix_crash_xlist_return_NoInferiors
Fixed crash when XLIST command return \NoInferiors flag.
2013-06-01 18:07:42 -07:00
Matt Ronge dd2ad745e7 Merge pull request #108 from tipbit/is-deleted
Implement [CTCoreMessage isDeleted].
2013-06-01 18:06:24 -07:00
Matt Ronge 6bb4d1ca84 Merge pull request #109 from tipbit/define-error-domain
Put the hard-coded error domain name in a #define.
2013-06-01 18:05:17 -07:00
Ewan Mellor e6d5e8648e Put the hard-coded error domain name in a #define.
This allows callers to use the name without hard-coding it themselves.
2013-05-27 12:07:26 -07:00
Ewan Mellor 905bf5aeaa Implement [CTCoreMessage isDeleted].
This cleans up some almost-copy-and-paste code at the same time.
2013-05-25 22:13:35 -07:00
Pitiphong Phongpattranont 814478c94d Fixed crash when XLIST command return \NoInferiors flag. 2013-05-17 17:08:24 +07:00
Matt Ronge 8fb4ed3bbe Merge pull request #84 from pitiphong-p/extionsion_flags_support
Support for get/set the extension flags for CTCoreMessage.
2013-04-04 17:15:57 -07:00
Matt Ronge e22a886fbe Merge pull request #93 from DanGonz/master
Fix to CTSMTPAsyncConnection so that it can also use SMTP with SSL on port 465.
2013-04-04 17:14:52 -07:00
DanGonz 73380c7541 Fix to CTSMTPAsyncConnection so that it can also use SMTP with SSL on port 465.
Copied the changes made in the commit to CTSMTPConnection 2ac9928971 on 20th November 2012 to enable the same feature.
2013-04-04 23:52:27 +01:00
Pitiphong Phongpattranont 2e1e550483 Beautify the code. With 120 character page guide. 2013-04-04 13:45:51 +07:00
Pitiphong Phongpattranont 1169458c58 Rename the mail core utility functions. Add the 'MailCore' namespace. 2013-04-04 13:38:17 +07:00
Matt Ronge 3a5e94af79 Merge pull request #90 from pitiphong-p/fetch_with_indexset
Add Fetching mail with UID or Sequence number Index set.
2013-04-03 14:17:34 -07:00
Pitiphong Phongpattranont 2d6e895593 Add support for outgoing mail priority header. 2013-04-02 16:37:49 +07:00
Pitiphong Phongpattranont 00d390c35e Add Fetching mail with UID or Sequence number Index set. 2013-04-01 23:42:09 +07:00
Matt Ronge 1e8a68c08b Merge pull request #85 from dropperY/fix-copy-filename
fix copy filename
2013-03-25 12:06:52 -07:00
Xiaocheng Ye e22aca18fc fix the copy filename 2013-03-22 23:46:14 +08:00
Pitiphong Phongpattranont f9f2b930d8 Support for get/set the extension flags for CTCoreMessage. 2013-03-21 15:32:41 +07:00
Matt Ronge 8e7d1c50d6 Clean up some method docs, fixes #83 2013-03-19 11:33:07 -10:00
Matt Ronge 28aa229fdd Merge pull request #64 from ghdk/InvalidMailMessageDereferences
Protects the dereferences of the struct mailmessage *myMessage.
2013-03-14 14:03:28 -07:00
Matt Ronge b74d05fcfb Fix problem with Chinese folder names not working with move/copy. Fixes #73 2013-03-14 16:02:12 -05:00
Matt Ronge ee1760ebaf Import of CTXlistResult was messed up. Fixed #78 2013-03-14 15:49:17 -05:00
Matt Ronge a0bd47f488 Merge pull request #77 from pitiphong-p/fixed-folder-setpath-bug
Fixed: Cannot set the folder's path.
2013-03-06 06:24:25 -08:00