Merge remote-tracking branch 'origin/master' into stable
[tails.git] / features / thunderbird.feature
blob398ee32ed8a1790a3626c3f79dae89da888e7894
1 @product @check_tor_leaks
2 Feature: Thunderbird email client
3   As a Tails user
4   I may want to use an email client
6   Background:
7     Given I have started Tails from DVD and logged in and the network is connected
8     And I have not configured an email account yet
9     When I start Thunderbird
10     Then I am prompted to setup an email account
12   Scenario: No add-ons are installed
13     Given I cancel setting up an email account
14     When I open Thunderbird's Add-ons Manager
15     And I open the Extensions tab
16     Then I see that no add-ons are enabled in Thunderbird
18   Scenario: I can send emails, and receive emails over IMAP
19     When I enter my email credentials into the autoconfiguration wizard
20     Then the autoconfiguration wizard's choice for the incoming server is secure IMAP
21     And the autoconfiguration wizard's choice for the outgoing server is secure SMTP
22     When I accept the autoconfiguration wizard's configuration
23     And I send an email to myself
24     And I fetch my email
25     Then I can find the email I sent to myself in my inbox