Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voku/PHPMailer-BMH

Bounce Mail Handler for PHP | This is a "reboot" of PHPMailer-BMH from WorxWare.
https://github.com/voku/PHPMailer-BMH

[*]: test for new php versions

2bd5f79fe5dfbdb2246f77acb01dee0bb0d7a474 authored over 2 years ago by Lars Moelleken <[email protected]>
[+]: fix regex for issue #20

-> https://regex101.com/r/Yv2wWt/1

63c061bd9e1a857c2b444cf2b6946afb297d20ca authored over 2 years ago by Lars Moelleken <[email protected]>
[-]: README -> small clea-up only

ee5b7d567eb5141717318ee2b9b22278ef70ff2b authored almost 3 years ago by lmoelleken <[email protected]>
Merge pull request #17 from perk11/fix-imap-delete-argument-type

Pass message id to imap_delete as string instead of int

710b7037c9faf346390332c7e8a3d9b37351352a authored almost 3 years ago by Lars Moelleken <[email protected]>
Pass message id as string instead of int

This avoids error "imap_delete(): Argument #2 ($message_num) must be of type string, int given"

3f89692f1f19247d00c05b6a2b979c0aa19e9146 authored over 3 years ago by Konstantin Pereiaslov <[email protected]>
[+]: "BounceMailHandler" -> allow to configure if unprocessed bounces will be moved to another mailbox folder

93afed549f4df30b51b927637b4beb6c65c9c470 authored about 4 years ago by Lars Moelleken <[email protected]>
[~]: "BounceMailHandler" -> optimize "testMode" usage

6c003fe60cd954552eaa6e7a12798852627b190d authored about 4 years ago by Lars Moelleken <[email protected]>
[+]: merge new regex-rules from @mfrascati

-> https://github.com/mfrascati/PHPMailer-BMH/commits?author=mfrascati

9127cb513179dcf8b445175e1da54c7e1c7d5306 authored about 4 years ago by Lars Moelleken <[email protected]>
[*]: fix code style + code style config

fabdf2a21b1cca763d93890ea36d54bd40840b00 authored about 4 years ago by Lars Moelleken <[email protected]>
Merge branch 'master' of https://github.com/voku/PHPMailer-BMH into master

* 'master' of https://github.com/voku/PHPMailer-BMH:
avoiding Fatal error
avoiding Fatal err...

2ab93cd04f91a1a36a6ff6360abe94dde0d6113b authored about 4 years ago by Lars Moelleken <[email protected]>
[+]: add phpstan support v1

db11449a1bdaa66b9618800613512b20e69377da authored about 4 years ago by Lars Moelleken <[email protected]>
Merge pull request #14 from clickedu/master

Minor adjustments

b2cf950336d300f96585bce6c70548e0fab710ff authored about 4 years ago by Lars Moelleken <[email protected]>
avoiding Fatal error

26d84108270a056a6e63801cd5d5a783519eb716 authored over 4 years ago by clickedu-fxescarmis <[email protected]>
avoiding Fatal error: Uncaught TypeError: mktime() expects parameter 4 to be integer, string given

b1f536b21fc61067f5116d9884e7adbb02951d03 authored over 4 years ago by clickedu-fxescarmis <[email protected]>
added imap_errors() and imap_alerts() before imap_close()

1996d19c7041701b9642e8fbf7f8bf757d886cf6 authored over 4 years ago by clickedu-fxescarmis <[email protected]>
[+]: update code style v2 + code clean-up

121e338000f3f7f8d80581e02b086e0a970a2029 authored over 5 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

* origin/master:
Update README.md
Apply fixes from StyleCI
Update README.md

# Conflicts:
...

7f3b53a5dcd4968d32774896643505b1fb8c0497 authored over 5 years ago by Lars Moelleken <[email protected]>
[+]: update code style + fix regex

53c58a70271ffa6c1bd96a6845896d2075dc1420 authored over 5 years ago by Lars Moelleken <[email protected]>
Update README.md

0301f4de73a51e67fd8f608bbab1f7982e2537fd authored about 6 years ago by Lars Moelleken <[email protected]>
Merge pull request #12 from voku/analysis-XpZeJo

Apply fixes from StyleCI

