⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python2.7
/
site-packages
/
offlineimap
/
folder
/
View File Name :
UIDMaps.pyo
� ��Vc @ sf d d l m Z d d l m Z d d l m Z d d l m Z d d l Z d e f d � � YZ d S( i����( t exc_info( t Lock( t OfflineImapErrori ( t IMAPFolderNt MappedIMAPFolderc B s� e Z d Z d � Z d � Z d � Z d d � Z d � Z d d d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s IMAP class to map between Folder() instances where both side assign a uid This Folder is used on the local side, while the remote side should be an IMAPFolder. Instance variables (self.): r2l: dict mapping message uids: self.r2l[remoteuid]=localuid l2r: dict mapping message uids: self.r2l[localuid]=remoteuid #TODO: what is the difference, how are they used? diskr2l: dict mapping message uids: self.r2l[remoteuid]=localuid diskl2r: dict mapping message uids: self.r2l[localuid]=remoteuidc O sM t j | | | � t � | _ | j � \ | _ | _ t | | � | _ d S( N( R t __init__R t maplockt _loadmapst diskr2lt diskl2rt _mb( t selft argst kwargs( ( s>