Initial Commit
This commit is contained in:
7
Client/ClientTempMail.py
Normal file
7
Client/ClientTempMail.py
Normal file
@ -0,0 +1,7 @@
|
||||
# This is a class to help the client side with holding the mail structure that mimics the one used by the server
|
||||
class ClientTempMail:
|
||||
def __init__(self):
|
||||
self.from_address = None
|
||||
self.to_address_list = []
|
||||
self.subject = None
|
||||
self.body = None
|
Reference in New Issue
Block a user