[Network] Move Mail class from Core to Network namespace

Review Request #45 — Created Jan. 22, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
master
lunr
This moves the Mail class from Core to the Network namespace where it fits IMHO better for now.
Unit tests
src/Lunr/Core/Mail.php
src/Lunr/Core/Tests/MailBaseTest.php
src/Lunr/Core/Tests/MailSendTest.php
src/Lunr/Core/Tests/MailSetTest.php
src/Lunr/Core/Tests/MailTest.php
src/Lunr/Core/Tests/VerificationChecksTest.php
src/Lunr/Network/Mail.php
src/Lunr/Network/Tests/MailBaseTest.php
src/Lunr/Network/Tests/MailSendTest.php
src/Lunr/Network/Tests/MailSetTest.php
src/Lunr/Network/Tests/MailTest.php
tests/phpunit.xml
Loading...