cloudfunctions

package module
v0.0.0-...-ad97a83 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2023 License: GPL-3.0 Imports: 17 Imported by: 0

README

Full Email Sync

full_email_sync is an HTTP triggered cloud function for syncing a user's inbox to a give date. It is used to do an initial one-time historic sync for new users and future syncs if a user's account is inactive for over a week. The logic is nearly identical to email_push_notification and will be refactor at a future date.

full_email_sync blindly syncs emails to the inputted start date, which makes it convenient for manual DevOps tasks that require re-syncing a user's inbox.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FullEmailSyncRequest

type FullEmailSyncRequest struct {
	Email     string    `json:"email"`
	StartDate time.Time `json:"start_date"`
}

Jump to

Keyboard shortcuts

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