MhLoader

Class to handle Mh directory.

Class Methods

new( dirname )
create new MhLoader Object. 'dirname' must be Mh directory.
nextfile( dirname )
return "next" filename which is correct Mh mail-file name.

Methods

nextfile
returns "next" filename for its directory
each {|port| ... }
each_mail {|port| ... }
iteration for each mail in directory. "port" is a FilePort object.

MboxLoader

A class to handle UNIX Mbox. Read only.

Class Methods

new( fname )
creates new MboxLoader object. 'fname' must be UNIX Mbox file name.

Methods

each {|port| ... }
each_mail {|port| ... }
iteration for each mail in directory. "port" is a StringPort object.

Copyright (c) 1998-2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>