I forgot to mention that the POP3 code is multi-call capable. You can call /getmail several times without having to worry about the calls interfering with each other. Example:

Code:

alias multimail {
  getmail EMAIL_1 smtp.first.com 110 myusername MyPassword $true email\first\
  getmail EMAIL_2 smtp.second.com 110 my.email@second.com ThisPassword $false email\second\
}



-genius_at_work