-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# libsieve-php | ||
libsieve-php | ||
============ | ||
|
||
libsieve-php is a library to manage and modify sieve (RFC5228) scripts. It contains a parser for the sieve language (including extensions) and a client for the managesieve protocol. It is written entirely in PHP 5. | ||
|
||
This project is adopted from the discontinued PHP sieve library available at https://sourceforge.net/projects/libsieve-php/. |
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,26 @@ | ||
{ | ||
"name": "ProtonMail/libsieve-php", | ||
"type": "library", | ||
"description": "libsieve-php is a library to manage and modify sieve (RFC5228) scripts.", | ||
"keywords": ["sieve", "filters", "mail"], | ||
"homepage": "https://sourceforge.net/projects/libsieve-php/", | ||
"license": "GPLv3", | ||
"support": | ||
{ | ||
"issues": "https://github.com/ProtonMail/libsieve-php/issues" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Heiko Hund", | ||
"homepage": "https://sourceforge.net/u/heikoh/profile/" | ||
}, | ||
{ | ||
"name": "Martin Zeman", | ||
"email": "martin@protonmail.com", | ||
"homepage": "https://protonmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.9" | ||
} | ||
} |