Here is a list of bugs for the client and server:
-
You open a document with a .txt attachment (or any type)… you open the attachment and you just save the att… you EDIT the attachment <<>> and you save the attachment… you save the document and you loose the attachment content
-
When you use the Notes client 8.5.1 and you attach an attachment and you save the document, internally the icon renders the icon image but the attachment name is not part of the icon image but it is stored in a separate CDCAPTION structure… so the problem is that when you export this document to RTF the attachment name is lost… storing it in a CDCAPTION is a bad decision because if the sender sends a chinese character but the recipient does not have a chinese font installed then the recipient will not be able to see the attachment name… in the old case the sender probably had the proper font and the att name is drawn in the icon itself so the recipient will see the real attachment name even if that recipient does not have the proper fonts.
-
when NSFDbGetModifiedNoteTable returns the modified NoteIDs, for deleted NoteIDs the deleted documents are specified twice… one with the NoteID alone and the other for the NoteID+RRV_DELETED flag… not good since I need to traverse the list two times to see if a document was deleted or not. IT will cause serious problems with backup utilities.
-
When you send an email to an internal user that only accepts MIME attachments, and you send just an empty body with a single attachment, the recipient (prefers MIME) will receive THREE attachments with strange names while in fact there is only 1 $file field.
These are 4 bugs that were not in previous releases… I think IBM should test their releases before releasing them. These bugs should have been found with basic testings.