* Very basic online search for gmail. * Server side of handling offline search and listing part in listing page. * Default search mode implementation and search UI improvements. * Online search for Outlook. * Very basic online search for gmail. * Server side of handling offline search and listing part in listing page. * Default search mode implementation and search UI improvements. * Online search for Outlook. * Online search for imap without downloading the messages yet. TODO * Completing imap search.
10 lines
114 B
C#
10 lines
114 B
C#
|
|
namespace Wino.Core.Domain.Enums;
|
|
|
|
public enum MailListDisplayMode
|
|
{
|
|
Spacious,
|
|
Medium,
|
|
Compact,
|
|
}
|