class Net::IMAP::ContinuationRequest

Net::IMAP::ContinuationRequest 代表命令继续请求。

命令继续请求响应由“+”标记而不是标签表示。这种形式的响应表明服务器已准备好接受来自客户端的命令继续。此响应的其余部分是一行文本。

公共实例方法

data → ResponseText 点击以切换源代码

返回一个 ResponseText 对象

# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 20
      
raw_data → string 点击以切换源代码

原始响应数据

# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 26