Copy link to clipboard
Copied
If I want to pereodicaly read mails from my inbox, which is best cfimap or cfpop?
Copy link to clipboard
Copied
Entirely depends on what you want to do. CFPOP is fine if you just want to poll a mailbox for emails, IMAP is more about moving emails about, creating folders etc.
Copy link to clipboard
Copied
Thanks
I just want to retrive mail from inbox, so CFPOP is fine for me. I don't want any folders operation. Thanks again.