A open-source self-hostable email archive using the django framework
Contents:
Module with the ExchangeFetcher class.
ExchangeFetcher
Generates consecutive slices.
start (int) – The start of the slice series.
int
size (int) – The size of the slices.
Consecutive slices with given parameters.
Generator[slice]