mirror of
https://github.com/itflow-org/itflow
synced 2026-07-26 02:07:14 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
9
libs/vendor/directorytree/imapengine/src/Enums/ImapFetchIdentifier.php
vendored
Normal file
9
libs/vendor/directorytree/imapengine/src/Enums/ImapFetchIdentifier.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace DirectoryTree\ImapEngine\Enums;
|
||||
|
||||
enum ImapFetchIdentifier
|
||||
{
|
||||
case Uid;
|
||||
case MessageNumber;
|
||||
}
|
||||
Reference in New Issue
Block a user