1MAIL::ACCOUNT::LOGOU(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::LOGOU(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 mail->logout(void);
14
16 mail::ACCOUNT::logout closes a mail account. This method should be
17 called before destroying the mail::ACCOUNT object. Some types of mail
18 accounts require certain processing before they are closed. Destroying
19 the object without mail::ACCOUNT::logout may result in some changes to
20 the mail account´s contents not being permanently saved.
21
23 The mail::ACCOUNT object should be destroyed after this function
24 returns. The object should not be recycled, and connected to another
25 mail account.
26
28 mail::ACCOUNT::login(3x).
29
30
31
32[FIXME: source] 05/08/2010 MAIL::ACCOUNT::LOGOU(3x)