email - How to move mails to another folder in the POP3 account from the inbox? -
i have wcf application reads mails pop3 account , deletes them inbox after reading sending "dele 1". want change in functionality. ie instead of deleting mail inbox want move folder.
how can it?
the pop protocol doesn't have folder level concept. won't able move messages between folders using pop protocol.
you can view information pop here , rfc links take detailed specification documents each version , extension of protocol. http://en.wikipedia.org/wiki/post_office_protocol
the imap protocol newer protocol managing mailbox, imap support folder concept, there. http://en.wikipedia.org/wiki/internet_message_access_protocol
with imap able accomplish moving messages between folders on mail server.
Comments
Post a Comment