fetcher

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Email

type Email struct {
	From    string
	To      []string
	Subject string
	Body    string
	Date    time.Time
}

func FetchEmails

func FetchEmails(cfg *config.Config, limit, offset uint32) ([]Email, error)

FetchEmails now supports pagination with a limit and offset.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL