Supporting multiple alias name in POP3 and IMAP user's login

Hi team,
Could you clarify do Aspose.Email POP3 or IMAP clients support multiple names in logon credentials?
If there are alias names (e.g. name1@mail.com, name2@mail.com and name3@mail.com) can I use something like this:

var pop3ClientConnection = new Pop3Client();

pop3ClientConnection.Host = ServerConfiguration.Server;
pop3ClientConnection.Port = 995;

pop3ClientConnection.Username = “name1/name2/name3”;
pop3ClientConnection.Password = ServerConfiguration.Password;

Thank you

@cap.aspose,

I have observed your requirements and regret to share that requested support is not available in API that a UserName field may contain multiple user names or Aliases inside that.