Searched refs:END_BBODY (Results 1 – 1 of 1) sorted by relevance
53 private static final Property END_BBODY = new Property("END", "BBODY"); field in BmessageParser372 if (!prop.equals(END_BBODY)) { in parseBody()373 throw expected(END_BBODY); in parseBody()