Download Jar. Uses 590K of libraries. Click here for Pure Java version (4863L/31K).
1 | !7 |
2 | |
3 | p { |
4 | Folder f = gmail_sentMail(gmail_stefan()); |
5 | print("Folder size: " + f.getMessageCount()); |
6 | f.open(f.READ_ONLY); |
7 | Message[] l = f.getMessages(); |
8 | print("Retrieved " + l(l)); |
9 | for (Message m : reversed(l)) |
10 | print(m.getSentDate() + ": " + asList(m.getAllRecipients())); |
11 | } |
Began life as a copy of #1003953
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: | #1012842 |
Snippet name: | GMail: List all addresses sent to |
Eternal ID of this version: | #1012842/9 |
Text MD5: | c124e98c67f9e4e77fe31ac6938fc5be |
Transpilation MD5: | 671e5387a8cbfb8ed3939dbb9ac570f8 |
Author: | stefan |
Category: | javax / gmail |
Type: | JavaX source code (desktop) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-14 18:24:00 |
Source code size: | 296 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 573 / 1404 |
Version history: | 8 change(s) |
Referenced in: | [show references] |