Class: Thunderbird

Inherits:
Object
  • Object
show all
Defined in:
lib/thunderbird.rb

Defined Under Namespace

Classes: LocalFolder, LocalFolderPlaceholder, Mailbox, MailboxExporter, Profile, Profiles

Instance Method Summary collapse

Instance Method Details

#data_pathObject



2
3
4
5
# File 'lib/thunderbird.rb', line 2

def data_path
  # TODO: Handle other OSes
  File.join(Dir.home, ".thunderbird")
end