249250251252253254255256257258259
result.to(next); } } catch (PartContentBuilder.PartNotFoundException e) { // Missing parts should return zero sized content // See http://markmail.org/message/2jconrj7scvdi5dj result.markEmpty(); } return result; }
189190191192193194195196197198199
214215216217218219220221222223224