public class EnvelopeParser
extends java.lang.Object
Constructor and Description |
---|
EnvelopeParser() |
Modifier and Type | Method and Description |
---|---|
static Envelope |
parseEnvelope(byte[] env)
(
"Tue, 19 Jan 2010 09:11:54 +0100"
"Pb =?ISO-8859-1?Q?r=E9plication_annuaire_ldap?="
( // FROM
("roberto Malone" NIL "roberto.malone" "cg75.fr")
)
( // SENDER
("roberto Malone" NIL "roberto.malone" "cg75.fr")
)
( // REPLY TO
("roberto Malone" NIL "roberto.malone" "cg75.fr")
)
( // TO
(NIL NIL "pikatchooo" "buffle.tlse.lng:support")
(NIL NIL "support" "pikatchooo.fr")
)
( // CC
(NIL NIL "admin.info" "cg75.fr")
("OLIVIER MALONE" NIL "olivier.molina" "cg75.fr")
("pikatchooo anthony prades" NIL "anthony.prades" "pikatchooo.fr")
)
NIL // BCC
NIL // IN REPLY TO
"<4B55694A.3000106@cg75.fr>"
)
|
public static Envelope parseEnvelope(byte[] env)
( "Tue, 19 Jan 2010 09:11:54 +0100" "Pb =?ISO-8859-1?Q?r=E9plication_annuaire_ldap?=" ( // FROM ("roberto Malone" NIL "roberto.malone" "cg75.fr") ) ( // SENDER ("roberto Malone" NIL "roberto.malone" "cg75.fr") ) ( // REPLY TO ("roberto Malone" NIL "roberto.malone" "cg75.fr") ) ( // TO (NIL NIL "pikatchooo" "buffle.tlse.lng:support") (NIL NIL "support" "pikatchooo.fr") ) ( // CC (NIL NIL "admin.info" "cg75.fr") ("OLIVIER MALONE" NIL "olivier.molina" "cg75.fr") ("pikatchooo anthony prades" NIL "anthony.prades" "pikatchooo.fr") ) NIL // BCC NIL // IN REPLY TO "<4B55694A.3000106@cg75.fr>" )
Copyright © 2021. All Rights Reserved.