# File lib/rfilter/keyed_mailbox.rb, line 48 def retrieve(key) begin message_filename(dereference_key(key)).untaint rescue Errno::ENOENT nil end end