Aidas DailidÄ— wrote: > Hi, > > MailManger works just great, but I wonder if there is any way to leave > alal messages on server instead of deleting them? Right now MM fetches > e-mail and deletes it from server. I'm using IMAP account. > > Regards, > Aidas > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Hi, Read about imap library (http://docs.python.org/lib/module-imaplib.html) You may write your own procedure for fetching mails. The most important is switching to UIDs. I made some tests and it works that way. I may share my code but it was just for testing. Pawel Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mailmanager-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mailmanager-users
