Removed the subject class member.

This commit is contained in:
Relintai 2023-09-18 12:38:19 +02:00
parent 977aff4058
commit b42cfece18

View File

@ -14,8 +14,6 @@ var _socket : StreamPeer = null
var _packet_in : String = ""
var _packet_out : String = ""
var subject : String = "New message from Godot"
enum SMTPStatus {
OK,
WAITING,