asgard.git

ref: master

./config_example.dirty


(
	('tyr'
		(
			('imapAddress' '')
			('imapUsername' '')
			('imapPassword' '')
			('imapFolderInbox' 'Inbox')
			('imapFolderJunk' 'Junk')
			('imapFolderArchive' 'Archive')
			('imapFolderDrafts' 'Drafts')
			('imapFolderQuarantine' 'Quarantine')
			('imapFolderSent' 'Sent')
			('imapFolderTrash' 'Trash')
			('recipientDomain' '')
			('mainEmailAddress' '')
		)
	)
	('hermodr'
		(
			('imapAddress' '')
			('imapUsername' '')
			('imapPassword' '')
			('imapFolderInbox' 'INBOX')
			('imapFolderRedirected' 'redirected')
			('recipient' '')
			('smtpServer' '')
			('smtpUsername' '')
			('publicKey' `
`
			)
		)
	)
	('mimir'
		(
			('imapAddress' '')
			('imapUsername' '')
			('imapPassword' '')
			('imapInbox' 'Inbox')
			('recipientTemplate' '[:]@exmaple.com')
			('categories' ('cars' 'music'))
			('forwardAddress' 'user+[:]@exmaple.com')
			('personalAddress' 'user@example.com')
			('smtpAddress' '')
			('smtpSender' '')
			('companion' '')
		)
	)
	('eostre'
		(
			('imapAddress' '')
			('imapUsername' '')
			('imapPassword' '')
			('diaryImapAddress' '')
			('diaryImapUsername' '')
			('diaryImapPassword' '')
			('diarySmtpAddress' '')
			('diarySmtpUsername' '')
			('diarySmtpPassword' '')
			('diarySubject' 'Diary')
			('diarySender' '')
			('diaryRecipient' '')
			('authorisedSender' '')
			('privateKeyPass' '')
			('privateKey' `
`
			)
			('publicKey' `
`
			)
			('diaryPrivateKey' `
`
			)
			('diaryPublicKey' `
`
			)
		)
	)
	('gersemi'
		(
			('fireflyToken' '')
			('firefly' '')
			('imapAddress' '')
			('imapUsername' '')
			('imapPassword' '')
			('imapInbox' '')
			('messageMime' '')
			('doneFolder' '')
			('defaultSource' '')
			('withdrawalRegexes' (''))
			('depositRegexes' (''))
			('accounts'
				(
					('' '')
				)
			)
		)
	)
)