Searched refs:FETCH_BODY_SANE_SUGGESTED_SIZE (Results 1 – 5 of 5) sorted by relevance
29 = String.format(Locale.US, "BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
28 String.format(Locale.US, "BODY.PEEK[]<0.%d>", ImapStore.FETCH_BODY_SANE_SUGGESTED_SIZE);
35 public static final int FETCH_BODY_SANE_SUGGESTED_SIZE = (125 * 1024); field in ImapStore
48 public static final int FETCH_BODY_SANE_SUGGESTED_SIZE = (125 * 1024); field in Store
182 remoteFolder.fetchBody(message, Pop3Store.FETCH_BODY_SANE_SUGGESTED_SIZE / 76, in loadUnsyncedMessages()