• Anonymous
  • Login
  • Register
OpenNTF Mail Template - Feature Request: Ability to remove encryption


Add an advanced tool that will allow a user to remove the encryption from a received message.

Only available for messages that are encrypted and a warning box should appear notifing them of what they are about to do.

The function to do this would then go as follows...

Function RemoveSeal(doc As NotesDocument)
doc.tmp_x = "1"
Call doc.Save(True,False)

While doc.HasItem("$Seal")
Call doc.RemoveItem("$Seal")
Wend

Call doc.save(True,False)
End Function



Taken Actions by Owners

Owners have rejected the request.



Documents