Skip to content

Commit 4d57b42

Browse files
peterpeter
authored andcommitted
v1.3.1
1 parent a56e876 commit 4d57b42

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/localServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,13 +577,13 @@ export default class localServer {
577577
if ( this.QTClass ) {
578578
this.QTClass.Ping ()
579579
}
580-
/*
580+
581581
const imap = this.imapDataPool [ index ]
582582
saveLog ( `socket.on ( 'connectQTGate1') uuid = [${ uuid }]`)
583583
imap.confirmRisk = true
584584
this.qtGateConnectEmitData ? this.qtGateConnectEmitData.needSentMail = true : this.qtGateConnectEmitData = { needSentMail: true }
585585
return this.emitQTGateToClient1 ( socket, uuid )
586-
*/
586+
587587
})
588588

589589
socket.on ( 'checkPort', ( portNum, CallBack ) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qtgate",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "MIT",
55
"description": "QTGate desktop client",
66
"scripts": {

0 commit comments

Comments
 (0)