1 ConeĀ©
2
3MAIL::ACCOUNT::RESUM(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::RESUM(3x)
4
5
6
8 mail::account::resume - Resume after a suspend
9
11 #include <libmail/mail.H>
12
13
14 void mail::account::resume(void);
15
17 This function should be invoked when the application resumes after it
18 was suspended, or after any other lengthy delay in calling
19 mail::account::process. The application could've been suspended while
20 LibMAIL was in a middle of processing a background event. After
21 resuming, the jump in the system clock may result in LibMAIL concluding
22 that the remote mail server timed out without responding, when the
23 actual response did come in while the application was suspended, and
24 LibMAIL just hasn't read it yet.
25
26 mail::account::process resets LibMAIL 's internal timeouts. Note that
27 not much can be done if the application remained suspended long enough
28 for the remote mail server to shut down the connection itself.
29
31 mail::account::process(3x).
32
34 Sam Varshavchik
35
36
37
38ConeĀ© 08/25/2016 MAIL::ACCOUNT::RESUM(3x)