1 ConeĀ©
2
3MAIL::ACCOUNT::ISREM(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::ISREM(3x)
4
5
6
8 mail::account::isRemoteUrl - Determine whether the account is a remote
9 account
10
12 #include <libmail/mail.H>
13
14
15 bool flag=mail::account::isRemoteUrl(std::string url);
16
18 mail::account::isRemoteUrl returns true if url identifies a mail
19 account on a remote server (as opposed to a local mail account) that
20 requires a network connection. mail::account::isRemoteUrl returns true
21 if url begins with imap, imaps, nntp, nntps, pop3, pop3s, smtp, or
22 smtps.
23
25 mail::account::open(3x).
26
28 Sam Varshavchik
29
30
31
32ConeĀ© 08/25/2016 MAIL::ACCOUNT::ISREM(3x)