Implementation limits
- Server buffer for sending/receiving data from/to clients 2000 bytes.
- Timeout for connections is 5 min.
- Max size of user name is 255 bytes.
- Max size of email address is 511 bytes: "255 bytes local part" + "@" + "255 bytes domain part" = 511 bytes.
- Max size of line in email line is 2000 bytes.
- Max number of connections is 1000.
Gatttaca POP3 Server support commands: USER, PASS, QUIT, NOOP, STAT, LIST, LAST, UIDL, RSET, DELE, RETR, CAPA, HELP, APOP, AUTH (LOGIN, CRAM-MD5, CRAM-SHA1).
Gatttaca SMTP Server support commands: HELO, ELHO, MAIL FROM, RCPT TO, RSET, NOOP, QUIT, HELP, DATA.
Gatttaca PASS Server support commands: USER, PASS, NEWPASS, QUIT, HELP.
|