Mohammad Ali Haghshenas

Results 4 issues of 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...

status/response_needed

Can you please add file and directory SELinux contexts as an option to the output?

help wanted

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)...

enhancement
security

### 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...