mail::account::isRemoteUrl.3x - Man Page
Determine whether the account is a remote account
Synopsis
#include <libmail/mail.H>
bool flag=mail::account::isRemoteUrl(std::string url);
Usage
mail::account::isRemoteUrl returns true if url identifies a mail account on a remote server (as opposed to a local mail account) that requires a network connection. mail::account::isRemoteUrl returns true if url begins with imap, imaps, nntp, nntps, pop3, pop3s, smtp, or smtps.
See Also
mail::account::open(3x).
Author
Sam Varshavchik
Info
08/25/2016 Cone© Cone: COnsole Newsreader And E