I want to write an application that will download data from a server (such as mail). When it is in the background, I want it to check for available mail (and possibly download them), then sleep for another 10 minutes.
Is this possible?
Is this possible?