How to implement fetch RFC822.SIZE command (without javax.Mail)?

313 views Asked by At

I am now implementing (server / client) based on IMAP2 protocol RFC 1064 through SSL TCP / IP sockets and can not know how to calculate RFC822.SIZE in FETCH command and without using JavaMail API - IMAP Servers. If possible explanation or way to calculate, thanks.

0

There are 0 answers