mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
update readme and list libraries
This commit is contained in:
parent
46818b5eed
commit
c5a3a9918a
@ -1 +1,3 @@
|
||||
Copyright © 2013, Whiteout Networks GmbH. All rights reserved.
|
||||
|
||||
The code is open for inspection and peer review by the security community. The code is currently not licensed under an open source license. If you're interested in contributing or getting a license, please get in touch with us [info@whiteout.io](mailto:info@whiteout.io).
|
14
README.md
14
README.md
@ -1,7 +1,7 @@
|
||||
mail-html5 [![Build Status](https://travis-ci.org/whiteout-io/mail-html5.png)](https://travis-ci.org/whiteout-io/mail-html5)
|
||||
==========
|
||||
|
||||
HTML5 Mail App with integrated OpenPGP encryption. Download the official version under [whiteout.io](http://whiteout.io)
|
||||
Whiteout Mail is a packaged HTML5 app with full IMAP, SMTP, TLS and OpenPGP support written in pure JavaScript on top of [chrome.socket](http://developer.chrome.com/apps/socket.html). Download the official version under [whiteout.io](http://whiteout.io).
|
||||
|
||||
### Building
|
||||
|
||||
@ -13,4 +13,14 @@ This builds the Chrome Packaged App bundle **DEV.zip** which can be installed un
|
||||
|
||||
## License
|
||||
|
||||
The code is open for inspection and peer review by the security community. The code is currently not licensed under an open source license. If you're interested in getting a license, please get in touch with us [info@whiteout.io](mailto:info@whiteout.io).
|
||||
Copyright © 2013, Whiteout Networks GmbH. All rights reserved.
|
||||
|
||||
The code is open for inspection and peer review by the security community. The code is currently not licensed under an open source license. If you're interested in contributing or getting a license, please get in touch with us [info@whiteout.io](mailto:info@whiteout.io).
|
||||
|
||||
These are some of the libraries we use. For a complete list please take a look at the code.
|
||||
|
||||
* [OpenPGP.js](https://github.com/openpgpjs/openpgpjs): An implementation of OpenPGP in Javascript.
|
||||
* [Forge](https://github.com/digitalbazaar/forge): A native implementation of TLS in Javascript
|
||||
* [Inbox](https://github.com/andris9/inbox): Simple IMAP client for node.js
|
||||
* [Nodemailer](http://www.nodemailer.com): SMTP client for node.js
|
||||
* [node-shims](https://github.com/whiteout-io/node-shims): A basic set shims of commonly used node API for use in the browser
|
Loading…
Reference in New Issue
Block a user