IMAP: add two more fields to config
This commit is contained in:
parent
337fc353c8
commit
a463d82f5b
|
@ -442,6 +442,8 @@ class Email:
|
||||||
self.password = node.getAttribute("password")
|
self.password = node.getAttribute("password")
|
||||||
self.useSsl = node.getAttribute("useSsl")
|
self.useSsl = node.getAttribute("useSsl")
|
||||||
self.folder = node.getAttribute("folder")
|
self.folder = node.getAttribute("folder")
|
||||||
|
self.siteName = node.getAttribute("siteName")
|
||||||
|
self.fetchType = node.getAttribute("fetchType")
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return " host = %s\n username = %s\n password = %s\n useSsl = %s\n folder = %s\n" \
|
return " host = %s\n username = %s\n password = %s\n useSsl = %s\n folder = %s\n" \
|
||||||
|
|
|
@ -645,7 +645,7 @@ Left-Drag to Move"
|
||||||
</supported_databases>
|
</supported_databases>
|
||||||
|
|
||||||
<email>
|
<email>
|
||||||
<email host="YOUR_EMAIL_SERVER" username="YOUR_EMAIL_USERNAME" password="YOUR_EMAIL_PASSWORD" useSsl="True" folder="INBOX"/>
|
<email siteName="PokerStars" fetchType="request-summary" host="YOUR_EMAIL_SERVER" username="YOUR_EMAIL_USERNAME" password="YOUR_EMAIL_PASSWORD" useSsl="True" folder="INBOX"/>
|
||||||
</email>
|
</email>
|
||||||
</FreePokerToolsConfig>
|
</FreePokerToolsConfig>
|
||||||
<!-- IMPORTANT: Please note that fpdb stores your email password in clear text.
|
<!-- IMPORTANT: Please note that fpdb stores your email password in clear text.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user