Opened 5 years ago
Closed 4 years ago
#1485579 closed Feature Patches (fixed)
Japanese support enhancement
| Reported by: | kazuhiko | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | Other | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I make Japanese support enhancement and some non-ascii(utf-8) language support patch.
- Japanese support enhancement
- program/include/rcube_imap.php
- program/lib/Mail/mime.php
- program/steps/mail/get.inc
- program/steps/mail/sendmail.inc
- Japanese language file update
- program/localization/ja_JP/labels.inc
- program/localization/ja_JP/messages.inc
- Select compose message charset/transfer encoding by languages
- config/main.inc.php.dist
- program/steps/mail/sendmail.inc
- UTF-8 support for configration file and update 'default_imap_folders' and add Junk folder name field
- installer/config.php
- installer/rcube_install.php
- installer/utils.php
- program/include/rcube_config.php
Attachments (1)
Change History (5)
Changed 5 years ago by kazuhiko
comment:1 Changed 4 years ago by alec
comment:2 Changed 4 years ago by kazuhiko
I found some probrems at points 1 and 3.
Pls. close this ticket.
comment:3 Changed 4 years ago by kazuhiko
I found typo at rcube_config.php (line 252).
Pls. replace 'draft_mbox' to 'drafts_mbox'.
comment:4 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in r2113/svn. (line 79)
Note: See
TracTickets for help on using
tickets.

Points 2 and 4 fixed in [64aa248c], [9abd0f00].