Method Protocols.Line.imap_style()->expect_literal()
- Method expect_literal
 voidexpect_literal(intlength,function(string:void)callback)- Description
 Enter literal reading mode.
Sets literal_length and handle_literal().
- See also
 
void expect_literal(int length, function(string:void) callback)
Enter literal reading mode.
Sets literal_length and handle_literal().