Skip to content

Commit

Permalink
Expanded section on notifications - #32
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwhiuk committed Jan 27, 2017
1 parent b02431b commit fedb508
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Binary file added assets/img/auth_failed_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/collapsed_email_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/single_email_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions documentation/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ In this section, the use of notifications by K-9 is documented.

The most commonly seen notification is the new mail notification.

<img src="/assets/img/single_email_notification.png" align="right" alt="Single email" width="500" />

A single new mail notification will appear as a simple notification, showing the sender, the subject and the start of the email. Actions are provided which are (by default):

* Reply
* Mark Read
* Delete

<div style="clear:both" />
<img src="/assets/img/collapsed_email_notification.png" align="right" alt="Stacked notification" width="500" />

Multiple emails to the same account are collapsed, stacked into a single notification, showing the sender and the subject. Dragging down on the stacked notification expands the unread emails into separate notifications, which then function as described above.

Tapping on the stacked notification clears it and opens the Inbox for that account.
Expand All @@ -31,6 +36,8 @@ Tapping on an individual email's notification clears it and opens that email.

## Error Notifications

<img src="/assets/img/auth_failed_notification.png" align="right" alt="Authentication failure" width="500" />

If (for example) an account's password changes and K-9 can no longer receive email, a notification will be created informing you of the authentication failure.

Tapping on the notification will open the Incoming Server settings screen to correct the problem.

0 comments on commit fedb508

Please sign in to comment.