mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
v1.3.5.460
This commit is contained in:
parent
c62459b40e
commit
c4d3ef4ddd
432 changed files with 20 additions and 17 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace MailSo\Mime\Enumerations;
|
||||
|
||||
/**
|
||||
* @category MailSo
|
||||
* @package Mime
|
||||
* @subpackage Enumerations
|
||||
*/
|
||||
class Parameter
|
||||
{
|
||||
const CHARSET = 'charset';
|
||||
const NAME = 'name';
|
||||
const FILENAME = 'filename';
|
||||
const BOUNDARY = 'boundary';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue