private mail is just a little more private now. Not encrypted and the obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps.

This isn't backward compatible - folks will have to upgrade if they can't read their mail.
This commit is contained in:
friendica
2013-07-19 02:45:44 -07:00
parent ade8174750
commit b4f4b8cb13
3 changed files with 41 additions and 9 deletions

View File

@@ -270,6 +270,7 @@ define ( 'MAIL_REPLIED', 0x0002);
define ( 'MAIL_ISREPLY', 0x0004);
define ( 'MAIL_SEEN', 0x0008);
define ( 'MAIL_RECALLED', 0x0010);
define ( 'MAIL_OBSCURED', 0x0020);
define ( 'ATTACH_FLAG_DIR', 0x0001);