dinhvh / libetpan

Mail Framework for C Language
www.etpan.org
Other
612 stars 284 forks source link

IMAP STATUS: Support RFC 8438 STATUS=SIZE. #437

Open InterLinked1 opened 1 year ago

InterLinked1 commented 1 year ago

Add support for RFC 8438 STATUS=SIZE, which allows adding "SIZE" to the STATUS command to get the mailbox size. This avoids having to do FETCH 1:* (SIZE) to get the mailbox size, increasing efficiency.