Returns the text of the letter in accordance with the specified parameters.
getEMail = function(aHost, aUser, aPassword, aContains, aDelete, aIndex);
//Получаем первое письмо, содержащее waspace test и удаляем его var emailtext = getEMail('smtp.mail.ru','user','pass','waspace test',true,0);