1 select DEV.DEPARTMENT.INT
//CASE SENSITIVE
Thank you
hey im having the same problem did you ever figure it out
This help me out. thank you solved the last 2 questions with this hint
thank you bro i was stuck for like an hour!
i retrieve the info with this command, i asked chatGPT =P
curl -k ‘imaps://10.129.24.245/DEV.DEPARTMENT.INT/;UID=1’ --user robin:robin
What helped me was to pay attention to the output of the namespace command which will show you the deliminator to use when accessing the folder structure of the mailbox. also the commands are case sensitive
I have a problem.
1 select INBOX
- FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
- OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft *)] Flags permitted.
- 0 EXISTS
- 0 RECENT
- OK [UIDVALIDITY 1636414280] UIDs valid
- OK [UIDNEXT 1] Predicted next UID
1 OK [READ-WRITE] Select completed (0.005 + 0.000 + 0.005 secs).
1 FETCH 1 BODY[TEXT]
1 BAD Error in IMAP command FETCH: Invalid messageset (0.001 + 0.000 secs).
hello, you should try to list all directories, respecting case. one of them has a message. look for its id and list it with FETCH “ID” “FLAG”. EX: FETCH 2 BODY
Just use this script i have done:
https://github.com/josemlwdf/IMAP-Mail-Dumper