-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Version, Added Changelog. Small fix in Readme
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Changelog | ||
## [Unreleased] | ||
|
||
## [1.2.0] - 2018-08-29 | ||
## Fixed | ||
- Make getMemberList() work on lists with few subscribers #1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# mailmanAPI | ||
A Simple PHP API to work with Mailman 2.x Mailinglists | ||
|
||
As Mailman 2.x seems not to offer a proper API. This Mailman API provides some basic functionality to work with Mailman. | ||
As Mailman 2.x seems not to offer a proper API, this Mailman API provides some basic functionality to work with Mailman. | ||
Be aware, the library only wrappes around the HTML Forms of the Mailman API Site. It parses the HTTP Responses & HTML Pages, for Authentication Cookies, CSRF TOKEN and then posts to the FORM action url. | ||
|
||
Testes with Mailman 2.1.20, no guarantee to work with other versions. | ||
|
@@ -19,7 +19,7 @@ Testes with Mailman 2.1.20, no guarantee to work with other versions. | |
|
||
## Installation | ||
``` | ||
composer require splattner/mailmanapi:^1.0 | ||
composer require splattner/mailmanapi:^1.2 | ||
``` | ||
|
||
## Usage | ||
|
@@ -59,4 +59,3 @@ $mailman->removeMember(["[email protected]","[email protected]"]); | |
$mailman = new MailmanAPI($mailManBaseURL,$adminPW); | ||
$mailman->changeMember("[email protected]","[email protected]"); | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters