Home | History | Annotate | Download | only in email

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
64 /** DO NOT CHECK IN "TRUE" */
108 // Keep the message in the "unloaded" state until it has (at least) a display name.
109 // This prevents early flickering of empty messages in POP download.
127 // Only replace the local message-id if a new one was found. This is seen in some ISP's
227 // Run the mime type through inferMimeType in case we have something generic and can do
243 * This will skip adding attachments if they are already found in the attachments table.
245 * included in a single POP3 message.
281 // We test each of the fields here (instead of in SQL) because they may be
301 // Save the attachment (so far) in order to obtain an id
317 * Save the body part of a single attachment, to a file in the attachments directory.
333 InputStream in = null;
337 in = part.getBody().getInputStream();
339 copySize = IOUtils.copyLarge(in, out);
341 if (in != null) {
342 in.close();
356 // update the attachment in the database as well
491 * @param contentId as referenced from cid: uris in the message body (if applicable)
513 * Deprecation: this should be configured in the UI, in conjunction with RF6154 support