Mohammad Ali Haghshenas
Mohammad Ali Haghshenas
As a system administrator, it's not rare to be asked whether a specific email has been sent, delivered, received, etc. It would be a great addition to have if we...
Can you please add file and directory SELinux contexts as an option to the output?
Users are now notified of whether the received message is encrypted using an Emoji: ```typescript if (textNodeContent.startsWith(config.ENCRYPT_PREFIX)) { changeTextNode(target, "Parsing ..."); try { const packet = await cipher.resolveDRSAP(textNodeContent); if (!packet)...
### Change Description So, I needed to run some external application on some key connection events on OD. That's what inspired these changes I am calling event hooks. Basically, when...