Skip to main content

Google Mail Library

Project description

GoogleMailLibrary

PyPI

Library Scope: GLOBAL

created: September 21, 2022 12:20 UTC8

Author: Francisco Quinola Jr. | email: francisco.quinola@mnltechnology.com

company: Spiralworks Technologies Inc

Contents:

Introduction

GoogleMailLibrary is a Robotframework Test Library for interfacing tests with Google Email using Google Mail API v1.

Installation

Option 1
Install using pypi, run:

pip install rf-googlemaillibrary

Option 2
With recent version of pip, it is possible to install directly from GitHub repository. To Install latest source from the master branch, use this command:

pip install git+https://github.com/MainSystemDev/GoogleMailLibrary.git

Please note that installation will take some time, because pip will clone the GoogleMailLibrary project to a temporary directory and then perform the installation.

Usage

To use GoogleMailLibrary in Robot Framework tests, the library needs to first be imported using the Library setting as any other library.

*** Settings ***
Documentation                         This is demo test script to show how GoogleMailLibrary Works

Library                               GoogleMailLibrary
...                                   scopes=['https://www.googleapis.com/auth/gmail.readonly']

Library                               String

Suite Setup                           Initialize Email
...                                   tokenFile=path/to/token.json

Force Tags                            gmail-api

*** Variables ***
# Sample id
# Should be a specific valid email id from an inbox from gmail to work.
${email_id}                           183a2a567gf2db7c

*** Test Cases ***
Get First Email In Inbox
    [Documentation]                   Get the first email in inbox and return raw data.
    ...                               Please refer to the link on the datas returned for raw
    ...                               https://developers.google.com/gmail/api/reference/rest/v1/users.messages#Message.FIELDS
    [Tags]                            gmail-api-1
    ${first_email_raw}                Parse First Email
    Log To Console                    ${first_email_raw}

Get Recent Id In Inbox
    [Documentation]                   Get the first email id in inbox.
    ...                               Please refer to the link on the datas returned for raw
    ...                               https://developers.google.com/gmail/api/reference/rest/v1/users.messages#Message.FIELDS
    [Tags]                            gmail-api-2
    ${recent_message_id_in_inbox}     Get First Id In Inbox
    Log To Console                    \n${recent_message_id_in_inbox}

Get Specific Id In Inbox
    [Documentation]                   Get the Specific email id in inbox.
    ...                               Please refer to the link on the datas returned for raw
    ...                               expecting an argument for specific email_id
    ...                               https://developers.google.com/gmail/api/reference/rest/v1/users.messages#Message.FIELDS
    [Tags]                            gmail-api-3
    ${specific_message_in_inbox}      Parse Email                        ${email_id}
    Log To Console                    \n${specific_message_in_inbox}

Delete Specific Mail
    [Documentation]                   Delete the specific email in inbox
    ...                               Please refer to the link on the datas returned for raw
    ...                               expecting an argument for specific email_id
    ...                               https://developers.google.com/gmail/api/reference/rest/v1/users.messages/delete
    [Tags]                            gmail-api-4
    Delete Message                    ${email_id}

Return Email Body Content
    [Documentation]                   Get the specific email in inbox
    ...                               Email format can be in plain text, rich text and html
    ...                               Converts the html content to a readable text
    ...                               expecting an argument for specific email_id
    [Tags]                            gmail-api-5
    ${body_content}                   Return Email Body Content        
    ...                               ${email_id}
    Log To Console                    \n${body_content}

Return Sender of Specific Email
    [Documentation]                   Get the specific email in inbox
    ...                               Return the specific sender of email
    [Tags]                            gmail-api-6
    ${sender}                         Return Sender Name            ${email_id}
    Log To Console                    \n${sender}

Generating Documentation

To Generate the keyword Documentation, simply run:

python -m robot.libdoc GoogleMailLibrary documentation.html

Note that the library must first be installed before generating a documentation.

Dependencies

Pypi - Html2text version
Pypi - google-api-python-client version
Pypi - Html2text version
Pypi - Html2text version
Pypi - Html2text version
Pypi - Html2text version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rf_googlemaillibrary-1.0.2-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file rf_googlemaillibrary-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for rf_googlemaillibrary-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b0a439f22b55039b172c14a02b7cc9770be99160117ca2c3d24ace0460f800f6
MD5 1d09b396cb20164edc31028f413d2bf6
BLAKE2b-256 be20fa7e8c4960a652d9d6b3ca66e5d2822779d909f4ed6464b8fb97dd9d7f6d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page