CMD_EMAIL_ACCOUNT_QUOTA values

adam12

Verified User
Joined
Feb 19, 2016
Messages
81
This might be a question only John can answer, but has anybody ever figured out what the duplicate fields in CMD_EMAIL_ACCOUNT_QUOTA represent?

Here's an example:

Code:
{"imap"=>111587,
 "imap_bytes"=>18805,
 "inbox"=>12,
 "inbox_bytes"=>12,
 "last_password_change"=>"1573004733",
 "quota"=>"52428800",
 "spam"=>8297,
 "spam_bytes"=>8297,
 "total"=>111599,
 "total_bytes"=>18817,
 "webmail"=>0,
 "webmail_bytes"=>0}

What I can't figure out are why imap / imap_bytes and total / total_bytes differ. Everything seems to indicate that imap and total are already in bytes.

This is also a brand new account with no use. How is the usage calculated?
 
Back
Top