class Mail::Message

def skip_deletion

or #find with :delete_after_find set to true.
#find exits). Only has an effect if you're using #find_and_delete
flagged for delete still will be deleted at session close (i.e. when
Skips the deletion of this message. All other messages
def skip_deletion
  @mark_for_delete = false
end