View Single Post
Posts: 292 | Thanked: 131 times | Joined on Dec 2009
#63
@baxyp

Inspired by your patches I've grabbed Modest sources and start to look for a way to skip large emails in POP3. But the code is already there. It reads the msg_size_limit from gconf and then it should skip those messages. I went there and included a 100KB limit to test it but it didn't work: the N900 still lists the >100KB emails in the inbox...

Now, the question. Did you see, in any place in modest code, some way of making it behave like this (for POP3)?
1) Skip mails larger then the gconf option (it seems to be already there)
2) When downloading, download the full messages, instead of only the headers, skipping the large emails, of course.