Skip to main content

UNKNOWN

Project description

Python library for accessing Zimbra SOAP. Currently this library split into 2 parts: Zmprov and Mailbox.

Example

fetch all account

from ozpy.zmprov import Zmprov

zmprov = Zmprov(
        username="admin@mail.com",
        password="superpassword",
        soapurl="https://192.168.113.75:7071/service/admin/soap"
)
print zmprov.gaa()

Sending email

from ozpy.mailbox import Mailbox

mbx = Mailbox(
username="user1@mail.com",
password="superpassword",
soapurl="https://192.168.113.75/service/soap"
)
mbx.sendMail('admin@mail.com', 'This is subject', 'Email content')

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

ozpy-0.5.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

ozpy-0.5-py2-none-any.whl (7.2 kB view hashes)

Uploaded Python 2

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