``` quotes = [] for f in r.fragments: if f.quoted: quotes.append(f.content) print '\n'.join(quotes) ``` something like EmailMessage.get_quotations()