4536292ebd7b930cb122664ffc41a4e3f29b84d1 authored about 6 years ago by Lars Moelleken <[email protected]>
Apply fixes from StyleCI

1080b1aa595c195608143ff7db036a20888f965b authored about 6 years ago by Lars Moelleken <[email protected]>
Update README.md

8918c6162da97e849aa6ac0429994205e2e4679f authored about 6 years ago by Lars Moelleken <[email protected]>
[*]: update for PHP >= 7.0 v2.1

866f28b9a227680cecf5beb8735a6198cb9e69d3 authored about 6 years ago by Lars Moelleken <[email protected]>
[+]: update for PHP >= 7.0 v2

b1f7f4f00c137ffa8bed3909a6ec4b2792e61a37 authored about 6 years ago by Lars Moelleken <[email protected]>
[+]: update for PHP >= 7.0

f948ba1ba01d74da2006d410d42822327850005f authored about 6 years ago by Lars Moelleken <[email protected]>
Update .travis.yml

5553d03d6727cb280fb4d39457fe0c355cd62e6d authored about 6 years ago by Lars Moelleken <[email protected]>
Update README.md

407cc5cd06a9aa9e13564a0c5699d2a09df26d51 authored about 6 years ago by Lars Moelleken <[email protected]>
Merge pull request #10 from ItsReddi/master

Ability to use mailboxLink in derived classes

ee0ceeea7da136a5fd46d0f2181dd77404376ac0 authored about 7 years ago by Lars Moelleken <[email protected]>
Merge pull request #1 from ItsReddi/Ability-to-use-mailboxLink-in-child-classes

Ability to use mailboxLink in derived classes

71ac5774880db716d9517c6b88cf5b6dc52aaf9c authored about 7 years ago by ItsReddi <[email protected]>
Changed visibility of $mailboxLink

Changed visibility of $mailboxLink to be able to interact with mailbox after processing an email...

ba646bd8af1570d1a54980dc0d3abbd226601ee0 authored about 7 years ago by ItsReddi <[email protected]>
[+]: fix "soft" / "hard"-bounce moving

48a79e9688e2cd647b9371acd9162251cb60f8d1 authored over 7 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

49864fe4b3a250498e6847baef74e3a18eb571ac authored almost 8 years ago by Lars Moelleken <[email protected]>
[*]: "minor. format variable comments" | thx @kolydart

-> https://github.com/kolydart/PHPMailer-BMH/commit/9b511e5d4db68436c22b2b1417a04093e8dd2053

1b85ab3d896f3c1e695e986869e5822a6d71f8a7 authored almost 8 years ago by Lars Moelleken <[email protected]>
Update composer.json

d16eb196e1f4d73f64f0959260acf9bc7b02e44b authored almost 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #9 from voku/analysis-XleVAk

Applied fixes from StyleCI

32dcd49357c6dfff1b4f1f836b91b901f2daa345 authored about 8 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

e0cd21a479364e5ee75e7207a3419014615cb73a authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to fix test-results

-> more work needed -> add more test-mails

5f01689c2c987b599d29c6bc85ec8ef60447c3f4 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to ignore "No body information available"-error v2.1

-> https://bugs.php.net/bug.php?id=39375&edit=3

c9e6dc1c269555b62c286ae6038ad238f136c06e authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to ignore "No body information available"-error v2

-> https://bugs.php.net/bug.php?id=39375&edit=3

300762ae0ded1d287f66099705d7b570fda48a7f authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to ignore "No body information available"-error

-> https://bugs.php.net/bug.php?id=39375&edit=3

17fcc1d58842790a39c201fade311f2721cd19e4 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: move test-mails into "new"-dir

3dd768533611ed45be6583468111b530540645b9 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: windows can't handle this file-names :/

8b0a5faed7c993e68d3e8c61751f4b1b3a5225f4 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.11

-> need some testing via Travis CI

1d4ccd29b2e72e128d960b312d1925906c11109e authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.10

-> need some testing via Travis CI

066734d07d801b10876c7e64a25f3dbe5db607fb authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.9

-> need some testing via Travis CI

abae4df92e1133c0efaa57722179ba198befd39e authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.8

-> need some testing via Travis CI

a292b5f9ad304941693372d599544bbd4c88f44e authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.7

