// download all messages from yandex via POP3 and add results to the table
Tuple<string, string, string, string>[] allMails;
allMails = ZennoPoster.BulkMailDownload(project.Variables["sys_redirect_login"].Value,
project.Variables["sys_redirect_pass"].Value, project.Variables["pop"].Value...