사용자 도구

사이트 도구


thunderbird

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
thunderbird [2014/07/23 09:42]
kwon37xi [브라우저 변경]
thunderbird [2020/10/02 21:34] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Thunderbird ====== ====== Thunderbird ======
 +
 +===== GMail 연동 =====
 +  * [[https://support.mozilla.org/ko/kb/thunderbird-and-gmail|Gmail 연동]]
 +
  
 ====== 팁 문서 ====== ====== 팁 문서 ======
줄 19: 줄 23:
   * [[https://addons.mozilla.org/ko/thunderbird/addon/thundersync/|ThunderSync]] 외부 파일로 주소록을 가져오기/내보내기 한다. [[https://www.dropbox.com/|DropBox]]등과 연동하면 여러 PC에서 주소록 연동이 가능해진다.   * [[https://addons.mozilla.org/ko/thunderbird/addon/thundersync/|ThunderSync]] 외부 파일로 주소록을 가져오기/내보내기 한다. [[https://www.dropbox.com/|DropBox]]등과 연동하면 여러 PC에서 주소록 연동이 가능해진다.
     * ''EDS Contact Integration'' 플러그인이 깔려 있을 경우 오작동함.     * ''EDS Contact Integration'' 플러그인이 깔려 있을 경우 오작동함.
 +  * [[http://kb.mozillazine.org/Sharing_address_books|Sharing address books]]
 ====== 프로파일 이동 ====== ====== 프로파일 이동 ======
   * [[https://support.mozillamessaging.com/en-US/kb/profiles|Mozilla Thunderbird Profiles]] 참조   * [[https://support.mozillamessaging.com/en-US/kb/profiles|Mozilla Thunderbird Profiles]] 참조
줄 32: 줄 36:
   * 기존 프로파일 디렉토리의 모든 내용을 신규 프로파일 디렉토리 안으로 덮어쓰며 복사한다.   * 기존 프로파일 디렉토리의 모든 내용을 신규 프로파일 디렉토리 안으로 덮어쓰며 복사한다.
   * 필요할 경우 ''~/.thunderbird/profile.ini''를 편집하여 기본 프로파일을 변경하는 것도 가능하다.   * 필요할 경우 ''~/.thunderbird/profile.ini''를 편집하여 기본 프로파일을 변경하는 것도 가능하다.
 +
 +===== Exchange =====
 +  * [[https://exquilla.zendesk.com/hc/en-us|ExQuilla]]
 +
  
 ====== 팁 ====== ====== 팁 ======
줄 43: 줄 51:
  
 ===== 한글 관련 설정 ===== ===== 한글 관련 설정 =====
 +최근 SMTP서버에서는 보통은 한글 관련 문제가 발생하지 않는다. 과거 quoted printable이 아니면 내용이 깨지는 일부 SMTP 서버에서 ''mail.strictly_mine''으로 해결 가능하다.
 +따라서 아래 작업은 명백하게 한글이 깨지지 않으면 굳이 안해줘도 된다.
 +
   - **보기 -> 문자 인코딩**   - **보기 -> 문자 인코딩**
     - **-> 사용자 지정**에서  **사용중인 문자 인코딩**값을 ''한국어(EUC-KR), 유니코드(UTF-8), 서유럽어(ISO-8859-1)'' 순서대로 둔다.     - **-> 사용자 지정**에서  **사용중인 문자 인코딩**값을 ''한국어(EUC-KR), 유니코드(UTF-8), 서유럽어(ISO-8859-1)'' 순서대로 둔다.
줄 54: 줄 65:
   * 링크등을 열 때 사용할 브라우저 변경   * 링크등을 열 때 사용할 브라우저 변경
   * [[http://kevinlocke.name/bits/2012/07/18/thunderbird-default-browser-linux/|Changing the Default Browser in Thunderbird on Linux - Kevin Locke's Homepage]]   * [[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.<protocol>'' to ''true'' 로 바꾼뒤에 http, https 링크를 클릭하여 실행파일 지정해서 성공함. Thunderbird 31+  * ''network.protocol-handler.warn-external.<protocol>'' to ''true'' 로 바꾼뒤에 http, https 링크를 클릭하여 실행파일 지정해서 성공함. Thunderbird 31<code sh> 
 +#!/bin/sh 
 +# firefox를 항상 :0.0 디스플레이에서 실행하기 
 +/usr/bin/firefox --display=:0.0 "$@" 
 +</code> 
 +  * profile 디렉토리의 ''mimeTypes.rdf'' 파일을 편집하여 변경 가능.
thunderbird.1406076127.txt.gz · 마지막으로 수정됨: 2014/07/23 09:42 저자 kwon37xi