Skip to main content

An interface to iredadmin

Project description

# iRedAdmin API

A programmer friendly interface for iRedAdmin (OSE version)

# Known Limitations

  • Only supports MD5 passwords

  • Only supports MySQL

# Getting Started

  1. $ virtualenv -p $(which python2.7) venv

  2. $ source venv/bin/activate

  3. (venv)$ python setup.py develop

# Usage

Before you can start making API calls, you must initialize a connection to the database back end you wish to manage.

To do so simply call the init_db method with a SQLAlchemy database URL. If you’re unclear on how to create one, see: http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls

Example:

import mailapi

mailapi.domain.get_all_domains() # throws a RuntimeError

mailapi.init_db(‘mysql://scott:tiger@192.168.0.1:3306/vmail’) # Initialize the db connection

mailapi.domain.get_all_domains() # works!

# Need Help?

I suggest you look at the test cases in ./tests as they illustrate how this package should be used and the expected outcomes.

# Running Unit Test Suite

Easy…

(venv)$ TEST_DB_CONN_STR=’mysql://scott:tiger@192.168.0.1:3306/vmail’ python setup.py test

# I Need Feature x, y, z

Lol, fork me bro

# 0.1.8

  • sorts mailboxes by username

# 0.1.7

  • Custom exception class definitions
    • They are mostly self-explanatory, but here is the break down:
      • AliasExists: raised when trying to create an alias that already exists in the database

      • DbInitError: raised when init_db has not been called

      • MailboxExists: raised when adding a mailbox that already exists in the database

      • NoSuchMailbox: raised when trying to access a mailbox that does not exist in the database

      • DomainExists: raised when trying to create a domain that already exists

      • NoSuchDomain: raised when trying to access a domain that does not exist in the database

# 0.1.6

  • bookkeeping fixes:
    • populates created and modified date fields when adding a mailbox

    • populates modified and lastpasswordchange fields when resetting password

# 0.1.5

  • fixes issue where the all aliases were not deleted when deleting a mailbox

# 0.1.4

  • mailbox search

  • reset mailbox password

Project details


Download files

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

Source Distribution

MailApi-0.1.8.tar.gz (12.9 kB view details)

Uploaded Source

File details

Details for the file MailApi-0.1.8.tar.gz.

File metadata

  • Download URL: MailApi-0.1.8.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for MailApi-0.1.8.tar.gz
Algorithm Hash digest
SHA256 ecff30cda2c4a5e4bc4cd5211ab3f5064e3c922e4cb066d2add063d43b327825
MD5 54caf2713e1ebbe4ef7a35c66535bdcf
BLAKE2b-256 31ffae255aa9bf66c0ecaedc8de0c55e4b70c006ae6225f943cf843217dc656c

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