mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
Reintroduce Webklex IMAP for ticket processing as PHP-IMAP is no longer being developed. This is optional for now and considered beta can be found in cron/ticket_email_parser.php
This commit is contained in:
25
plugins/vendor/webklex/php-imap/src/Decoder/AttachmentDecoder.php
vendored
Normal file
25
plugins/vendor/webklex/php-imap/src/Decoder/AttachmentDecoder.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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 {
|
||||
}
|
||||
Reference in New Issue
Block a user