1 | static FetchProfile javaMail_fullFetchProfile() {
|
2 | new FetchProfile fp; |
3 | fp.add(FetchProfile.Item.ENVELOPE); |
4 | fp.add(FetchProfile.Item.CONTENT_INFO); |
5 | fp.add(FetchProfile.Item.FLAGS); |
6 | ret fp; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016879 |
| Snippet name: | javaMail_fullFetchProfile |
| Eternal ID of this version: | #1016879/1 |
| Text MD5: | fa70cbf8c985db8b492b6b5af4216765 |
| Author: | stefan |
| Category: | javax / mail |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-06 14:43:46 |
| Source code size: | 205 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 537 / 585 |
| Referenced in: | [show references] |