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 Major restructuring of the mail server: 2011-02-09 01:49:01 +00:00
des.c Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later. 2004-09-20 22:31:50 +00:00
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 * Removed default_sent_directory(), and introduced 2011-06-19 22:11:04 +00:00
Jamfile Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
libmail.rdef Patch by taos. Adds rdef files to make localization working. 2011-06-28 23:42:37 +00:00
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 * mail_util.h was not self-contained. 2011-10-08 18:41:20 +00:00
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 style cleanup 2008-04-26 12:16:53 +00:00
numailkit.cpp * Removed default_sent_directory(), and introduced 2011-06-19 22:11:04 +00:00
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