Skip to main content

Package using to call Mail providers API

Project description

Ikamail Package

Install package from repository gitlab

pip install --index-url https://__token__:<personal_access_token>@gitlab.com/api/v4/projects/<your_project_id>/packages/pypi/simple your_package_name

Install package from pip

pip install ikamail

Using package

from ikamail.GmailHelper import GmailHelper

message_id = GmailHelper("prod").get_message_id(
    "me",
    include_spam_trash=False,
    max_results=25,
    batch_using=True
)

print(message_id)

License: MIT

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

ikamail-0.0.5-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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