mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Code refactoring
Flow first look
This commit is contained in:
parent
2f841524cb
commit
e6e0b02849
71 changed files with 2092 additions and 1836 deletions
|
|
@ -3,6 +3,11 @@ import {trim, pString, encodeHtml} from 'Common/Utils';
|
|||
|
||||
class EmailModel
|
||||
{
|
||||
email = '';
|
||||
name = '';
|
||||
dkimStatus = '';
|
||||
dkimValue = '';
|
||||
|
||||
/**
|
||||
* @param {string=} email = ''
|
||||
* @param {string=} name = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue