معرفی شرکت ها


fs.imapfs-0.1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Pyfilesystem2 implementation for Imap
ویژگی مقدار
سیستم عامل -
نام فایل fs.imapfs-0.1.4
نام fs.imapfs
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andrea Maggi
ایمیل نویسنده andrea@maggicontrols.com
آدرس صفحه اصلی http://github.com/Maggi-Andrea/fs.imapfs
آدرس اینترنتی https://pypi.org/project/fs.imapfs/
مجوز MIT
# fs.imapfs Pyfilesystem2 implementation for Imap Installation ------------ Install directly from PyPI, using [pip](https://pip.pypa.io) pip install fs.imapfs Intro ===== This is the first release of the library. The implemantation is at its early stage. The module is not jet ready to be installed: setup module is missing and no opener implemented. Apart from that, the module is fully working. The library has been inspired from the implementation of the FTSFS and use internally the imapclient library (see Reference). It's working and tested with some IMAP server. IMAP server use a sort of file system structure and implementing the library has been done for now some assumption that fall out of the box of the standard when you think about a file system, specially on file creation and file name. IMAP server indeed, when uploading a new data (an e-mail), assign to this new massage a new UID. This UID is then used as the file name. This means that when you upload new content using the fs API, you specify the file name, but this will be considered, as example see: ```python imap_fs.tree() `-- INBOX |-- Archivie |-- Draft |-- Posta Indesiderata |-- Spedite |-- TEST |-- Trash |-- 2.eml `-- 5.eml imap_fs.setbytes(path='INBOX/TEST/2.eml', contents=b'Test') imap_fs.tree() `-- INBOX |-- Archivie |-- Draft |-- Posta Indesiderata |-- Spedite |-- TEST | `-- 1.eml |-- Trash |-- 2.eml `-- 5.eml ``` The new file has received UID == 1 because was the first one into that folder. References ---------- * [pyfilesystem2](https://github.com/PyFilesystem/pyfilesystem2) * [imapclient](https://github.com/mjs/imapclient)


نیازمندی

مقدار نام
==2.1.2 fs
- IMAPClient


زبان مورد نیاز

مقدار نام
>= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.* Python


نحوه نصب


نصب پکیج whl fs.imapfs-0.1.4:

    pip install fs.imapfs-0.1.4.whl


نصب پکیج tar.gz fs.imapfs-0.1.4:

    pip install fs.imapfs-0.1.4.tar.gz