We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475c5fc commit 1e4e296Copy full SHA for 1e4e296
lib/net/imap/fetch_data.rb
@@ -103,6 +103,15 @@ class IMAP < Protocol
103
# as <tt>BODY[#{specifier}]</tt> or <tt>BINARY[#{section}]</tt>.
104
#
105
class FetchStruct < Struct
106
+ ##
107
+ # method: attr
108
+ # :call-seq: attr -> hash
109
+ #
110
+ # Each key specifies a message attribute, and the value is the
111
+ # corresponding data item. Standard data items have corresponding
112
+ # accessor methods. The definitions of each attribute type is documented
113
+ # on its accessor.
114
+
115
# :call-seq: attr_upcase -> hash
116
117
# A transformation of #attr, with all the keys converted to upper case.
0 commit comments