mirror of
https://github.com/moparisthebest/mail
synced 2024-11-12 04:05:13 -05:00
Merge branch 'master' of github.com:whiteout-io/mail-html5
This commit is contained in:
commit
bb84da4324
@ -11,10 +11,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.1.1",
|
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.1.1",
|
||||||
"imap-client": "https://github.com/whiteout-io/imap-client/tarball/v0.3.0",
|
"imap-client": "https://github.com/whiteout-io/imap-client/tarball/v0.3.1",
|
||||||
"mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.0",
|
"mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.0",
|
||||||
"pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.0",
|
"pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.1",
|
||||||
"pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/v0.3.0",
|
"pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/v0.3.1",
|
||||||
"requirejs": "2.1.10"
|
"requirejs": "2.1.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -913,16 +913,7 @@ define(function(require) {
|
|||||||
|
|
||||||
describe('getAttachment', function() {
|
describe('getAttachment', function() {
|
||||||
var folder = 'asdasdasdasdasd',
|
var folder = 'asdasdasdasdasd',
|
||||||
uid = 1234,
|
uid = 1234;
|
||||||
imapGetStub;
|
|
||||||
|
|
||||||
beforeEach(function() {
|
|
||||||
imapGetStub = sinon.stub(emailSync, '_getBodyParts');
|
|
||||||
});
|
|
||||||
|
|
||||||
afterEach(function() {
|
|
||||||
emailSync._getBodyParts.restore();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should fetch an attachment from imap', function(done) {
|
it('should fetch an attachment from imap', function(done) {
|
||||||
var attmt = {};
|
var attmt = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user