[Question]
janjaom opened this issue · 2 comments
janjaom commented
Work environment
Question | Answer |
---|---|
Type of email address used | Exchange 2019 (Mail Corporate) |
Mail client type & version | Outlook |
Question
Have some other options besides imap? I'd like using my company but we have exchange 2019 (account corporate).
"imap" : {
"host" : "imap.gmail.com",
"port" : "993",
"user" : "",
"password" : "",
"folder" : "inbox"
},
emalderson commented
ThePhish uses the imaplib
Python standard library module to fetch the emails from the mailbox, so it surely works with Gmail addresses and should also work with any other mailbox that uses the IMAP protocol. Unfortunately, there is no support for other protocols at the moment.
janjaom commented
Ok, thanks for answer and congrats for tool!