mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:50:12 +00:00
mail changes
This commit is contained in:
parent
c7bcdf0c18
commit
863ddf1676
6 changed files with 137 additions and 43 deletions
|
@ -513,7 +513,7 @@ CREATE TABLE IF NOT EXISTS `mailacct` (
|
|||
`ssltype` CHAR( 16 ) NOT NULL,
|
||||
`mailbox` CHAR( 255 ) NOT NULL,
|
||||
`user` CHAR( 255 ) NOT NULL ,
|
||||
`pass` CHAR( 255 ) NOT NULL ,
|
||||
`pass` TEXT NOT NULL ,
|
||||
`reply_to` CHAR( 255 ) NOT NULL ,
|
||||
`last_check` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'
|
||||
) ENGINE = MYISAM DEFAULT CHARSET=utf8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue