haiku/headers/os/mail
Axel Dörfler 715bf3d17a Work in progress of mail rework.
* Not everything compiles; all protocols, and inbound filters do, though.
* Renamed a few classes to give a better idea what they are for; prefixed
  public classes with the 'B' prefix.
* Moved ProtocolConfigView's classes into the BPrivate namespace.
* Moved BMailFilter into its own file.
* Added BMailFilter::DescriptiveName(). This is now used by the RuleFilter
  in order to give a description of what it's doing (ie. no more dozens of
  "Rule filter" entries in the preferences).
* Removed no longer used MailAddon.h.
* Renamed Addon to AddOn where found, since that is more consistent with the
  rest of the API.
* Merged the former MailProtocol with the former MailProtocolThread; the
  differentiation between those two was pretty messy.
* All configuration views touched so far are now using the layout kit.
* The RuleFilter is currently broken functionality wise; I have not yet decided
  how to solve the stuff it uses (TriggerFileMove() does not exist anymore,
  for example).
* BMailAddOnSettings (formerly known as AddonSettings) now directly subclass
  BMessage; there are no Settings() and EditSettings() method anymore. The
  class uses a copy of itself to determine whether or not it has been changed.
* Lots of cleanup.
2015-01-06 15:21:36 +01:00
..
E-mail.h Fix build. 2011-05-05 20:16:48 +00:00
mail_encoding.h restore prior values for utf8 and null, for the sake of default send mail encoding settings 2004-11-17 01:56:18 +00:00
MailAttachment.h fix a bit of gcc4 build 2007-10-15 22:35:52 +00:00
MailComponent.h Forgot some files in the MDR import. 2004-09-20 22:34:03 +00:00
MailContainer.h Forgot some files in the MDR import. 2004-09-20 22:34:03 +00:00
MailDaemon.h Define B_MAIL_DAEMON_SIGNATURE and use it instead of hardcoding the signature everywhere. 2011-10-29 16:21:17 +00:00
MailMessage.h Fix account name in mail. 2011-02-15 02:19:49 +00:00
MailSettings.h Work in progress of mail rework. 2015-01-06 15:21:36 +01:00