itflow/plugins/vendor/webklex/php-imap/src/Decoder/AttachmentDecoder.php

25 lines
372 B
PHP

<?php
/*
* File: AttachmentDecoder.php
* Category: -
* Author: M.Goldenbaum
* Created: 12.04.24 20:14
* Updated: -
*
* Description:
* -
*/
namespace Webklex\PHPIMAP\Decoder;
use Exception;
use Webklex\PHPIMAP\EncodingAliases;
use Webklex\PHPIMAP\IMAP;
/**
* Class AttachmentDecoder
*
* @package Webklex\PHPIMAP
*/
class AttachmentDecoder extends MessageDecoder {
}