mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
minor fixes
This commit is contained in:
parent
0b7afb5b7b
commit
ae994735a8
434 changed files with 15 additions and 15 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace MailSo\Mime\Enumerations;
|
||||
|
||||
/**
|
||||
* @category MailSo
|
||||
* @package Mime
|
||||
* @subpackage Enumerations
|
||||
*/
|
||||
class Constants
|
||||
{
|
||||
const TAB = "\t";
|
||||
const CRLF = "\r\n";
|
||||
|
||||
const LINE_LENGTH = 74;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue