/packages/services/Telephony/src/org/apache/james/mime4j/field/ |
D | AddressListField.java | 31 private ParseException parseException; field in AddressListField 33 …eld(String name, String body, String raw, AddressList addressList, ParseException parseException) { in AddressListField() argument 36 this.parseException = parseException; in AddressListField() 44 return parseException; in getParseException() 52 ParseException parseException = null; in parse() local 60 parseException = e; in parse() 62 return new AddressListField(name, body, raw, addressList, parseException); in parse()
|
D | MailboxListField.java | 33 private ParseException parseException; field in MailboxListField 35 …tring body, final String raw, final MailboxList mailboxList, final ParseException parseException) { in MailboxListField() argument 38 this.parseException = parseException; in MailboxListField() 46 return parseException; in getParseException() 54 ParseException parseException = null; in parse() local 62 parseException = e; in parse() 64 return new MailboxListField(name, body, raw, mailboxList, parseException); in parse()
|
D | DateTimeField.java | 36 private ParseException parseException; field in DateTimeField 38 …ted DateTimeField(String name, String body, String raw, Date date, ParseException parseException) { in DateTimeField() argument 41 this.parseException = parseException; in DateTimeField() 49 return parseException; in getParseException() 57 ParseException parseException = null; in parse() local 68 parseException = e; in parse() 70 return new DateTimeField(name, body, raw, date, parseException); in parse()
|
D | MailboxField.java | 33 private final ParseException parseException; field in MailboxField 35 … final String body, final String raw, final Mailbox mailbox, final ParseException parseException) { in MailboxField() argument 38 this.parseException = parseException; in MailboxField() 46 return parseException; in getParseException() 54 ParseException parseException = null; in parse() local 65 parseException = e; in parse() 67 return new MailboxField(name, body, raw, mailbox, parseException); in parse()
|
D | ContentTypeField.java | 73 private ParseException parseException; field in ContentTypeField 75 …body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException) { in ContentTypeField() argument 79 this.parseException = parseException; in ContentTypeField() 87 return parseException; in getParseException() 212 ParseException parseException = null; in parse() local 224 parseException = e; in parse() 230 parseException = new ParseException(e.getMessage()); in parse() 256 return new ContentTypeField(name, body, raw, mimeType, parameters, parseException); in parse()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
D | AddressListField.java | 31 private ParseException parseException; field in AddressListField 33 …eld(String name, String body, String raw, AddressList addressList, ParseException parseException) { in AddressListField() argument 36 this.parseException = parseException; in AddressListField() 44 return parseException; in getParseException() 52 ParseException parseException = null; in parse() local 60 parseException = e; in parse() 62 return new AddressListField(name, body, raw, addressList, parseException); in parse()
|
D | MailboxListField.java | 33 private ParseException parseException; field in MailboxListField 35 …tring body, final String raw, final MailboxList mailboxList, final ParseException parseException) { in MailboxListField() argument 38 this.parseException = parseException; in MailboxListField() 46 return parseException; in getParseException() 54 ParseException parseException = null; in parse() local 62 parseException = e; in parse() 64 return new MailboxListField(name, body, raw, mailboxList, parseException); in parse()
|
D | DateTimeField.java | 36 private ParseException parseException; field in DateTimeField 38 …ted DateTimeField(String name, String body, String raw, Date date, ParseException parseException) { in DateTimeField() argument 41 this.parseException = parseException; in DateTimeField() 49 return parseException; in getParseException() 57 ParseException parseException = null; in parse() local 68 parseException = e; in parse() 70 return new DateTimeField(name, body, raw, date, parseException); in parse()
|
D | MailboxField.java | 33 private final ParseException parseException; field in MailboxField 35 … final String body, final String raw, final Mailbox mailbox, final ParseException parseException) { in MailboxField() argument 38 this.parseException = parseException; in MailboxField() 46 return parseException; in getParseException() 54 ParseException parseException = null; in parse() local 65 parseException = e; in parse() 67 return new MailboxField(name, body, raw, mailbox, parseException); in parse()
|
D | ContentTypeField.java | 73 private ParseException parseException; field in ContentTypeField 75 …body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException) { in ContentTypeField() argument 79 this.parseException = parseException; in ContentTypeField() 87 return parseException; in getParseException() 212 ParseException parseException = null; in parse() local 224 parseException = e; in parse() 230 parseException = new ParseException(e.getMessage()); in parse() 256 return new ContentTypeField(name, body, raw, mimeType, parameters, parseException); in parse()
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |