1 ConeĀ©
2
3MAIL::ACCOUNT::LOGOU(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::LOGOU(3x)
4
5
6
8 mail::ACCOUNT::logout - Close a mail account
9
11 #include <libmail/sync.H>
12
13 mail::ACCOUNT *mail;
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
33 Sam Varshavchik
34
35
36
37ConeĀ© 08/25/2016 MAIL::ACCOUNT::LOGOU(3x)