jangada
Class Demo5

java.lang.Object
  extended byjangada.Demo5

public class Demo5
extends java.lang.Object

An example of how to extract the signature blocks of an email message. Or extracting the message with the signature-blocks removed. Created on Jun 12, 2005

Author:
Vitor R. Carvalho The simplest way, pass an email msg as a String, and have returned a String with the signature lines only (or a String with the original msg without the signature lines) Please use 1 email message per file. Please use .eml format.

Constructor Summary
Demo5()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Demo5

public Demo5()
Method Detail

main

public static void main(java.lang.String[] args)