2017 © Pedro Peláez
 

library mail

Mail libraries used by Zimbra Api

image

zimbra-api/mail

Mail libraries used by Zimbra Api

  • Monday, September 19, 2016
  • by nguyennv
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,007 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Zimbra Mail Component

Zimbra Mail provides wrapper for the zimbra mail client., (*1)

Basic usage of zimbra mail client

<?php

// This file is generated by Composer
require_once 'vendor/autoload.php';

$account = new \Zimbra\Struct\AccountSelector(\Zimbra\Enum\AccountBy::NAME(), 'username');
$api = \Zimbra\Mail\MailFactory::instance('https://localhost/service/soap');
$api->auth($account, 'password');

From $api object, you can access to all zimbra mail api., (*2)

Installation

This package can be installed easily using Composer <http://getcomposer.org>. Simply add the following to the composer.json file at the root of your project:, (*3)

{
    "require": {
        "zimbra-api/mail": "*"
    }
}

Then install your dependencies using composer.phar install., (*4)

The Versions

19/09 2016

dev-master

9999999-dev https://github.com/zimbra-api

Mail libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api mail soap

27/03 2016

1.0.2

1.0.2.0 https://github.com/zimbra-api

Mail libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api mail soap

19/03 2016

1.0.1

1.0.1.0 https://github.com/zimbra-api

Mail libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api mail soap

04/02 2016

1.0.0

1.0.0.0 https://github.com/zimbra-api

Mail libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api mail soap