リファレンス
**NotesBench IMAP メールスクリプトのデータベースを初期化するスクリプト。0 ~ 5 分間中断します (5 分 = 300,000 ms)**
pause 60000
sendssmtpmessage [NormalMessageSize] [MessageLineSize]
mail[#]@[RecipientDomain]
[SMTPHost] [RecipientDomain] [ClientHost]
rewind [NumMailNotesPerUser]
close
open $FolderRefInfo
open $Inbox
drop
**ランダムインターバルを中断するため、複数のプロセスがバランスよく交互に実行されます。0 ~ 3 分間中断します (3 分 = 180000 ms)**
break 0
ImailFetchOld NEXT
ImailFetchOld NEXT_UNSEEN
ImailSetSeen
ImailLogout
Pause 180000-360000