You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
['SEARCH',{'Description'=>'Searches for an email'}]
31
+
],
32
+
'DefaultAction'=>'LIST'
28
33
))
29
34
30
35
register_options(
31
36
[
32
-
OptBool.new('LIST_FOLDERS',[true,' List the available folders',true]),
33
37
OptString.new('FOLDER',[false,' The e-mailfolder to read (e.g. Inbox)']),
34
38
OptString.new('KEYWORD',[false,' Search e-mails by the keyword specified here']),
35
39
OptString.new('A_TRANSLATION',[false,' Fill in the translation of the word "Allow" in the targets system language, to click on the security popup.']),
36
40
OptString.new('ACF_TRANSLATION',[false,' Fill in the translation of the phrase "Allow access for" in the targets system language, to click on the security popup.']),
37
41
],self.class)
38
42
end
39
43
40
-
41
44
deflistBoxes
42
45
# This function prints a listing of available mailbox folders
print_error("System language not supported, only English (en-US) and Dutch (NL) are supported, you can specify the targets system translations in the options A_TRANSLATION (Allow) and ACF_TRANSLATION (Allow access for)")
157
+
print_error("System language not supported, you can specify the targets system translations in the options A_TRANSLATION (Allow) and ACF_TRANSLATION (Allow access for)")
0 commit comments