aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Mail.php
Commit message (Collapse)AuthorAgeFilesLines
* move mail frontend to addons and remove mail app from system appsMario2020-01-181-449/+0
|
* sse notificationsMario2019-11-111-1/+1
|
* base64 encode message signatureMax Kostikov2019-06-151-1/+1
|
* Add base64 decode if signature encodedMax Kostikov2019-06-151-0/+3
|
* FormattingMax Kostikov2019-06-141-1/+1
|
* Add signatures processing for private messagesMax Kostikov2019-06-141-2/+4
|
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-2/+2
| | | | some fixes to activity parsing from upstream.
* Remove servicelevel logicM. Dent2018-09-291-1/+1
|
* hubzilla issue #1020 - PM using unicode domain for recipient. May require ↵zotlabs2018-03-301-2/+2
| | | | further testing
* fix issues with diaspora xchansMario Vavti2017-11-021-2/+2
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* return preview also if we have no attachmentgit-marijus2017-08-031-1/+1
|
* provide a mechanism to mark apps active in the bingit-marijus2017-07-211-1/+1
|
* more work on client side e2eezotlabs2017-04-291-1/+25
|
* more client-side mail privacy workzotlabs2017-04-261-46/+28
|
* database support for client side e2ee for private mailzotlabs2017-04-251-10/+10
|
* circular logic - we need the mailbox to find the last message so move the ↵zotlabs2017-03-301-4/+9
| | | | code block back where it was, and only set a direct mid if one was specified.
* when clicking a notification to view a private mail message, actually view ↵zotlabs2017-03-301-2/+9
| | | | that message instead of the most recent.
* zidify private mailzotlabs2016-12-191-5/+6
|
* tag and mention handling in private mail (which required refactoring the ↵zotlabs2016-12-131-10/+5
| | | | bbcode cleanup stuff in mod_item)
* mail preview (basic functionality)zotlabs2016-12-131-0/+33
|
* a bit more background work to support private mail previewzotlabs2016-11-081-3/+17
|
* json_decode() should return an array instead of an object at this placeMario Vavti2016-09-051-1/+1
|
* update diaspora compatibility list, and also remove private mail 'unsend' ↵redmatrix2016-09-031-1/+1
| | | | (recall) from techlevel 0 which includes the basic server configuration. It's one less cross network compatibility issue that basic members will have to be aware of and one less complication for entry-level 'pro' members.
* more work on permsredmatrix2016-07-121-10/+2
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-6/+1
| | | | (connections.php)
* finish updating zot_finger instancesredmatrix2016-05-211-4/+3
|
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* module updatesredmatrix2016-04-181-0/+397