haiku/src/kits/mail
Oliver Tappe 87e8603d9f Merge branch 'gcc_syslibs'
* From now on, the gcc-specific system libraries (libgcc, libsupc++ and
  libstdc++) are provided by separate packages built along with gcc:
  - gcc_syslibs contains the shared libraries (libgcc_s.so, libsupc++.so and
    libstdc++.so)
  - gcc_syslibs_devel contains the static libraries and both c++ and gcc
    headers
  The shared libraries now make proper use of symbol versioning and there
  are version-specific symlinks
* The buildsystem has been adjusted to no longer use the libraries and
  headers from the cross-compiler, but use the ones provided by the
  above-mentioned packages. The only exception is that the 32-bit libraries
  required for the bootloader of the x86_64 architecture are still taken
  from the cross-compiler.
2014-08-13 13:50:29 +02:00
..
b_mail_message.cpp include strings.h where appriopriate... 2014-08-08 22:40:37 +02:00
c_mail_api.cpp No functional change; invert the order of includes. 2012-01-03 18:51:25 -05:00
crypt.cpp
des.c
FileConfigView.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
HaikuMailFormatFilter.cpp kits: Some spelling cleanup of common mistyped words 2012-02-08 16:50:18 -06:00
HaikuMailFormatFilter.h
Jamfile Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
libmail.rdef
mail_encoding.cpp include strings.h where appriopriate... 2014-08-08 22:40:37 +02:00
mail_util.cpp include strings.h where appriopriate... 2014-08-08 22:40:37 +02:00
MailAttachment.cpp Adjust array length. 2013-11-10 18:26:32 -05:00
MailComponent.cpp include strings.h where appriopriate... 2014-08-08 22:40:37 +02:00
MailContainer.cpp include strings.h where appriopriate... 2014-08-08 22:40:37 +02:00
MailDaemon.cpp Define B_MAIL_DAEMON_SIGNATURE and use it instead of hardcoding the signature everywhere. 2011-10-29 16:21:17 +00:00
MailMessage.cpp include strings.h where appriopriate... 2014-08-08 22:40:37 +02:00
MailProtocol.cpp
MailSettings.cpp Define B_MAIL_DAEMON_SIGNATURE and use it instead of hardcoding the signature everywhere. 2011-10-29 16:21:17 +00:00
NodeMessage.cpp
numailkit.cpp
ProtocolConfigView.cpp Mail kit: use KiB unit (and localize) 2013-07-13 14:55:20 -04:00
ServerConnection.cpp mail kit: Use errno vs return codes, gives better results. 2012-01-22 09:31:36 -06:00