Skip to content

arvindmehairjan/robotframework-sharedmailbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

robotframework-sharedmailbox

Robot Framework library to read shared mailboxes.

Installation

Run the following command to install it in your projects:

pip install robotframework-sharedmailbox

Usage

This is a Robot Framework library that checks for information for shared mailboxes. In Robot Framework you can run it as followed:

  *** Settings ***
Library     SharedMailbox

*** Test Cases ***
Test
    [Tags]    Read Shared Mailbox
    Get The Last Email  user=your_emailaddress    password=your_password    mailbox=name_of_mailbox_email_address   subject=your_subject_name

About

Robot Framework library to read shared mailboxes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages