After installing 1.20 (first version I've tried), and creating an account, Mail downloads all messages from my Hotmail account, adds the correct folders, etc., but all messages downloaded have no subject, sender, or contents. Very strange. Has anyone else had this problem? I'm using Mail on OS X 10.2.5, maybe Apple has changed it since 10.2.3. Strangely, only the messages have no names, the folders it created have the correct names, and it puts the correct number of messages in each folder. Any help would be appreciated. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-04-14
After adding some debug information to your code, I've determined that the information is being retrieved properly (I can set up an alert that shows each message's from, subject, and url and they all show up fine). Maybe it isn't transferred to Mail properly. I added the debug code in the reading mail loop in downloadFromFolder:intoStore:using
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After installing 1.20 (first version I've tried), and creating an account, Mail downloads all messages from my Hotmail account, adds the correct folders, etc., but all messages downloaded have no subject, sender, or contents. Very strange. Has anyone else had this problem? I'm using Mail on OS X 10.2.5, maybe Apple has changed it since 10.2.3. Strangely, only the messages have no names, the folders it created have the correct names, and it puts the correct number of messages in each folder. Any help would be appreciated. Thanks.
After adding some debug information to your code, I've determined that the information is being retrieved properly (I can set up an alert that shows each message's from, subject, and url and they all show up fine). Maybe it isn't transferred to Mail properly. I added the debug code in the reading mail loop in downloadFromFolder:intoStore:using