You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will take inbox and message but when i tried delete or setFlag i take Empty response error message. i tried try catch but still take belowed error. Also i tried $message->delete(); , $message->delete(true) or $message->delete($expunge = true) . I always take same error Any help?
I will take inbox and message but when i tried delete or setFlag i take Empty response error message. i tried try catch but still take belowed error. Also i tried
$message->delete();
,$message->delete(true)
or$message->delete($expunge = true)
. I always take same error Any help?php: 8.3
php-imap: 5.5.0
`
`
Basic response:
Message:
Subject: subject
UID: 12345
Timestamp: 2025-01-02 09:33:10
Email found.
Failed to delete message: Command failed to process:
Causes:
- Empty response
Error occurred
Debug true response:
<< TAG1 OK [email protected] authenticated (Success)
<< * LIST (\HasNoChildren) "/" "INBOX"
<< * LIST (\HasChildren \Noselect) "/" "[Gmail]"
<< * LIST (\All \HasNoChildren) "/" "[Gmail]/All Mail"
<< * LIST (\Drafts \HasNoChildren) "/" "[Gmail]/Drafts"
<< * LIST (\HasNoChildren \Important) "/" "[Gmail]/Important"
<< * LIST (\HasNoChildren \Sent) "/" "[Gmail]/Sent Mail"
<< * LIST (\HasNoChildren \Junk) "/" "[Gmail]/Spam"
<< * LIST (\Flagged \HasNoChildren) "/" "[Gmail]/Starred"
<< * LIST (\HasNoChildren \Trash) "/" "[Gmail]/Trash"
<< TAG2 OK Success
<< * FLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing)
<< * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing *)] Flags permitted.
<< * OK [UIDVALIDITY 1] UIDs valid.
<< * 1 EXISTS
<< * 0 RECENT
<< * OK [UIDNEXT 12345] Predicted next UID.
<< * OK [HIGHESTMODSEQ 52847825]
<< TAG3 OK [READ-WRITE] INBOX selected. (Success)
<< * SEARCH 12345
<< TAG4 OK SEARCH completed (Success)
<< * 1 FETCH (UID 12345 FLAGS ())
<< TAG5 OK Success
TAG8 UID STORE 12345:12345 -FLAGS.SILENT (\Seen)
<< * 1 FETCH (UID 12345 FLAGS ())
<< TAG8 OK Success
TAG9 UID FETCH 12345 (FLAGS)
<< * 1 FETCH (UID 12345 FLAGS ())
<< TAG9 OK Success
Message:
Subject: "subject"
UID: 12345
Timestamp: 2025-01-02 09:36:23
Email found.
TAG10 UID STORE 12345:12345 +FLAGS.SILENT (\Deleted)
<< * 1 EXPUNGE
<< * 0 EXISTS
<< TAG10 OK Success
TAG11 UID FETCH 12345 (FLAGS)
<< TAG11 OK Success
Failed to delete message: Command failed to process:
Causes:
Commands send:
TAG11 UID FETCH 12345 (FLAGS)\r\n
Responses received:
TAG11 OK Success\r\n
Error occurred>> TAG12 EXPUNGE
<< TAG12 OK Success
TAG13 LOGOUT
<< * BYE LOGOUT Requested
<< TAG13 OK 73 good day (Success)
The text was updated successfully, but these errors were encountered: