Skip to content

Liberkeys/replyremover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang email reply remover

Installation

 go get github.com/Liberkeys/replyremover

Usage

package main

import (
    "fmt"

    "github.com/Liberkeys/replyremover"
)

func main() {
    email := `Awesome! I haven't had another problem with it.

On Aug 22, 2011, at 7:37 PM, defunkt<reply@reply.github.com> wrote:

> Loader seems to be working well.`

    fmt.Println(replyremover.RemoveReplies(email))
}

About

A small Golang library to remove replies from email content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages