I want to list and retrieve mailboxes from a POP3 mailbox from within my code. Ideally I want to do this over a secure connection. I need to open the mailbox with an email address and password and then get a list of all the mails in the inbox and then download specific messages for reading.
Obviously I want to do all this without leaving my application so it is seamless for the user. This is part of a CRM app that I am building and I want to be able to pull inbound emails into the customers record.
Submit a new solution to this problem >