Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ A simple web application to backup & archive email from an IMAP server on your o

Here are a few screenshots (please excuse the silly test emails, I just used a bunch of mails I found on the internet as test data to cover as many languages etc. as possible)

![Overview of the archive](doc/ressources/browse_view2.png)
![Overview of the archive](doc/ressources/browse_view.png)
![Viewing a single message](doc/ressources/message_view.png)
![Viewing of the import page](doc/ressources/import_view.png)

## How to use
Two options:
Expand Down
2 changes: 1 addition & 1 deletion SimpleMailArchiver/SimpleMailArchiver/Pages/Browse.razor
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<RadzenDataGridColumn Property="@nameof(MailMessage.Recipient)" Title="Recipient"/>
<RadzenDataGridColumn Property="@nameof(MailMessage.Folder)" Title="Folder"
FilterMode="FilterMode.CheckBoxList"/>
<RadzenDataGridColumn Property="@nameof(MailMessage.HasAttachments)" Sortable="@false" Filterable="@false">
<RadzenDataGridColumn Width="60px" Property="@nameof(MailMessage.HasAttachments)" Sortable="@false" Filterable="@false">
<HeaderTemplate>
<RadzenIcon Icon="attach_file"/>
</HeaderTemplate>
Expand Down
Binary file added doc/ressources/browse_view.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 removed doc/ressources/browse_view2.png
Binary file not shown.
Binary file removed doc/ressources/import_view.png
Binary file not shown.
Binary file modified doc/ressources/message_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.