未読フラグとか、未読メールを含むフォルダ表示機能とか、 そういうのがないと意味ないのでは…… > connect(); > msgs = list(); > > foreach (i) msgs { > get($i); > write($i); # i.e. refile > } > > delete(msgs); > disconnect(); > > という感じです。 これだと途中でネットワークが切れると悲しいので、一通ずつ DELE の方が 良いんじゃないのかな? 尾上