CakeMail's documentation clearly says that IDs are integers, but there are some cases where they return numerical values that do not fit in an integer. The only example I am aware of so far if the ID of the Link entity. However, to be consistent and also to future proof this library, we should change all IDs to 'long'
CakeMail's documentation clearly says that IDs are integers, but there are some cases where they return numerical values that do not fit in an integer. The only example I am aware of so far if the ID of the Link entity. However, to be consistent and also to future proof this library, we should change all IDs to 'long'