Skip to content

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KloakIT committed May 20, 2020
1 parent 66b8cae commit 46cc8f6
Show file tree
Hide file tree
Showing 85 changed files with 262 additions and 18,092 deletions.
3 changes: 1 addition & 2 deletions core/localWebServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ export default class localServer {
return Async.series ([
next => Imap.imapAccountTest ( imapData, err => {
if ( err ) {

return next ( err )
}
console.log (`imapAccountTest success!`, typeof next )
Expand All @@ -355,7 +354,7 @@ export default class localServer {
], ( err: Error ) => {

if ( err ) {
console.log (`doingCheckImap Async.series Error!`, err )
console.log ( `doingCheckImap Async.series Error!`, err )
return socket.emit ( 'imapTest', err.message || err )
}

Expand Down
Binary file removed core/public/css/.c3 2.css.icloud
Binary file not shown.
Binary file removed core/public/css/.page 2.css.icloud
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed core/public/images/128x128 2.png
Binary file not shown.
Binary file removed core/public/images/128x128.png
Binary file not shown.
Binary file removed core/public/images/16x16.png
Binary file not shown.
Binary file removed core/public/images/24x24.png
Binary file not shown.
Binary file removed core/public/images/256x256.png
Binary file not shown.
Binary file removed core/public/images/32x32.png
Binary file not shown.
Binary file removed core/public/images/48x48 2.png
Binary file not shown.
Binary file removed core/public/images/48x48.png
Binary file not shown.
Binary file removed core/public/images/512x512.png
Binary file not shown.
Binary file removed core/public/images/64x64.png
Binary file not shown.
Binary file removed core/public/images/96x96.png
Binary file not shown.
2 changes: 0 additions & 2 deletions core/public/images/Google__G__Logo 2.svg

This file was deleted.

188 changes: 0 additions & 188 deletions core/public/images/Yahoo!_logo 2.svg

This file was deleted.

Binary file removed core/public/images/firefox3 2.jpg
Binary file not shown.
Binary file removed core/public/images/macosUserInfo2 2.jpg
Binary file not shown.
Binary file removed core/public/images/windowsUseInfo2 2.jpg
Binary file not shown.

0 comments on commit 46cc8f6

Please sign in to comment.