AndreyMikhalevich / airxmail

Automatically exported from code.google.com/p/airxmail
GNU General Public License v3.0
0 stars 0 forks source link

Class ISO2022JPCode is absent in the airxmail [airxlib?] #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's impossible to compile latest snapshot of source code with support 
ISO-2022-JP for Mac

Compiler errors: 

1046: Type was not found or was not a compile-time constant: 
ISO2022JPCode.  AirxMailConfig.as   /airxmail/src/com/coltware/airxmail line 75

1172: Definition com.coltware.airxlib.utils:ISO2022JPCode could not be 
found.  AirxMailConfig.as   /airxmail/src/com/coltware/airxmail line 11

1178: Attempted access of inaccessible property _serviceReady through a 
reference with static type 
com.coltware.airxmail.imap:IMAP4Client. IMAP4Client.as  /airxmail/src/com/coltwar
e/airxmail/imap line 491

1180: Call to a possibly undefined method 
ISO2022JPCode.  AirxMailConfig.as   /airxmail/src/com/coltware/airxmail line 75

Original issue reported on code.google.com by mboyc...@gmail.com on 23 Aug 2011 at 11:13

GoogleCodeExporter commented 9 years ago
Now this problem resolved

Please update related swc files in libs directory.
ISO2022JPCode class in coltware_airxlib_utils_r22.swc
or 
export airxlib reposiotry
http://code.google.com/p/airxlib/

Original comment by coltware@gmail.com on 8 May 2012 at 3:58