OSDN Git Service

BUGFIX: [ #10835 ] Setup reciver port is 0. But other port is used for waiting client.
authorTakuya Ono <takuya-o@users.sourceforge.jp>
Wed, 15 Aug 2007 19:17:12 +0000 (19:17 +0000)
committerTakuya Ono <takuya-o@users.sourceforge.jp>
Wed, 15 Aug 2007 19:17:12 +0000 (19:17 +0000)
commitf30890bd2d42f24a900e881df1556d1dd3133ab7
tree854822039b38aa8af279ca54225a4763df5b6bf3
parent800c4e9b1f773bedb84fb678bc99337c412eaae0
BUGFIX: [ #10835 ] Setup reciver port is 0. But other port is used for waiting client.
Support: Error message dialog.
Support: Port number range checking on setup window.
Support:  I18N on Setup/Confirm windows.
13 files changed:
deploy/mdc.zip
src/org/jent/checksmtp/ApplicationUI.form
src/org/jent/checksmtp/ApplicationUI.java
src/org/jent/checksmtp/Bundle.properties [new file with mode: 0644]
src/org/jent/checksmtp/Bundle_ja_JP.properties [new file with mode: 0644]
src/org/jent/checksmtp/LDAPSearch.java
src/org/jent/checksmtp/MessageDialogUI.form [new file with mode: 0644]
src/org/jent/checksmtp/MessageDialogUI.java [new file with mode: 0644]
src/org/jent/checksmtp/Processer.java
src/org/jent/checksmtp/SMTPclient.java
src/org/jent/checksmtp/ToListUI.form
src/org/jent/checksmtp/ToListUI.java
test/org/jent/checksmtp/MessageDialogUITest.java [new file with mode: 0644]