Situation:
I need to make an imap client (using java mail api) that if, for example when synchronising with gmail would also download my signature.
So that next time i send a mail using SMTP, it would automatically include my gmail signature alongside with it.
Is that possible ?
Does IMAP support this or do i need to use another protocol ?