Mail/Component/SMTP.php 1

Element Line Description
\LinHUniX\Mail\Component\SMTP::CRLF 76 Use the constant instead
\LinHUniX\Mail\Component\SMTP::Version 60 Use the constant instead
\LinHUniX\Mail\Component\SMTP::SMTP_PORT 68 This is only ever used as a default value, so use the constant instead

Mail/Component/PHPMailer.php 1

Element Line Description
\LinHUniX\Mail\Component\PHPMailer::encodeQPphp() 2440 Use encodeQP instead.
\LinHUniX\Mail\Component\PHPMailer::ReturnPath 96 Email senders should never set a return-path header; it's the receiver's job (RFC5321 section 4.4), so this no longer does anything.
\LinHUniX\Mail\Component\PHPMailer::PluginDir 183 Should not be needed now there is an autoloader.

Mail/Component/POP3.php 1

Element Line Description
\LinHUniX\Mail\Component\POP3::CRLF 60 Use the constant instead