bgneal@11: [options] bgneal@11: # This section is optional. If not provided the following defaults will be bgneal@11: # used: bgneal@11: # bgneal@11: # folder = [Gmail]/All Mail bgneal@11: bgneal@11: [auth] bgneal@11: # This section is optional. If not provided you will be prompted for this bgneal@11: # information. bgneal@11: # bgneal@11: # user = username bgneal@11: # password = password bgneal@11: bgneal@11: [connection] bgneal@11: # This section is optional. If not provided the following defaults will be bgneal@11: # used: bgneal@11: # bgneal@11: # host = imap.gmail.com bgneal@11: # ssl = True bgneal@11: # port = 993 bgneal@11: # bgneal@11: bgneal@11: ############################################################################### bgneal@11: # Label definitions bgneal@11: # bgneal@11: # You must now list the labels you want applied. At least one must be bgneal@11: # specified. bgneal@11: # bgneal@11: # To specify a label, create a section with two attributes, min & max. The bgneal@11: # name of the section will be the label name. Min & max define the minimum bgneal@11: # and maximum bounds for the label. These sizes are in bytes. You can use bgneal@11: # suffixes GB, MB, KB for gigabytes, megabytes, and kilobytes, respectively. bgneal@11: # Leaving min or max blank means there is no minimum or maximum for that bgneal@11: # label. The suffixes are not case sensitive. bgneal@11: # bgneal@11: # The label will be applied when an email's size is bgneal@11: # bgneal@11: # min < size < max bgneal@11: # bgneal@11: # For example, to specify a label of "big" that will be applied when an email bgneal@11: # is at least 1 megabyte but less than 5, and a label of "huge" for when the bgneal@11: # email is at least 5 MB (and greater): bgneal@11: # bgneal@11: # [big] bgneal@11: # min = 1MB bgneal@11: # max = 5MB bgneal@11: # bgneal@11: # [huge] bgneal@11: # min = 5MB bgneal@11: # max = bgneal@11: # bgneal@11: # The ranges on labels may overlap. bgneal@11: # bgneal@11: ############################################################################### bgneal@11: [big] bgneal@11: min = 1MB bgneal@11: max = 5MB bgneal@11: bgneal@11: [huge] bgneal@11: min = 5MB bgneal@11: max = 20MB bgneal@11: bgneal@11: [gargantuan] bgneal@11: min = 20MB bgneal@11: max =