Skip to content

Commit 3e69753

Browse files
committed
Missing attachment methods added
1 parent f208353 commit 3e69753

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,10 @@ if you're just wishing a feature ;)
742742
| getContent | | string or null | Get attachment content |
743743
| getMimeType | | string or null | Get attachment mime type |
744744
| getExtension | | string or null | Get a guessed attachment extension |
745+
| getId | | string or null | Get attachment id |
745746
| getName | | string or null | Get attachment name |
747+
| getPartNumber | | int or null | Get attachment part number |
748+
| getContent | | string or null | Get attachment content |
746749
| setSize | | int or null | Get attachment size |
747750
| getType | | string or null | Get attachment type |
748751
| getDisposition | | string or null | Get attachment disposition |

0 commit comments

Comments
 (0)