Nyholm
|
2fe264038b
|
Bugfix
|
2019-01-20 11:03:18 +00:00 |
|
Nyholm
|
997d545e61
|
Bugfixes
|
2019-01-20 11:03:18 +00:00 |
|
Nyholm
|
d0cafddeab
|
Moved MailingList, Message and Route to PHP7 code
|
2019-01-20 11:03:18 +00:00 |
|
Nyholm
|
ac056e9f75
|
Updated paging to PHP7
|
2019-01-20 11:01:02 +00:00 |
|
Nyholm
|
61ae9bc945
|
Updating Stats models to PHP7 code
|
2019-01-20 10:59:47 +00:00 |
|
Tobias Nyholm
|
a7f8c14fe8
|
Cs
|
2019-01-17 08:31:01 +00:00 |
|
Nyholm
|
9dab02afd4
|
Make PHP-stan happy
|
2019-01-17 08:31:01 +00:00 |
|
Nyholm
|
28a4454c63
|
Fixed PHP7 on Event model and Ip model
|
2019-01-17 08:31:01 +00:00 |
|
Tobias Nyholm
|
51cff9dbdc
|
cs
|
2019-01-15 10:43:26 +00:00 |
|
Nyholm
|
47ef0542f0
|
Updated other domain models
|
2019-01-15 10:43:26 +00:00 |
|
Nyholm
|
0c3b716cf2
|
Updated some models with PHP 7 code
|
2019-01-15 10:43:26 +00:00 |
|
Nyholm
|
3fbd33f640
|
Make sure we dont use any risky tests
|
2019-01-12 16:56:42 +00:00 |
|
Nyholm
|
0f54332d0e
|
CS and fixes
|
2019-01-12 10:34:44 +00:00 |
|
Nyholm
|
2ec2c16227
|
Added PHP7 code and did some refactoring.
|
2019-01-12 10:34:44 +00:00 |
|
Nyholm
|
2b60fba811
|
Moved Mailgun\Model\Route\Response to Mailgun\Model\Route
|
2019-01-12 10:28:05 +00:00 |
|
David Garcia
|
6a943ddce3
|
Include missed use statements
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
de2902aac4
|
Review assets
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
88a9e4b1ff
|
Relocate files
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
c40fe862cc
|
Remove removed file
It was restored as part of a rebase.
Removing it again not to cause a namespace\class conflict.
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
f3566026b6
|
Remove egulias/email-validator and dependencies
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
5927cb162e
|
Add method to get access to Email Validation
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
961ae177fa
|
Add new lines to improve readability
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
2c98efc519
|
Re-order API methods by name
Easier to read
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
9f61a1e6dc
|
Missed annotation
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
f775795b85
|
Test EmailValidation Model
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
39feab32e5
|
Remove unused use statement
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
34b33a9127
|
Add Header comment
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
df7043343e
|
Test Parse model for Parseable and Unparseable data
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
6fc5b1e938
|
Test Parts model
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
8cb9a0e48a
|
Provide test to parse a valid email address
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
2c37651097
|
Remove non-required tests
Egulias/EmailValidator validates these cases,
is useless to test it
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
18d948be0f
|
Provide test to validate a valid email address
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
3f097bb178
|
Add EmailValidationTest
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
f12480e313
|
Remove public endpoints & implement private endpoints
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
e90f829eb4
|
Add ParsePesponse
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
0039e26be2
|
Add model to map the Parse response
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
1fb0d0bbc5
|
Email Validation does not return a key name, just the resource itself
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
3cf9aca200
|
StyleCI fixes
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
d15dbc4f69
|
Extract the email address from the string
me@davidgarcia.cat => me@davidgarcia.cat
David Garcia <me@davidgarcia.cat> => me@davidgarcia.cat
David Garcia me@davidgarcia.cat => me@davidgarcia.cat
David me@davidgarcia.cat Garcia => me@davidgarcia.cat
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
756b63ef54
|
Provide the EmailValidator entry point to send the API requests
So far we just validate the provided arguments.
Waiting for @Nyholm confirmation about the best way to proceed.
Please refer to
https://github.com/mailgun/mailgun-php/issues/191#issuecomment-350133021
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
682d7919ad
|
Update error messages and provide @author annotation
http://docs.phpdoc.org/references/phpdoc/tags/author.html
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
e94334b4f1
|
Provide new Assert to validate an email address
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
77b50d3d17
|
Provide Validate Response
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
96b2242d5b
|
Provide model to map the Email Validation
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
3079b8a75c
|
Provide model to map the Email Validation Parts
|
2019-01-10 22:15:40 +00:00 |
|
David Garcia
|
f7b9fe7f79
|
composer require egulias/email-validator
|
2019-01-10 22:15:40 +00:00 |
|
Tobias Nyholm
|
a1ca1a3b2f
|
Added PHPStan test (#537)
* Added PHPStan test
This will fix #536
* Somce code style updates
|
2019-01-10 20:29:58 +01:00 |
|
Tobias Nyholm
|
3b3e977995
|
Added changelog for 3.0.0 (#525)
|
2019-01-10 17:33:11 +01:00 |
|
Nyholm
|
750a7270e3
|
cs
|
2019-01-10 08:25:29 +00:00 |
|
Nyholm
|
34432e0517
|
Minor bugfixes detected with PHPStan
|
2019-01-10 08:25:29 +00:00 |
|