Javamail будет – Java (JDK 1.2) – База кода

Скачать

Название (оригинал): JavaMail

Описание:
Англ (оригинал)JavaMail
06/01/2001

 
 Written by:
  Kenny Dilger
  [email protected]
  This code is free to be used and modified.
  
  This application displays some of the
  simple features of JavaMail. It allows 
  or reading mail from a Pop server.
  Then all mail is saved locally to disk. 
  Sending mail is also possible.
  
  Config information about the POP and SMTP 
  server, as well as
  
  Username and password are kept in the 
  file "config.ini". This file
  can be edited within the application 
  under "File -> settings"
  
  Plans:
   Allow for reading of attachments. 
   Currently attachments are being
   stored on disk and the message 
   notifies you of an attachment. Need
   to implement being able to save the 
   attachment to a directory.
   Also would like to just be able to 
   launch the attachment from the app.
   
   Allow for sending of attachments. 
    Nothing done yet there.
   
   
  
 Requires:
  - JavaMail API 1.2
  - Java Activation Framework
  - ReadWrite
    Class for reading and writing 
    profile strings in an INI file
    Original Code (that did not work 
    very well at all) was written by 
    R.Kumara varma ([email protected])
 
 Application Classes:
  - JavaMail.java => entry point for app
  - ReadMailFrame => Window for reading mail
  - SendMailFrame => Window for creating 
  and sending messages
  - FwdDialog => Window for adding emails 
  to address book and selecting individuals 
  to forward a message to.
  - ConfigInfo => Class for holding user 
  info and server info
  - ConfigFrame => Window to allow editing 
  of the config information
  - DownloadedMessages => Class used to 
  store the information of a downloaded 
  message
  
  The JavaMail API does not allow for 
  access of a message when a store has been
  closed.
  - ReadWrite => Class for Reading and 
  Writing Profile string to INI files
  - EmailHeaderTalbe => Class used in 
  setting up table that displays message 
  headers
  - TableSorter => Class used to sort the 
  table when different Columns are selected
  - TableMap => an implementation of an 
  AbstractTableModel
Рус (машинный)Javamail будет
06/01/2001

В

Написал:
Кенни Дилджер
Кенни@enteract.com
Этот код может быть использован и изменен.

Это приложение показывает некоторые из
простые особенности javamail будет. Это позволяет
или читая почту с Pop-сервера.
Тогда вся почта хранится локально на диск.
Отправка почты также возможно.

Конфигурации сведений о Pop и SMTP
сервер, а также

Имя пользователя и пароль хранятся в
файл \”config.ини\”. Этот файл
можно редактировать внутри приложения
в разделе \”настройки \” файл\” ->\”

Планы:
Разрешить для чтения вложений.
В настоящее время вложения были
хранящиеся на диске и сообщение
уведомляет Вас о вложении. Нужно
реализовать возможность сохранения
вложение в каталог.
Также хотел бы просто быть в состоянии
запустить приложение из приложения.

Позвольте для отправки вложений.
Ничего не сделал там.

Требуется:
– По API javamail будет 1.2
– Основы Активации Java
– Чтение и запись
Класс для чтения и записи
профиль строки в ini-файле
Исходный код (что не получилось
очень хорошо на всех) была написана
Р. Кумар варма ([email protected])

Классы Приложений:
– JavaMail.java => точка входа для приложения
– Окно ReadMailFrame => для чтения почты
– Окно SendMailFrame => для создания
и отправка Сообщений
– Окно FwdDialog => для добавления сообщений
в адресную книгу и отбору лиц
чтобы переслать сообщение.
– ConfigInfo => класса для удержания пользователей
информация и информация о сервере
– Окно ConfigFrame => разрешить редактирование
в конфиге информацию
– DownloadedMessages => класс, используемый для
хранить информацию скачал
сообщение

В javamail будет API не позволяют
открыть сообщения, когда магазин был
закрытые.
– Чтение и запись => класс для чтения и
Пишу строку профиля в ini-файлы
– EmailHeaderTalbe => класс, используемый в
настройка таблицы, которая отображает сообщение
заголовки
– TableSorter => класс, используемый для сортировки
Таблица при выборе разных столбцов
– TableMap => реализация
Ли abstracttablemodel
и

база кода