One method of email retrieval involves the client application (like a mail program on a computer or phone) initiating a connection to the mail server to download new messages. This “on-demand” approach means the application periodically checks the server for updates. Another delivery method sees the mail server actively sending new messages to the client application as soon as they arrive. In this instance, the server maintains a persistent connection with the client for immediate delivery.
The choice between these two systems significantly impacts battery life on mobile devices. The “on-demand” system requires periodic server polling, which consumes energy. Conversely, the immediate delivery system may offer better responsiveness and real-time notifications, crucial for time-sensitive communications, but can require more sophisticated server infrastructure. Historically, the “on-demand” was the dominant method due to technological limitations, but developments in mobile internet and server technologies have broadened the use of immediate delivery techniques.