This repository was archived by the owner on May 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
src/renderer/components/Add Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " imapsyncclient" ,
3
3
"displayName" : " ImapSync Client" ,
4
4
"productName" : " ImapSync Client" ,
5
- "version" : " 0.0.2 " ,
5
+ "version" : " 0.0.3 " ,
6
6
"author" :
" Rida Am. <[email protected] >" ,
7
7
"description" : " It's only an Internet Message Access Protocol Synchronization Client" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "rev" : " 796bdcf " ,
3
- "version" : " 0.0.2.796bdcf " ,
4
- "date" : " 2018-3-26 00:58:08 "
2
+ "rev" : " 7e576bb " ,
3
+ "version" : " 0.0.2.7e576bb " ,
4
+ "date" : " 2018-5-11 18: 00:46 "
5
5
}
Original file line number Diff line number Diff line change 57
57
</template >
58
58
59
59
<script >
60
+ import log from ' electron-log' ;
60
61
import ShellAlikeBox from ' ../ShellAlikeBox.vue' ;
61
62
import EventBus from ' ../../store/modules/EventBus.js' ;
62
63
import auth from ' ../../../../auth.json' ;
63
64
65
+
64
66
export default {
65
67
name: ' mailbox-form' ,
66
68
props: [' password' ],
236
238
this .migrateMailboxes ();
237
239
238
240
console .log (error);
241
+ log .error (error);
239
242
});
240
243
}, 3000 );
241
244
}).catch ((error ) => {
248
251
// Tick next Mailbox
249
252
this .migrateMailboxes ();
250
253
console .log (error);
254
+ log .error (error);
251
255
});
252
256
},
253
257
startMigration () {
278
282
.catch ((error ) => {
279
283
this .$store .commit (' addLine' , ' Something went wrong ?!' );
280
284
console .log (error);
285
+ log .error (error);
281
286
});
282
287
283
288
// Clear queue
You can’t perform that action at this time.
0 commit comments