I have a mailbox set up where depending on the number of
messages there are, there are the same number of checkboxes named
"form.box"(each one with a unique number at the end, the first
message would be form.box1, then form.box2, so on depeding on how
many messages there are), with a value of the messageid parralel to
that checkbox. When i submit my form, i have this loop, nummessages
is a variable that contains a number representing the total number
of messages in the inbox folder.