Send and read mails using Robot Framework.
Project description
robotframework_mailreader
This is a library for Robot Framework to read the last mail of your inbox and to send emails.
Installation
You can install the Robot Framework library by running the following command:
pip install robotframework-mailreader
Usage
Below you find an example how you can use the library:
*** Settings ***
Documentation A simple example of using a the Mailreader library.
Library MailReader
*** Test Case ***
Testing Email
# Sending Emails
Send Email message subject email_address recipient smtp_server port password
# Read your last email
Read The Last Email email_address password
License
Copyright (c) 2021 - Arvind Mehairjan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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 Distributions
Built Distribution
File details
Details for the file robotframework_mailreader-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: robotframework_mailreader-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19a6fb41def0fbcaa83532b7c809ac5b427eed3f65ffcbb7516a4179c3dba1f4 |
|
MD5 | 8dabcaad35a151d516aaad8224778efe |
|
BLAKE2b-256 | f0317f95346c452bf0f586ebf3854144245d32e1dfd22087eedb1ceda44acbba |