static void mail_listFolders(Folder folder) { mail_listFolders(folder, " "); } static void mail_listFolders(Folder folder, S prefix) ctex { Folder[] folderList = folder.list(); for (int i = 0; i < folderList.length; i++) { print(prefix + folderList[i].getFullName()); mail_listFolders(folderList[i], prefix + " "); } }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003945 |
Snippet name: | mail_listFolders |
Eternal ID of this version: | #1003945/1 |
Text MD5: | 58450c7867b75b3049188d1ec341b3a4 |
Author: | stefan |
Category: | javax / networking |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-31 16:42:54 |
Source code size: | 347 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 563 / 559 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |