1mail::ACCOUNT::logoutm(a3ixl)::ACCOUNT Synchronous API refemraeinlc:e:ACCOUNT::logout(3x)
2
3
4

NAME

6       mail::ACCOUNT::logout - Close a mail account
7

SYNOPSIS

9       #include <libmail/sync.H>
10
11       mail::ACCOUNT *mail;
12
13
14
15       mail->logout(void);
16

USAGE

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

RETURN CODES AND CALLBACKS

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

SEE ALSO

30       mail::ACCOUNT::login(3x).
31
32
33
34                                 10 April 2006       mail::ACCOUNT::logout(3x)
Impressum