# File lib/tmail/port.rb, line 171 def flagged=( b ) set_status 'F', b end
# File lib/tmail/port.rb, line 175 def flagged? get_status 'F' end
# File lib/tmail/port.rb, line 163 def replied=( b ) set_status 'R', b end
# File lib/tmail/port.rb, line 167 def replied? get_status 'R' end
Generated with the Darkfish Rdoc Generator 2.