| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This package is not in the latest version of its module.
Go to latest Published: Jul 11, 2026 License: MITThe Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Modules with tagged versions give importers more predictable builds.
When a project reaches major version v1 it is considered stable.
There is no documentation for this package.
| Path | Synopsis |
|---|---|
|
Package backend defines the Provider interface for multi-protocol email support.
|
Package backend defines the Provider interface for multi-protocol email support. |
|
imap
Package imap implements the backend.Provider interface by delegating to the existing fetcher and sender packages.
|
Package imap implements the backend.Provider interface by delegating to the existing fetcher and sender packages. |
|
jmap
Package jmap implements the backend.Provider interface using the JMAP protocol (RFC 8620 Core + RFC 8621 Mail).
|
Package jmap implements the backend.Provider interface using the JMAP protocol (RFC 8620 Core + RFC 8621 Mail). |
|
maildir
Package maildir implements the backend.Provider interface for local Maildir mailboxes (the `mutt -f Maildir` style).
|
Package maildir implements the backend.Provider interface for local Maildir mailboxes (the `mutt -f Maildir` style). |
|
pop3
Package pop3 implements the backend.Provider interface using POP3 for reading email and SMTP for sending.
|
Package pop3 implements the backend.Provider interface using POP3 for reading email and SMTP for sending. |
|
internal
|
|
|
httpclient
Package httpclient centralizes HTTP timeout defaults so the rest of the codebase doesn't sprinkle magic numbers across packages.
|
Package httpclient centralizes HTTP timeout defaults so the rest of the codebase doesn't sprinkle magic numbers across packages. |
|
screenshots
|
|
|
cmd/email_view
command
email_view is a small helper that renders a mock email with inline images for screenshot generation.
|
email_view is a small helper that renders a mock email with inline images for screenshot generation. |
|
cmd/inbox_view
command
inbox_view is a small helper that renders a mock inbox with realistic emails for screenshot generation.
|
inbox_view is a small helper that renders a mock inbox with realistic emails for screenshot generation. |
|
Package spellcheck provides dictionary-backed spell checking for the composer.
|
Package spellcheck provides dictionary-backed spell checking for the composer. |
| Back | FazBrowse Home | New Git URL |