
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
robotframework-mailclient
Advanced tools
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.
To install the library, run the following command:
pip install robotframework-mailclient
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.
You can install or test this library locally after editing the code. Ensure that all tests pass. For every added feature, it is expected that you add a corresponding test.
Use one of the following files according to your environment to install or run the tests:
runner_linux.sh
(Linux)runner_windows.bat
(Windows)The MailClientLibrary
supports the following protocols:
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.
The keyword documentation can be found in this Page.
The MailClientLibrary
is released under the MIT License.
FAQs
Mail Client library for Robot Framework
We found that robotframework-mailclient demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.