This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Description
Mailsim does its job by iterating over sequence of groups/operations. However, if we want to generate some realistic load, some operations probably should not be repeated every iteration (e.g. folder create/delete). One way to approach this would to perform such operation every N-th iteration. Alternatively, they might be performed at random.