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

11
LINES

< > BotCompany Repo | #1012842 // GMail: List all addresses sent to

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 590K of libraries. Click here for Pure Java version (4863L/31K).

!7

p {
  Folder f = gmail_sentMail(gmail_stefan());
  print("Folder size: " + f.getMessageCount());
  f.open(f.READ_ONLY);
  Message[] l = f.getMessages();
  print("Retrieved " + l(l));
  for (Message m : reversed(l))
    print(m.getSentDate() + ": " + asList(m.getAllRecipients()));
}

Author comment

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: 388 / 886
Version history: 8 change(s)
Referenced in: [show references]