assertEquals("[192.0.2.0]", mailboxAST.remotePartAST.spelling);
}
@Test
public void testIpv6Spelling() throws Exception {
MailboxAST mailboxAST = parse("john@[IPv6:2001:DB8::]");
assertEquals("[IPv6:2001:DB8::]", mailboxAST.remotePartAST.spelling);
}