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