1MAIL::ACCOUNT::ISREM(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::ISREM(3x)
2
3
4
6 mail::account::isRemoteUrl - Determine whether the account is a remote
7 account
8
10 #include <libmail/mail.H>
11
12
13 bool flag=mail::account::isRemoteUrl(std::string url);
14
16 mail::account::isRemoteUrl returns true if url identifies a mail
17 account on a remote server (as opposed to a local mail account) that
18 requires a network connection. mail::account::isRemoteUrl returns true
19 if url begins with imap, imaps, nntp, nntps, pop3, pop3s, smtp, or
20 smtps.
21
23 mail::account::open(3x).
24
25
26
27[FIXME: source] 05/08/2010 MAIL::ACCOUNT::ISREM(3x)