mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Force Imap\Sync properties to be \MailSo\Imap\ImapClient
This commit is contained in:
parent
17b6181b5d
commit
24cf17f68b
1 changed files with 2 additions and 3 deletions
|
|
@ -9,9 +9,8 @@ use MailSo\Mime\Enumerations\Header;
|
|||
|
||||
class Sync
|
||||
{
|
||||
public
|
||||
$oImapSource,
|
||||
$oImapTarget;
|
||||
public \MailSo\Imap\ImapClient $oImapSource;
|
||||
public \MailSo\Imap\ImapClient $oImapTarget;
|
||||
|
||||
function import(string $sTargetRootFolderName = '')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue