Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Net
/
IMAP
/
//opt/alt/ruby27/share/ri/system/Net/IMAP/store-i.ri
U:RDoc::AnyMethod[iI" store:ETI"Net::IMAP#store;TF:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"BSends a STORE command to alter data associated with messages ;TI"Din the mailbox, in particular their flags. The +set+ parameter ;TI"Fis a number, an array of numbers, or a Range object. Each number ;TI"Fis a message sequence number. +attr+ is the name of a data item ;TI"<to store: 'FLAGS' will replace the message's flag list ;TI"Bwith the provided one, '+FLAGS' will add the provided flags, ;TI"@and '-FLAGS' will remove them. +flags+ is a list of flags.;To:RDoc::Markup::BlankLine o; ; [I"GThe return value is an array of Net::IMAP::FetchData. For example:;T@o:RDoc::Markup::Verbatim; [ I".p imap.store(6..8, "+FLAGS", [:Deleted]) ;TI"Q#=> [#<Net::IMAP::FetchData seqno=6, attr={"FLAGS"=>[:Seen, :Deleted]}>, \\ ;TI"Q #<Net::IMAP::FetchData seqno=7, attr={"FLAGS"=>[:Seen, :Deleted]}>, \\ ;TI"M #<Net::IMAP::FetchData seqno=8, attr={"FLAGS"=>[:Seen, :Deleted]}>];T:@format0: @fileI"lib/net/imap.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(set, attr, flags);T@FI" IMAP;TcRDoc::NormalClass00