mail::account::isRemoteUrl.3x

Langue: en

Version: 05/24/2008 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

mail::account::isRemoteUrl - 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).