This website requires JavaScript.
Explore
Hush
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2645d1f338ae74237272d067be0499ed2b4d86fc
haiku-beta6
/
src
/
kits
/
mail
T
History
Nathan Whitehorn
71f0d1ebbe
Fixed a bug that would cause bogus Message-IDs on BONE systems. It seems that our utsname structure is 8 times larger than BONE's, so all the offsets are screwed up when you try to link our headers against BONE libraries. If we're really aiming for BONE compatibility in our network stack, perhaps this should be changed.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11036 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-25 18:32:29 +00:00
..
b_mail_message.cpp
…
c_mail_api.cpp
…
ChainRunner.cpp
address compiler warning
2004-11-21 07:22:19 +00:00
cpp_abi_base64.c
Fixed the build
2004-11-13 03:06:14 +00:00
crypt.cpp
…
des.c
…
ErrorLogWindow.cpp
…
ErrorLogWindow.h
…
FileConfigView.cpp
…
Jamfile
use NETWORK_LIBS for linking, define BUILDING_R5_LIBNET if necessary
2004-11-20 21:10:54 +00:00
mail_encoding.c
…
mail_util.cpp
Made encoding detection actually work. Added a deprecation notice in E-mail.h.
2004-11-11 23:17:48 +00:00
MailAddon.cpp
…
MailAttachment.cpp
Fixed forward with attachments
2004-10-30 02:45:37 +00:00
MailChain.cpp
…
MailComponent.cpp
GCC 3 compilation fixes
2004-11-12 18:58:55 +00:00
MailContainer.cpp
…
MailDaemon.cpp
…
MailMessage.cpp
Fixed a bug that would cause bogus Message-IDs on BONE systems. It seems that our utsname structure is 8 times larger than BONE's, so all the offsets are screwed up when you try to link our headers against BONE libraries. If we're really aiming for BONE compatibility in our network stack, perhaps this should be changed.
2005-01-25 18:32:29 +00:00
MailProtocol.cpp
Fixed a bug that would cause queued messages stored in IMAP directories not to be sent if IMAP mail was checked before queued mail was sent. This the last known bug in MDR.
2004-10-30 19:34:01 +00:00
MailSettings.cpp
…
NodeMessage.cpp
…
numailkit.cpp
…
ProtocolConfigView.cpp
…
regex.c
…
RemoteStorageProtocol.cpp
Fixed a crashing bug that would occur if mails were placed during an IMAP session in the root hierarchy of the IMAP directory structure with a non-NULL mailbox root prefix
2004-11-07 21:50:46 +00:00
StatusWindow.cpp
…
StringList.cpp
…