Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1008472 // findGMailPasswordOpt

JavaX fragment (include)

1  
static S findGMailPasswordOpt(S user) {
2  
  ret loadTextFile(findSecretFile(findGMailPasswordOpt_fileName(user)));
3  
}
4  
5  
static S findGMailPasswordOpt_locationInfo(S user) {
6  
  ret javaxSecretDir() + fileSep() + ".." + fileSep() + findGMailPasswordOpt_fileName(user);
7  
}
8  
9  
static S findGMailPasswordOpt_fileName(S user) {
10  
  ret gmailGetHandle(user) + ".gmail.pass";
11  
}

Author comment

Began life as a copy of #1003785

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008472
Snippet name: findGMailPasswordOpt
Eternal ID of this version: #1008472/2
Text MD5: b1274ad6429e9f7fb9a7933a986d470a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-14 17:55:17
Source code size: 369 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 414 / 451
Version history: 1 change(s)
Referenced in: [show references]