-> need some testing via Travis CI

ed196a811eb3ea768c349c2b73f325901583fabd authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.6

-> need some testing via Travis CI

19aa7c4927b1175d940f4e19f429dbf57d7d3299 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.5

-> need some testing via Travis CI

653f4ad9caed5b068c2c8a293aeb0df288a61a41 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.4

-> need some testing via Travis CI

3477b5e2b7b6bf0cc027aa17659b4588ac770f32 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.3

-> need some testing via Travis CI

bec46ff360503b7be66a0e890ec119caea25f72d authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.2

-> need some testing via Travis CI

fda8e689c33aa541c1bba11471715cee3c381190 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7.1

-> need some testing via Travis CI

27ecd08114b177fc66a52453bba8f69a7e160c54 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.7

-> need some testing via Travis CI

97f0ab98d74d65ba270d674fa21ecd319de17f38 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.6

-> need some testing via Travis CI

796a288da01d05d1a6464771864720cac17a41b5 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.5

-> need some testing via Travis CI

2cae1353d538e9c09c710eaebe8125438e1c846e authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: fix "Gmail Bounce Error"-rule

ba1eb43a2987efa088827688c92e648e7c0f68a2 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.4

-> need some testing via Travis CI

d4a8907c364ea8f28cd0be0c923b2912e366be96 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.3

-> need some testing via Travis CI

aa6f85a30c37f4d814cee2f82dc6c0d7e2ca1720 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.2

-> need some testing via Travis CI

df833b17c0520c314b9e9d471d5eb99ca1f3f7f3 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2.1

-> need some testing via Travis CI

b6e1407fd78adb31791092ffbf4d9fd3d0c09f6f authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot) v2

-> need some testing via Travis CI

1bc08c4c971cc41f7727bfa836dfd34749d1dfb3 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: try to add live-tests via imap (Dovecot)

-> need some testing via Travis CI

c1928713c46b8f013436f7511e2085202d28abfc authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: "Custom rules" via callbacks

-> thx @alligator77

-> https://github.com/voku/PHPMailer-BMH/issues/8

1ca57042bc877ff8d1fc682af7947f731962c6e9 authored about 8 years ago by Lars Moelleken <[email protected]>
[*]: small code-style fixes

90daf7686ba1b6b970cfb01d63b81dacbe42d99b authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: add new "This user does not exist"-rule

[+]: optimized some RegEx

-> thx @alligator77 -> https://github.com/voku/PHPMailer-BMH/issues/7

fb77cabb4f7f82ca037215547a3dac54723e4513 authored about 8 years ago by Lars Moelleken <[email protected]>
[*]: only code-style

-> Not beautiful, but consistent ... :/

bf5af52ca5b0ab1b2e8b2b93988cb5e5e75a6865 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: fix missing "email"-result from preg_match

-> thx @alligator77 for the bug-report + fix
-> https://github.com/voku/PHPMailer-BMH/issues/6

11bf715600065ee2cb11ae73d92f7045c613c736 authored about 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #5 from JPPreusDev/master

Added Gmail Bounce Support To BodyRules

d1881e1c5cd850e9da28d672eeb046516c995de6 authored about 8 years ago by Lars Moelleken <[email protected]>
Update phpmailer-bmh_rules.php

1717ce29c88d1211ad47c557cc311e1b81a499b7 authored about 8 years ago by James Preus Jr <[email protected]>
Support For Gmail Bounces

Added new body rule that supports bounces made by Gmail. I tested the regex expression against m...

95cc81227ed871630042f9095fa7eb4bc57dc874 authored about 8 years ago by James Preus Jr <[email protected]>
Update README.md

30618943128a1fc41fb711dd72a987fc88c8d74f authored about 8 years ago by Lars Moelleken <[email protected]>
Update README.md

da0be0b5ff55806de41c255402c558faa95b15a7 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: use "assertSame" instead of "assertEquals" v2.2

1efd9b6f153e36d8b387fa4973a06d134d68e0af authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: use "assertSame" instead of "assertEquals" v2.1

e62275812f93264819cb87991060a3df8ebc6020 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: use "assertSame" instead of "assertEquals" v2

cb6a6765fd4fedf82718ff86afa870c5d233090b authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: use "assertSame" instead of "assertEquals"

