mirror of
https://github.com/Relintai/smtp_node.git
synced 2024-11-13 17:27:21 +01:00
Removed the subject class member.
This commit is contained in:
parent
977aff4058
commit
b42cfece18
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user