History log of /haiku/src/kits/mail/mail_encoding.cpp
Revision Date Author Comments
# 3aeed660 07-Aug-2014 Jérôme Duval <jerome.duval@gmail.com>

include strings.h where appriopriate...

instead or additionally to string.h, in preparation for functions move.
* moves str[n]casecmp() functions and others to strings.h.
* strings.h doesn't include string.h anymore.
* this solves #10949


# ab3fd9c8 04-Dec-2013 Adrien Destugues <pulkomandy@pulkomandy.tk>

Move {en,de}code_base64 to the support kit

It's not possible to use these from the network kit otherwise, as it
would create a circular dependency (mail > bnetapi > mail).

Is there a better way to solve this problem?


# 410018c3 02-Dec-2011 Axel Dörfler <axeld@pinc-software.de>

Made mail_encoding a proper C++ file.

* This unbreaks the GCC2 build, thanks Matt!


# 3aeed6607cd07762c0e709633c012b3a632dbad9 07-Aug-2014 Jérôme Duval <jerome.duval@gmail.com>

include strings.h where appriopriate...

instead or additionally to string.h, in preparation for functions move.
* moves str[n]casecmp() functions and others to strings.h.
* strings.h doesn't include string.h anymore.
* this solves #10949


# ab3fd9c828489bc13d6d26612ca7b013d6c187cb 04-Dec-2013 Adrien Destugues <pulkomandy@pulkomandy.tk>

Move {en,de}code_base64 to the support kit

It's not possible to use these from the network kit otherwise, as it
would create a circular dependency (mail > bnetapi > mail).

Is there a better way to solve this problem?


# 410018c3ad25a46244d9204bf77b9ebe6da77c3c 02-Dec-2011 Axel Dörfler <axeld@pinc-software.de>

Made mail_encoding a proper C++ file.

* This unbreaks the GCC2 build, thanks Matt!