We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56e876 commit 4d57b42Copy full SHA for 4d57b42
2 files changed
app/localServer.ts
@@ -577,13 +577,13 @@ export default class localServer {
577
if ( this.QTClass ) {
578
this.QTClass.Ping ()
579
}
580
- /*
+
581
const imap = this.imapDataPool [ index ]
582
saveLog ( `socket.on ( 'connectQTGate1') uuid = [${ uuid }]`)
583
imap.confirmRisk = true
584
this.qtGateConnectEmitData ? this.qtGateConnectEmitData.needSentMail = true : this.qtGateConnectEmitData = { needSentMail: true }
585
return this.emitQTGateToClient1 ( socket, uuid )
586
- */
587
})
588
589
socket.on ( 'checkPort', ( portNum, CallBack ) => {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qtgate",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"license": "MIT",
5
"description": "QTGate desktop client",
6
"scripts": {
0 commit comments