====== Thunderbird ======
===== GMail 연동 =====
* [[https://support.mozilla.org/ko/kb/thunderbird-and-gmail|Gmail 연동]]
====== 팁 문서 ======
* [[http://www.tuxradar.com/answers/421|Share and sync mailbox with Thunderbird | TuxRadar Linux]]
* [[http://www.webupd8.org/2010/12/integrate-thunderbird-in-ubuntu.html|Ubuntu Thunderbird Indicator]]
* [[http://lifehacker.com/314574/turn-thunderbird-into-the-ultimate-gmail-imap-client|Turn Thunderbird into the Ultimate Gmail IMAP Client]]
====== Add ons ======
* [[https://addons.mozilla.org/en-US/thunderbird/addon/lightning/|Lightning]] Calendar
* [[https://addons.mozilla.org/en-US/thunderbird/addon/minimize-on-start-and-close/|Minimize On Start and Close]]
* [[https://addons.mozilla.org/en-US/thunderbird/addon/display-contact-photo/|Display Contact Photo]]
* [[https://addons.mozilla.org/en-US/thunderbird/addon/gmail-conversation-view/|Thunderbird Conversations]] : 메일이 많아지면 성능 저하가 발생함.
* [[https://addons.mozilla.org/en-US/thunderbird/addon/remove-duplicate-messages/|Remove Duplicate Messages]]
===== 데이터 동기화 =====
* [[https://addons.mozilla.org/en-US/thunderbird/addon/provider-for-google-calendar/|Provider for Google Calendar]] Lightning에서 Google Calendar를 사용할 수 있게 한다.
* [[https://addons.mozilla.org/ko/thunderbird/addon/thundersync/|ThunderSync]] 외부 파일로 주소록을 가져오기/내보내기 한다. [[https://www.dropbox.com/|DropBox]]등과 연동하면 여러 PC에서 주소록 연동이 가능해진다.
* ''EDS Contact Integration'' 플러그인이 깔려 있을 경우 오작동함.
* [[http://kb.mozillazine.org/Sharing_address_books|Sharing address books]]
====== 프로파일 이동 ======
* [[https://support.mozillamessaging.com/en-US/kb/profiles|Mozilla Thunderbird Profiles]] 참조
===== Backup =====
* 썬더버드를 완전히 종료한다.
* ''~/.thunderbird/프로파일디렉토리''를 통째로 압축하여 원하는 위치로 복사한다.
===== Restore =====
* 썬더버드를 실행하여 기본 프로파일 디렉토리를 생성하거나, Profile Manager로 신규 프로파일을 생성한다.
* 썬더버드를 종료한다.
* 기존 프로파일 디렉토리의 모든 내용을 신규 프로파일 디렉토리 안으로 덮어쓰며 복사한다.
* 필요할 경우 ''~/.thunderbird/profile.ini''를 편집하여 기본 프로파일을 변경하는 것도 가능하다.
===== Exchange =====
* [[https://exquilla.zendesk.com/hc/en-us|ExQuilla]]
====== 팁 ======
===== 서명에 이미지 넣기 =====
* 서명에 이미지를 넣고 그 **이미지가 자동 첨부로 전달** 되게 하려고 한다면, 먼저 HTML 파일을 만들고 그 HTML에서 이미지 파일을 로컬 파일의 절대 경로로 넣어주면 된다.
* **도구 -> 계정설정 -> 자기계정 -> "(text,HTML, image) 파일로 서명 첨부:"**에서 HTML 파일을 선택해주면 된다.
* HTML 파일 예제
===== 한글 관련 설정 =====
최근 SMTP서버에서는 보통은 한글 관련 문제가 발생하지 않는다. 과거 quoted printable이 아니면 내용이 깨지는 일부 SMTP 서버에서 ''mail.strictly_mine''으로 해결 가능하다.
따라서 아래 작업은 명백하게 한글이 깨지지 않으면 굳이 안해줘도 된다.
- **보기 -> 문자 인코딩**
- **-> 사용자 지정**에서 **사용중인 문자 인코딩**값을 ''한국어(EUC-KR), 유니코드(UTF-8), 서유럽어(ISO-8859-1)'' 순서대로 둔다.
- **환경설정 -> 표시 -> 글꼴 & 색상 -> 고급설정(A) -> 문자 인코딩**에서 **보내는 메일과 받는 메일의 문자 인코딩을 각각 UTF-8과 EUC-KR**로 지정한다.
- Multipart 메일(HTML 메일) 발송시 한글 깨짐 발생할 경우 현재 분석(broken unicode)
- ''Content-Transfer-Encoding: 8bit'' 로 보내면 내용을 깨뜨리는 SMTP 서버(혹은 반대로 받는 서버)가 있는 듯 하다.
- **환경 설정 -> 고급 -> 일반 -> 설정편집** 에서 **mail.strictly_mime**값을 **true**로 변경한다.
- 이제 모든 이메일이 ''quoted-printable''로 인코딩 되어 발송된다.
===== 브라우저 변경 =====
* 링크등을 열 때 사용할 브라우저 변경
* [[http://kevinlocke.name/bits/2012/07/18/thunderbird-default-browser-linux/|Changing the Default Browser in Thunderbird on Linux - Kevin Locke's Homepage]]
* ''network.protocol-handler.warn-external.'' to ''true'' 로 바꾼뒤에 http, https 링크를 클릭하여 실행파일 지정해서 성공함. Thunderbird 31
#!/bin/sh
# firefox를 항상 :0.0 디스플레이에서 실행하기
/usr/bin/firefox --display=:0.0 "$@"
* profile 디렉토리의 ''mimeTypes.rdf'' 파일을 편집하여 변경 가능.