A Cocoa framework built to ease the pain of supporting the IMAP and SMTP protocols. With MailCore you can download e-mail, create folders, delete folders, rename folders, send e-mail and etc.
Archive for category BSD License
MailCore
Apr 8
DTCoreText
Apr 6
NSAttributedString/Core Text additions to create attributed strings from HTML source and display them in a custom view.
ADNOrdinalNumberFormatter
Mar 27
A subclass of Cocoa’s NSNumberFormatter that adds ordinals to numbers.
HIDRemote
Mar 27
Provides access to the Apple® Remote IR Receiver under OS X 10.4 (Tiger), OS X 10.5 (Leopard) and OS X 10.6 (Snow Leopard).
Chameleon
Mar 22
An in-progress port of the iOS UIKit framework to Mac OS X to allow for cross platform development from a single codebase.
Official Chameleon Project Website
Official Cameleon Project Repository
INPopoverController
Mar 7
A class for implementing popovers on Mac OS X 10.5 and 10.6. Intended as a backwards-compatibility layer for later MacOS X releases.
INAppStoreWindow
Mar 7
An NSWindow subclass that mimics the appearance of the main window in the Mac App Store application. These modifications consist of enlarging the title bar, and centring the traffic lights (note that this subclass does not handle the creation of a toolbar).
JCSSheetController
Mar 6
A Cocoa controller class for Sheets that replaces the completion callback method with an inline block. Based on SDSheetController by Steven Degutis under the new BSD license.
TMSliderControl
Mar 5
TMSliderControl is a replica of the On/Off switch in the Time Machine system preferences pane of OS X.
CRServerSwitchboard
Mar 5
CRServerSwitchboard lets you easily make asynchronous, threadless HTTP calls to your server for JSON encoded data. You can specify which HTTP method to use and optionally pass request data, and the request and response data is automatically converted into JSON notation.