Skip to content

Commit 8aaabcb

Browse files
committed
initial commit
1 parent d72ef1a commit 8aaabcb

File tree

4 files changed

+399
-0
lines changed

4 files changed

+399
-0
lines changed

bower.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "decaf-email",
3+
"version": "0.0.1",
4+
"main" : "index.js",
5+
"ignore" : [
6+
],
7+
"dependencies" : {
8+
},
9+
"devDependencies": {
10+
}
11+
}

index.js

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* Created with JetBrains WebStorm.
3+
* User: mschwartz
4+
* Date: 7/23/13
5+
* Time: 11:05 AM
6+
* To change this template use File | Settings | File Templates.
7+
*/
8+
9+
/*global decaf, require */
10+
11+
"use strict";
12+
13+
decaf.extend(exports, {
14+
Mail: require('lib/Mail').Mail
15+
});

java/javax.mail-1.5.0.jar

510 KB
Binary file not shown.

0 commit comments

Comments
 (0)