e261e67f778c5adca671cc203bb244edf532765c authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: try to fix the tests ... v2

64014fb688b3db99b6b777e2f632877a8c443992 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: try to fix the tests ...

8c1b947c6f63523ab19217b84d60b263ea53f185 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: "add diagnostic code in return msg"

-> Thx @hmumyathein

-> https://github.com/hmumyathein/PHPMailer-BMH/commit/1e867c0a9ab3794cb371...

be646cee0a6b3e08c235da2831cce52ec3b0e916 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: "update to move unprocessed mail to separate mailbox"

-> Thx @hmumyathein

-> https://github.com/hmumyathein/PHPMailer-BMH/commit/9e4ef6947a196bfa612f...

17e5af81337448108acb10fd02b83531f40b734c authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: "update to properly handle dsn messages" v3 (fixes tests)

6d1a51dec1c37a3065d8f033d23f922dca235c92 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: "update to properly handle dsn messages" v2

-> thx @hmumyathein -> https://github.com/hmumyathein/PHPMailer-BMH/commit/b28ad1f5e8c273ca56f87...

a4264fd70b5862ad5ecdcfdd2573e2de5f1d505a authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: "update to properly handle dsn messages"

-> thx @hmumyathein -> https://github.com/hmumyathein/PHPMailer-BMH/commit/b28ad1f5e8c273ca56f87...

aff94d13e1b2de85f2ac3d6dc5972c42ade01b0f authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added a "workaround" ...

0cdbb345a6d4912c5d7e6ea1d0d3fd0c3d3929c9 authored almost 9 years ago by Lars Moelleken <[email protected]>
[*]: only code-style

ed57806c6947d61d74318dcaa71931eba93b9ac5 authored almost 9 years ago by Lars Moelleken <[email protected]>
Merge pull request #4 from mikevrind/patch-4

Check fromaddress

ce0d074cecbac06d5c344c382016518d60ed94a0 authored almost 9 years ago by Lars Moelleken <[email protected]>
Check fromaddress

fromaddress isn't always present in the header

2e6a30a59fe5154ef0838fcde0e3d1e314337402 authored almost 9 years ago by Mike de Vrind <[email protected]>
[+]: fix for forwarded email !!!

8a2d56e26ffefc52b65b728328bb4b691760751c authored almost 9 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

* origin/master:
Applied fixes from StyleCI

d2acd70dd36869ccd78694c101e4298a5d9584f8 authored almost 9 years ago by Lars Moelleken <[email protected]>
[+]: added rules for forwarded mails (need some testing)

c7c881412ad317ad5ea56473d8377dc72fd8bfab authored almost 9 years ago by Lars Moelleken <[email protected]>
Merge pull request #3 from voku/analysis-zDayL8

Applied fixes from StyleCI

706c85433e3c7d4a1b9f24811b3169f4fd7d2237 authored almost 9 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

9c7ac15c1dd67cf88121b5626f20e07b8be47c83 authored almost 9 years ago by Lars Moelleken <[email protected]>
[+]: fixed "travis-ci" build

d9ebac663352a0da54cd3f92f28add3b4634b74c authored almost 9 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

* origin/master:
Update README.md
Update README.md

173c25891837ef97e60ff2fc19ba79cee6cc2364 authored about 9 years ago by Lars Moelleken <[email protected]>
[+]: fixed "Removing space on folder lookup" | thx @ItsReddi #2

7deb122dcc8fa4779cb9391c682f7ee7e68a18d2 authored about 9 years ago by Lars Moelleken <[email protected]>
Update README.md

382570dbe56644822625399b892bb41e94cebd1a authored about 9 years ago by Lars Moelleken <[email protected]>
Update README.md

56df1b4c0b0dc0a03fd3fffde9e2530aee293d55 authored about 9 years ago by Lars Moelleken <[email protected]>
[+]: fixed / optimized the "examples"

60aedf658205ef154ff50f9913a6b5aa6f55e339 authored about 9 years ago by Lars Moelleken <[email protected]>
[~]: move "php-coveralls" into ".travis.yml"

77079e5dd57bd01927bbfafd4c19195592037462 authored about 9 years ago by Lars Moelleken <[email protected]>