Download Jar. Uses 557K of libraries. Click here for Pure Java version (1928L/13K).
1 | !7 |
2 | |
3 | static Message[] msgs; |
4 | |
5 | p {
|
6 | Folder inbox = googleCode_gmail_inbox(); |
7 | print("Folder type: " + className(inbox));
|
8 | inbox.open(Folder.READ_ONLY); |
9 | msgs = inbox.getMessages(); |
10 | print("Found " + n2(msgs, "message"));
|
11 | } |
Began life as a copy of #1016625
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: | #1016628 |
| Snippet name: | Test getMessages() on GMail folder |
| Eternal ID of this version: | #1016628/3 |
| Text MD5: | b8cf28401eab5c9c807d2744139621ca |
| Transpilation MD5: | aced42f2b1fb43d405510e0fdc0de331 |
| Author: | stefan |
| Category: | javax / mail |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-25 21:46:09 |
| Source code size: | 234 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 708 / 1608 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |