MailCore 0.2.6

New version of MailCore!

Version 0.2.6

  • Updated to LibEtPan 0.49
  • Built an entirely new MIME parsing component. Eventually I will expose this so others can build up or parse complex MIME structures if necessary.
  • Improved fetching of body text for messages, there are still a few edge cases that aren’t taken care of, but it’s much better, see README.txt for more information.
  • SMTP has been reworked internally, and now it is possible to enable/disable authentication.
  • A slew of unit tests have been written. If you have tests that you have written, please send them my way!
  • A few random convenient methods, like isEqual: for CTCoreAddress, have been added
  • Memory leaks fixes
  • @executable_path/../Frameworks/ IS once again the default for the installation location. This makes it a snap to put into your apps framework folder.

Download or check out the documentation.


5 Responses to “MailCore 0.2.6”  

  1. 1 Hoa

    “Updated to LibEtPan 0.49″ ?
    does it mean you had to change some code to fit this release ?

  2. 2 Matt Ronge

    No I didn’t, I just had to verify that it worked with 0.49 properly.

  3. 3 M4rkk

    Where can I get the source to MailCore?

  4. 4 John

    I downloaded MailCore and built the MessageSender sample. It works but frequently crashes with a EXC_BAD_ACCESS in mailstream_low_free. Have you seen this? I’d love to use the library but need to get the crash sorted out, perhaps it’s a double free?

    ps. If the source is available I’d be happy to take a look myself.

  5. 5 Hoa

    Information about location of the source are there:
    http://www.kiwiclient.org/kiwi-wiki/RepositoryInformation

Leave a Reply