We have found that the fix is this:
First get the storagemaximumlevel for Central Administration using these PowerShell commands (insert your Central Admin URL):
$ca = get-spsite -identity http://Servername:CAport
$ca.quota.storagemaximumlevel
A numeric result will be returned.
Then set a bigger maximum for it using the same command but with a number bigger than the result.
$ca.quota.storagemaximumlevel=80000000
No IISRESET is required after running the script.
Updating the Storage Maximum Level is known to resolve the issue.
Items currently in the mail “drop-box” will start processing as soon as the timer job starts.
IF YOU FIND THIS THREAD TO BE INACCURATE, PLEASE START A NEW ONE SO WE CAN INVESTIGATE IT OR EMAIL support@nintex.com TO LET US KNOW.