(using the IMAP commands, not with the assistance of any other mail package)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure how well-versed you are in imap-speak, but basically after login, ‘SELECT’ the source mailbox, ‘COPY’ the messages, and ‘EXPUNGE’ the messages (or ‘DELETE’ the old mailbox if it is empty now :-).
would be an example of messages to send. (Note: imap messages require a uniqe prefix before each command, thus the ‘a b c’ in front)
See RFC 2060 for details.