method
fetch_internal
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
fetch_internal(cmd, set, attr)
private
Hide source
# File lib/net/imap.rb, line 1164 def fetch_internal(cmd, set, attr) if attr.instance_of?(String) attr = RawData.new(attr) end synchronize do @responses.delete("FETCH") send_command(cmd, MessageSet.new(set), attr) return @responses.delete("FETCH") end end