haiku/headers/os/mail
Axel Dörfler 7bdee8beab BEmailMessage: added missing const, Date() returns time_t.
* Added missing const to some getter methods.
* Date() now tries to parse the date of the mail, and return it as
  a time_t; you can still retrieve the actual string via
  HeaderField("Date") if you have to.
* Mail now shows the time in the local time zone, and with the
  current locale.
2015-09-04 17:33:17 +02:00
..
E-mail.h Fix build. 2011-05-05 20:16:48 +00:00
MailAttachment.h
MailComponent.h BMailComponent: made a few methods const. 2015-09-04 17:33:12 +02:00
MailContainer.h
MailDaemon.h Fixed Mail build. 2015-01-06 15:22:18 +01:00
MailMessage.h BEmailMessage: added missing const, Date() returns time_t. 2015-09-04 17:33:17 +02:00
MailSettings.h Added support for letting user mail add-ons override system ones. 2015-01-06 15:22:37 +01:00
mail_encoding.h