Ticket #2392 (new enhancement)
IMAP FS (MC + IMAP folders)
Reported by: | Dmitry | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | Future Releases |
Component: | mc-vfs | Version: | 4.7.4 |
Keywords: | Cc: | gotar@… | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Hi. MC can browse folders. Also hi can browse ftp-folders and archives. It possible due to ftp-fs and zip-fs(something like that=) ). So we need to create IMAP-FS, and we can browse our imap folders. And also we need to browse mailboxes.
Change History
comment:1 Changed 14 years ago by andrew_b
- Priority changed from major to trivial
- Type changed from defect to enhancement
- Component changed from mc-core to mc-vfs
- Milestone changed from 4.7 to Future Releases
comment:2 in reply to: ↑ description ; follow-up: ↓ 3 Changed 14 years ago by gotar
- Cc gotar@… added
Replying to Dmitry:
It possible due to ftp-fs and zip-fs(something like that=) ). So we need to create IMAP-FS
#ftp and #sh (and #smb unless disabled, see #1 :) are network VFS (hardcoded, only fish scripts extracted on master branch) while #uzip is relatively simple extfs script. IMAP link unfortunately would require writing former one.
and we can browse our imap folders. And also we need to browse mailboxes.
There is #mailfs extfs already.
NOTE: INSTALL file needs update due to 8c9619cef1ccf85bfaccfc79c10d9c57b034cfbe.
comment:3 in reply to: ↑ 2 Changed 14 years ago by andrew_b
Replying to gotar:
NOTE: INSTALL file needs update due to 8c9619cef1ccf85bfaccfc79c10d9c57b034cfbe.
Thanks! Fixed in changeset:bce8f71087536ae6f18fe6ce5269fffb2d4c2d61 in master and in changeset:8934f38fabc6d86a674a2636781e4e4a43ccf28b in 4.7.0-stable.
Patches are welcome!