1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

Merge branch 'master' of github.com:whiteout-io/mail-html5

This commit is contained in:
Tankred Hase 2014-05-13 17:09:28 +02:00
commit bb84da4324
2 changed files with 4 additions and 13 deletions

View File

@ -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": {

View File

@ -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 = {};