Adds further IMAP configuration options to the existing IMAP class.
Additions
Added a port field that allows users to specify a specific port for their IMAP usage. The default is 993, and is not required.
Added a tls field that allows a user to specify if they require a connection over TLS or not. Useful for providers such as Outlook. The default is False and is not required.
Testing
To download the new version use git clone --branch IMAPOptions https://github.com/Skribb11es/CapsuleFarmerEvolved.git in your terminal of choice, and use your standard config file. The fields that need to be added if you plan on testing TLS or custom ports are listed above. tls must be a boolen, and port must be an int
Summary
Adds further IMAP configuration options to the existing IMAP class.
Additions
port
field that allows users to specify a specific port for their IMAP usage. The default is993
, and is not required.tls
field that allows a user to specify if they require a connection over TLS or not. Useful for providers such as Outlook. The default isFalse
and is not required.Testing
To download the new version use
git clone --branch IMAPOptions https://github.com/Skribb11es/CapsuleFarmerEvolved.git
in your terminal of choice, and use your standard config file. The fields that need to be added if you plan on testing TLS or custom ports are listed above.tls
must be aboolen
, andport
must be anint