Re: imaplib question - answering my own question

2006-07-14 Thread Laszlo Nagy
Laszlo Nagy írta: > Laszlo Nagy írta: > >> Hello, >> >> I'm trying to write a very simple program that moves all messages from >> INBOX into another folder. >> I'm not sure what am I doing wrong. This is a very simple task. I >> believe I need to call these methods: >> >> - search -> get all

Re: imaplib question

2006-07-14 Thread Laszlo Nagy
Laszlo Nagy írta: > Hello, > > I'm trying to write a very simple program that moves all messages from > INBOX into another folder. > I'm not sure what am I doing wrong. This is a very simple task. I > believe I need to call these methods: > > - search -> get all message UIDs in the INBOX > - co

imaplib question

2006-07-14 Thread Laszlo Nagy
Hello, I'm trying to write a very simple program that moves all messages from INBOX into another folder. I'm not sure what am I doing wrong. This is a very simple task. I believe I need to call these methods: - search -> get all message UIDs in the INBOX - copy -> copy all messages to anothe