[Mew-dist 13484] Re: 振り分け

Atsushi Onoe onoe at example.com
2000年 7月 4日 (火) 20:00:46 JST


未読フラグとか、未読メールを含むフォルダ表示機能とか、
そういうのがないと意味ないのでは……

> connect();
> msgs = list();
> 
> foreach (i) msgs {
> 	get($i);
> 	write($i); # i.e. refile
> }
> 
> delete(msgs);
> disconnect();
> 
> という感じです。

これだと途中でネットワークが切れると悲しいので、一通ずつ DELE の方が
良いんじゃないのかな?

尾上



Mew-dist メーリングリストの案内