voku / PHPMailer-BMH

Bounce Mail Handler for PHP | This is a "reboot" of PHPMailer-BMH from WorxWare.
48 stars 25 forks source link

Ability to use mailboxLink in derived classes #10

Closed ItsReddi closed 6 years ago

ItsReddi commented 6 years ago

Changed visibility of $mailboxLink to be able to interact with mailbox after processing an email. For example if you want an other moving behavior


This change is Reviewable

codecov-io commented 6 years ago

Codecov Report

Merging #10 into master will decrease coverage by 0.26%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   51.19%   50.92%   -0.27%     
==========================================
  Files           3        3              
  Lines        1176     1237      +61     
==========================================
+ Hits          602      630      +28     
- Misses        574      607      +33
Impacted Files Coverage Δ
src/BounceMailHandler/BounceMailHandler.php 56.04% <ø> (-3.35%) :arrow_down:
tests/FullExampleDemo.php 83.33% <0%> (-0.25%) :arrow_down:
src/BounceMailHandler/phpmailer-bmh_rules.php 45.69% <0%> (+0.76%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 48a79e9...71ac577. Read the comment docs.