{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Gmail.Types
(
gmailService
, gmailSettingsBasicScope
, mailGoogleComScope
, gmailModifyScope
, gmailMetadataScope
, gmailLabelsScope
, gmailSettingsSharingScope
, gmailSendScope
, gmailInsertScope
, gmailComposeScope
, gmailReadOnlyScope
, BatchDeleteMessagesRequest
, batchDeleteMessagesRequest
, bdmrIds
, FilterCriteriaSizeComparison (..)
, Delegate
, delegate
, dVerificationStatus
, dDelegateEmail
, UsersMessagesGetFormat (..)
, ModifyThreadRequest
, modifyThreadRequest
, mtrRemoveLabelIds
, mtrAddLabelIds
, ListFiltersResponse
, listFiltersResponse
, lfrFilter
, ModifyMessageRequest
, modifyMessageRequest
, mmrRemoveLabelIds
, mmrAddLabelIds
, ListForwardingAddressesResponse
, listForwardingAddressesResponse
, lfarForwardingAddresses
, PopSettings
, popSettings
, psAccessWindow
, psDisPosition
, PopSettingsAccessWindow (..)
, History
, history
, hLabelsRemoved
, hMessagesDeleted
, hMessagesAdded
, hLabelsAdded
, hId
, hMessages
, ListDelegatesResponse
, listDelegatesResponse
, ldrDelegates
, ForwardingAddressVerificationStatus (..)
, LabelColor
, labelColor
, lcBackgRoundColor
, lcTextColor
, FilterCriteria
, filterCriteria
, fcSizeComparison
, fcSubject
, fcSize
, fcExcludeChats
, fcTo
, fcFrom
, fcQuery
, fcNegatedQuery
, fcHasAttachment
, ProFile
, proFile
, pfMessagesTotal
, pfThreadsTotal
, pfHistoryId
, pfEmailAddress
, AutoForwardingDisPosition (..)
, MessagePartHeader
, messagePartHeader
, mphValue
, mphName
, UsersHistoryListHistoryTypes (..)
, SendAsVerificationStatus (..)
, ListHistoryResponse
, listHistoryResponse
, lhrNextPageToken
, lhrHistory
, lhrHistoryId
, SendAs
, sendAs
, saSignature
, saReplyToAddress
, saTreatAsAlias
, saSendAsEmail
, saDisplayName
, saVerificationStatus
, saSmtpMsa
, saIsPrimary
, saIsDefault
, LabelType (..)
, UsersDraftsGetFormat (..)
, UsersMessagesImportInternalDateSource (..)
, LabelMessageListVisibility (..)
, ListThreadsResponse
, listThreadsResponse
, ltrNextPageToken
, ltrResultSizeEstimate
, ltrThreads
, MessagePart
, messagePart
, mpParts
, mpBody
, mpMimeType
, mpHeaders
, mpPartId
, mpFilename
, HistoryLabelAdded
, historyLabelAdded
, hlaLabelIds
, hlaMessage
, ListLabelsResponse
, listLabelsResponse
, llrLabels
, VacationSettings
, vacationSettings
, vsEnableAutoReply
, vsResponseBodyPlainText
, vsRestrictToDomain
, vsStartTime
, vsResponseBodyHTML
, vsRestrictToContacts
, vsResponseSubject
, vsEndTime
, LabelLabelListVisibility (..)
, HistoryMessageDeleted
, historyMessageDeleted
, hmdMessage
, MessagePartBody
, messagePartBody
, mpbSize
, mpbData
, mpbAttachmentId
, AutoForwarding
, autoForwarding
, afEnabled
, afDisPosition
, afEmailAddress
, ListDraftsResponse
, listDraftsResponse
, ldrNextPageToken
, ldrResultSizeEstimate
, ldrDrafts
, ListSendAsResponse
, listSendAsResponse
, lsarSendAs
, WatchResponse
, watchResponse
, wrExpiration
, wrHistoryId
, DelegateVerificationStatus (..)
, UsersThreadsGetFormat (..)
, BatchModifyMessagesRequest
, batchModifyMessagesRequest
, bmmrIds
, bmmrRemoveLabelIds
, bmmrAddLabelIds
, Draft
, draft
, dId
, dMessage
, SmtpMsa
, smtpMsa
, smSecurityMode
, smUsername
, smPassword
, smHost
, smPort
, ForwardingAddress
, forwardingAddress
, faForwardingEmail
, faVerificationStatus
, PopSettingsDisPosition (..)
, Filter
, filter'
, fAction
, fId
, fCriteria
, WatchRequest
, watchRequest
, wrLabelFilterAction
, wrTopicName
, wrLabelIds
, WatchRequestLabelFilterAction (..)
, ImapSettings
, imapSettings
, isEnabled
, isExpungeBehavior
, isAutoExpunge
, isMaxFolderSize
, ImapSettingsExpungeBehavior (..)
, ListSmimeInfoResponse
, listSmimeInfoResponse
, lsirSmimeInfo
, SmtpMsaSecurityMode (..)
, Message
, message
, mRaw
, mSnippet
, mSizeEstimate
, mPayload
, mHistoryId
, mId
, mLabelIds
, mThreadId
, mInternalDate
, UsersMessagesInsertInternalDateSource (..)
, HistoryLabelRemoved
, historyLabelRemoved
, hlrLabelIds
, hlrMessage
, Thread
, thread
, tSnippet
, tHistoryId
, tId
, tMessages
, FilterAction
, filterAction
, faForward
, faRemoveLabelIds
, faAddLabelIds
, Label
, label
, lThreadsUnread
, lMessageListVisibility
, lMessagesTotal
, lColor
, lMessagesUnread
, lName
, lThreadsTotal
, lLabelListVisibility
, lId
, lType
, SmimeInfo
, smimeInfo
, siPem
, siExpiration
, siEncryptedKeyPassword
, siId
, siPkcs12
, siIssuerCn
, siIsDefault
, ListMessagesResponse
, listMessagesResponse
, lmrNextPageToken
, lmrResultSizeEstimate
, lmrMessages
, HistoryMessageAdded
, historyMessageAdded
, hmaMessage
) where
import Network.Google.Gmail.Types.Product
import Network.Google.Gmail.Types.Sum
import Network.Google.Prelude
gmailService :: ServiceConfig
gmailService
= defaultService (ServiceId "gmail:v1")
"www.googleapis.com"
gmailSettingsBasicScope :: Proxy '["https://www.googleapis.com/auth/gmail.settings.basic"]
gmailSettingsBasicScope = Proxy;
mailGoogleComScope :: Proxy '["https://mail.google.com/"]
mailGoogleComScope = Proxy;
gmailModifyScope :: Proxy '["https://www.googleapis.com/auth/gmail.modify"]
gmailModifyScope = Proxy;
gmailMetadataScope :: Proxy '["https://www.googleapis.com/auth/gmail.metadata"]
gmailMetadataScope = Proxy;
gmailLabelsScope :: Proxy '["https://www.googleapis.com/auth/gmail.labels"]
gmailLabelsScope = Proxy;
gmailSettingsSharingScope :: Proxy '["https://www.googleapis.com/auth/gmail.settings.sharing"]
gmailSettingsSharingScope = Proxy;
gmailSendScope :: Proxy '["https://www.googleapis.com/auth/gmail.send"]
gmailSendScope = Proxy;
gmailInsertScope :: Proxy '["https://www.googleapis.com/auth/gmail.insert"]
gmailInsertScope = Proxy;
gmailComposeScope :: Proxy '["https://www.googleapis.com/auth/gmail.compose"]
gmailComposeScope = Proxy;
gmailReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/gmail.readonly"]
gmailReadOnlyScope = Proxy;