Progress Event
Fired as progress is made.
Syntax
pimap.on('Progress', [callback])
Callback
The 'callback' is called when the 'Progress' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.bytesProcessed e.percentProcessed
Remarks
This event is fired automatically as data is processed by the class.
The PercentProcessed parameter indicates the current status of the operation.
The BytesProcessed parameter holds the total number of bytes processed so far.