1mail::ACCOUNT::logoutm(a3ixl)::ACCOUNT Synchronous API refemraeinlc:e:ACCOUNT::logout(3x)
2
3
4
6 mail::ACCOUNT::logout - Close a mail account
7
9 #include <libmail/sync.H>
10
11 mail::ACCOUNT *mail;
12
13
14
15 mail->logout(void);
16
18 mail::ACCOUNT::logout closes a mail account. This method should be
19 called before destroying the mail::ACCOUNT object. Some types of mail
20 accounts require certain processing before they are closed. Destroying
21 the object without mail::ACCOUNT::logout may result in some changes to
22 the mail account's contents not being permanently saved.
23
25 The mail::ACCOUNT object should be destroyed after this function
26 returns. The object should not be recycled, and connected to another
27 mail account.
28
30 mail::ACCOUNT::login(3x).
31
32
33
34 10 April 2006 mail::ACCOUNT::logout(3x)