apps / imapfilter / authorized.lua.example /
ed86405 5 years ago
1 contributor
10 lines | 0.171kb
authorized = {
	["foo@bar.com"] = { 
		["prenom"] = "Foo", 
		["phone"] = "0123456789" 
	},
	["bar@bar.com"] = { 
		["prenom"] = "Bar", 
		["phone"] = "0234567891" 
	},
}