raymondlu31

Results 3 comments of raymondlu31

Can you trace route to the mail server, when VPN is on?

change "mailUtils" to "pyMail" ...... Please keep consistency.

You may add the following functions to pyMail.py def getAll(self): return self.search(None,"All") def getSeen(self): return self.search(None,"Seen") def getThisYear(self): return self.search(None,'(SINCE "01-Jan-2017")')