
|
Port Classes
TMail::Port is the abstruction of mail source.
Methods
ropen -> IO
-
opens stream for read.
wopen -> IO
-
opens stream for write.
aopen -> IO
-
opens stream for adding.
Class Methods
new( filename: String ) -> TMail::FilePort
-
creates new TMail::FilePort object.
filename -> String
-
returns file name which this port is wrapping.
Class Methods
new( src: String = '' ) -> TMail::StringPort
-
creates new TMail::StringPort object from
mail source string.
|