Sha256: 581a79f0c5ea705bbda24990a8f8eebe9fc76dac4f25155053d6e0d571c22f57

Contents?: true

Size: 289 Bytes

Versions: 8

Compression:

Stored size: 289 Bytes

Contents

module Vmail
  module Defaults
    MAILBOX_ALIASES = {
      'sent' => ['Sent Mail'],
      'all' => ['All Mail'],
      'starred' => ['Starred'],
      'important' => ['Important'],
      'drafts' => ['Drafts'],
      'spam' => ['Spam'],
      'trash' => ['Trash', 'Bin']
    }
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vmail-2.9.11 lib/vmail/defaults.rb
vmail-2.9.10 lib/vmail/defaults.rb
vmail-2.9.9 lib/vmail/defaults.rb
vmail-2.9.8 lib/vmail/defaults.rb
vmail-2.9.7 lib/vmail/defaults.rb
vmail-2.9.6 lib/vmail/defaults.rb
vmail-2.9.5 lib/vmail/defaults.rb
vmail-2.9.4 lib/vmail/defaults.rb