Hi I'm trying to write a python script that requires to connect to the server of iRedMail (IMAP). But I could not find the address of iRedMail's IMAP server.
Example : server = imaplib.IMAP4_SSL('imap.gmail.com')
How can i change this sentence of codes soo that it would connect to the IMAP server of iRedMail.
Thanks in advance!!