mail::account::poll(std::vector<mail::pollfd> &pollfds, int timeout);
mail::account::poll
mail::account::poll is a C++ wrapper around the poll(2) system call, that receives C++ objects as arguments, instead of an array count, and a pointer.
mail::account::poll returns the exit code from poll(2).
mail::account::process(3x), poll(2).