mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-10 09:57:02 +03:00
v1.2.9.424
This commit is contained in:
parent
d39ece3349
commit
b1032fd365
396 changed files with 423 additions and 489 deletions
|
|
@ -1,16 +0,0 @@
|
|||
<?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