mirror of
https://github.com/cyanfish/naps2.git
synced 2024-11-11 02:45:19 +03:00
Remove outdated todo
This commit is contained in:
parent
c4ecf56389
commit
e3823d9ccf
@ -4,12 +4,6 @@ namespace NAPS2.ImportExport.Email
|
||||
{
|
||||
public class EmailSetup
|
||||
{
|
||||
// TODO: Should more of this be encrypted? Probably just pw/token is fine.
|
||||
// Also, how would this work securely from an appsettings pov?
|
||||
// Remove the "Secure" suffix here. Then encrypt when mapping from appsettings.
|
||||
// Consider some kind of prefix for the encrypted text so anyone looking at the xml knows it is encrypted. "secure-xxx" "encrypted:xxx"
|
||||
// Would also allow an error when mapping from appsettings if they copy the wrong thing.
|
||||
// Consider how to behave if ProviderType is set (e.g. to gmail) but the user/token isn't.
|
||||
public EmailProviderType? ProviderType { get; set; }
|
||||
|
||||
public string SystemProviderName { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user