Parsing email

X

Xianwen Chen

Hi guys,

I use these codes to read emails from an IMAP server:

import imaplib

imap_srv_addr = "someserver"
imap_srv = imaplib.IMAP4_SSL(imap_srv_addr)
imap_srv.login("username","passwd")
imap_srv.select("Inbox")
msg = imap_srv.fetch(1, '(RFC822)')

How can I parse msg so it can be appended to the other IMAP server?

Best regards,

Xianwen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top