offlineimap 읽기qq메일박스
qq 메일박스 imap 사용하기
우선 qq메일박스에서imap설정을 열려면 qq사이트에 들어가서 메일박스를 닫아야 하며 핸드폰 문자로 검증해야 한다.
일련의 작업이 완료되면 암호를 얻을 수 있습니다.
offlineimap 설정
~/.offlineimaprc 파일에서 다음 설정[general]
accounts = qq
maxsyncaccounts = 3
[Account qq]
localrepository = Local
remoterepository = Remote
status_backend = sqlite
[Repository Local]
type = Maildir
localfolders = ~/mail
[Repository Remote]
type = IMAP
remotehost = imap.qq.com
ssl = yes
remoteuser = [email protected]
remotepass = pwd-from-qq-site
maxconnections = 1
realdelete = no
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
명령 실행 메일 읽기 ~ $ offlineimap
OfflineIMAP 7.0.7
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Account sync qq:
*** Processing account qq
Establishing connection to imap.qq.com:993 (Remote)
Creating folder Junk[Local]
Creating new Local Status db for Local:Junk
Creating folder Sent Messages[Local]
Creating new Local Status db for Local:Sent Messages
Creating folder Deleted Messages[Local]
Creating new Local Status db for Local:Deleted Messages
Creating folder Drafts[Local]
Creating new Local Status db for Local:Drafts
Creating folder INBOX[Local]
Creating new Local Status db for Local:INBOX
Folder Deleted Messages [acc: qq]:
Syncing Deleted Messages: IMAP -> mail
Folder Drafts [acc: qq]:
Syncing Drafts: IMAP -> mail
Copy message UID 70 (1/26) Remote:Drafts -> Local
Copy message UID 71 (2/26) Remote:Drafts -> Local
Copy message UID 72 (3/26) Remote:Drafts -> Local
Copy message UID 73 (4/26) Remote:Drafts -> Local
Copy message UID 74 (5/26) Remote:Drafts -> Local
검사해 보다 ~ $ tree ~/mail/ -L 1
/home/dean/mail/
├── Deleted Messages
├── Drafts
├── INBOX
├── Junk
└── Sent Messages
5 directories, 0 files
$ du -sh ~/mail/
87M /home/dean/mail/
좋아, 모든 것이 정상이야.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Rails Turbolinks를 페이지 단위로 비활성화하는 방법
원래 Turobolinks란?
Turbolinks는 링크를 생성하는 요소인 a 요소의 클릭을 후크로 하고,
이동한 페이지를 Ajax에서 가져옵니다.
그 후, 취득 페이지의 데이터가 천이 전의 페이지와 동일한 것이 있...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.
~/.offlineimaprc 파일에서 다음 설정
[general]
accounts = qq
maxsyncaccounts = 3
[Account qq]
localrepository = Local
remoterepository = Remote
status_backend = sqlite
[Repository Local]
type = Maildir
localfolders = ~/mail
[Repository Remote]
type = IMAP
remotehost = imap.qq.com
ssl = yes
remoteuser = [email protected]
remotepass = pwd-from-qq-site
maxconnections = 1
realdelete = no
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
명령 실행 메일 읽기 ~ $ offlineimap
OfflineIMAP 7.0.7
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Account sync qq:
*** Processing account qq
Establishing connection to imap.qq.com:993 (Remote)
Creating folder Junk[Local]
Creating new Local Status db for Local:Junk
Creating folder Sent Messages[Local]
Creating new Local Status db for Local:Sent Messages
Creating folder Deleted Messages[Local]
Creating new Local Status db for Local:Deleted Messages
Creating folder Drafts[Local]
Creating new Local Status db for Local:Drafts
Creating folder INBOX[Local]
Creating new Local Status db for Local:INBOX
Folder Deleted Messages [acc: qq]:
Syncing Deleted Messages: IMAP -> mail
Folder Drafts [acc: qq]:
Syncing Drafts: IMAP -> mail
Copy message UID 70 (1/26) Remote:Drafts -> Local
Copy message UID 71 (2/26) Remote:Drafts -> Local
Copy message UID 72 (3/26) Remote:Drafts -> Local
Copy message UID 73 (4/26) Remote:Drafts -> Local
Copy message UID 74 (5/26) Remote:Drafts -> Local
검사해 보다 ~ $ tree ~/mail/ -L 1
/home/dean/mail/
├── Deleted Messages
├── Drafts
├── INBOX
├── Junk
└── Sent Messages
5 directories, 0 files
$ du -sh ~/mail/
87M /home/dean/mail/
좋아, 모든 것이 정상이야.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Rails Turbolinks를 페이지 단위로 비활성화하는 방법
원래 Turobolinks란?
Turbolinks는 링크를 생성하는 요소인 a 요소의 클릭을 후크로 하고,
이동한 페이지를 Ajax에서 가져옵니다.
그 후, 취득 페이지의 데이터가 천이 전의 페이지와 동일한 것이 있...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.
~ $ offlineimap
OfflineIMAP 7.0.7
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Account sync qq:
*** Processing account qq
Establishing connection to imap.qq.com:993 (Remote)
Creating folder Junk[Local]
Creating new Local Status db for Local:Junk
Creating folder Sent Messages[Local]
Creating new Local Status db for Local:Sent Messages
Creating folder Deleted Messages[Local]
Creating new Local Status db for Local:Deleted Messages
Creating folder Drafts[Local]
Creating new Local Status db for Local:Drafts
Creating folder INBOX[Local]
Creating new Local Status db for Local:INBOX
Folder Deleted Messages [acc: qq]:
Syncing Deleted Messages: IMAP -> mail
Folder Drafts [acc: qq]:
Syncing Drafts: IMAP -> mail
Copy message UID 70 (1/26) Remote:Drafts -> Local
Copy message UID 71 (2/26) Remote:Drafts -> Local
Copy message UID 72 (3/26) Remote:Drafts -> Local
Copy message UID 73 (4/26) Remote:Drafts -> Local
Copy message UID 74 (5/26) Remote:Drafts -> Local
~ $ tree ~/mail/ -L 1
/home/dean/mail/
├── Deleted Messages
├── Drafts
├── INBOX
├── Junk
└── Sent Messages
5 directories, 0 files
$ du -sh ~/mail/
87M /home/dean/mail/
좋아, 모든 것이 정상이야.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Rails Turbolinks를 페이지 단위로 비활성화하는 방법원래 Turobolinks란? Turbolinks는 링크를 생성하는 요소인 a 요소의 클릭을 후크로 하고, 이동한 페이지를 Ajax에서 가져옵니다. 그 후, 취득 페이지의 데이터가 천이 전의 페이지와 동일한 것이 있...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.