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": {
|
||||
"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",
|
||||
"pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.0",
|
||||
"pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/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.1",
|
||||
"requirejs": "2.1.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -913,16 +913,7 @@ define(function(require) {
|
||||
|
||||
describe('getAttachment', function() {
|
||||
var folder = 'asdasdasdasdasd',
|
||||
uid = 1234,
|
||||
imapGetStub;
|
||||
|
||||
beforeEach(function() {
|
||||
imapGetStub = sinon.stub(emailSync, '_getBodyParts');
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
emailSync._getBodyParts.restore();
|
||||
});
|
||||
uid = 1234;
|
||||
|
||||
it('should fetch an attachment from imap', function(done) {
|
||||
var attmt = {};
|
||||
|
Loading…
Reference in New Issue
Block a user