Mail Client library for Robot Framework
Project description
MailClientLibrary
The MailClientLibrary
is a Python based library for the Robot Framework that provides keywords to interact with mail clients using IMAP, POP3, and SMTP protocols.
The library officially supports Python >= 3.8 and can be installed using pip.
Installation
To install the library, run the following command:
pip install robotframework-mailclient
Usage
After installing the library, you can import it into your Robot Framework test suite using the following line:
*** Settings ***
Library MailClientLibrary
Or provide optionally the following arguments:
Library MailClientLibrary Username=UsernameStr Password=PasswordStr MailServerAddress=127.0.0.1 ImapPort=[993,143] Pop3Port=[995,110] SmtpPort=[587,26]
If these not provided as arguments it should be set during the test using provided setter keywords look in Keyword Documentation.
The MailClientLibrary
provides keywords for interacting with mail clients using IMAP, POP3, and SMTP protocols.
Supported protocols
The MailClientLibrary
supports the following protocols:
- IMAP
- POP3
- SMTP
SSL support
The MailClientLibrary
supports SSL for all protocols and is enabled per default. To disable SSL, simply use the UseSsl=True
argument when using any keyword.
Keyword Documentation
The keyword documentation can be found in this Page.
License
The MailClientLibrary
is released under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robotframework_mailclient-0.0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f65982b371511abf5da24b90ffee78a14d331b1bd2f5407ff0b406cb17a64c60 |
|
MD5 | 76cb53e7dacb8f9252a86fa48cfee357 |
|
BLAKE2b-256 | 4904fe2aff81d23c9094995bd952da41ef54e5d9f397c239f5e92de8a9f0b7a3 |
Hashes for robotframework_mailclient-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 861a128a09eea29e03c7e622d734e01508fc0d35d8a51d95c6898eca41c140bf |
|
MD5 | 3a298ab9248b1680c6fd68cecba761ba |
|
BLAKE2b-256 | 192eaf1de92f66e22f75f5af75db9dc54dd1035247929ef57d16a986d000ae7e |