Class IMAPExportMbox.MboxListener

java.lang.Object
org.apache.commons.net.examples.mail.IMAPExportMbox.MboxListener
All Implemented Interfaces:
IMAP.IMAPChunkListener
Enclosing class:
IMAPExportMbox

private static class IMAPExportMbox.MboxListener extends Object implements IMAP.IMAPChunkListener
  • Field Details

    • bufferedWriter

      private final BufferedWriter bufferedWriter
    • total

      volatile AtomicInteger total
    • lastFetched

      volatile String lastFetched
    • missingIds

      volatile List<String> missingIds
    • lastSeq

      volatile long lastSeq
    • lineSeparator

      private final String lineSeparator
    • DATE_FORMAT

      private final SimpleDateFormat DATE_FORMAT
    • IDPARSE

      private final SimpleDateFormat IDPARSE
    • printHash

      private final boolean printHash
    • printMarker

      private final boolean printMarker
    • checkSequence

      private final boolean checkSequence
  • Constructor Details

    • MboxListener

      MboxListener(BufferedWriter bufferedWriter, String lineSeparator, boolean printHash, boolean printMarker, boolean checkSequence)
  • Method Details