![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
code.forgejo.org/forgejo/reply
Library to trim replies from plain text email. (Golang port of https://github.com/discourse/email_reply_trimmer)
Forked from https://github.com/dimiro1/reply
Reply was forked because the original project does not seem to be maintained. Furthermore, the version before the fork removes parts of the mail that should not be removed. The project was forked to change this.
package main
import (
"fmt"
"code.forgejo.org/forgejo/reply"
)
func main() {
message := `
This is before the embedded email.
On Wed, Sep 25, 2013, at 03:57 PM, richard_clark wrote:
Richard> This is the embedded email
This is after the embedded email and will not show up because 99% of the times
this is the signature...
`
fmt.Println(reply.FromText(message))
}
will output:
This is before the embedded email.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.