Commit Graph

1077 Commits

Author SHA1 Message Date
bienvenu%netscape.com
b3082e3c1b mork landing, fix delete of local mail messages 1999-03-12 20:12:41 +00:00
alecf%netscape.com
b55e70fd90 now link libnntp directly into base, so we can do dogfood 1999-03-12 20:05:16 +00:00
bienvenu%netscape.com
a668ff3e27 initialize offset before asking for it 1999-03-12 19:57:56 +00:00
bienvenu%netscape.com
e8212d3f9c fix buffer size overstatement, add assertions for various failures 1999-03-12 19:54:26 +00:00
bienvenu%netscape.com
d5acc023a4 fix character after line continuation character problem 1999-03-12 19:12:37 +00:00
alecf%netscape.com
df46fba463 uppercase filename for Unix 1999-03-12 18:50:31 +00:00
bienvenu%netscape.com
ef19caf445 start adding mork to linux build 1999-03-12 18:16:34 +00:00
ducarroz%netscape.com
42ddb8b41d change root path preference name 1999-03-12 17:17:10 +00:00
ducarroz%netscape.com
921beae1cc change prefs properties name to be compatible with Nova's prefs as much as possible. Add pref for reply to. 1999-03-12 17:16:06 +00:00
putterman%netscape.com
379842df79 Load Message 1999-03-12 13:18:14 +00:00
putterman%netscape.com
0efe910dbd removed release of nsmsghdr until we decouple from rdf. 1999-03-12 13:17:45 +00:00
putterman%netscape.com
003a8fd6ea Moved parse url utility 1999-03-12 13:17:21 +00:00
putterman%netscape.com
01c4566091 Can either load a demo message or a real message. 1999-03-12 13:16:51 +00:00
putterman%netscape.com
af5f9f7e76 link with msgdb and rdfutil. 1999-03-12 13:14:57 +00:00
putterman%netscape.com
a607d85b22 Date displays correctly. 1999-03-12 13:14:33 +00:00
putterman%netscape.com
3863521ffd Fix some idl changes. 1999-03-12 08:02:35 +00:00
putterman%netscape.com
cb9b0af1ce Specify folder with two '/'. 1999-03-12 07:59:03 +00:00
putterman%netscape.com
bb23d88656 Remove another release because of RDF nsMsgHdr problems. Will fix after we
decouple nsMsghdr and nsIMessage.
1999-03-12 07:58:20 +00:00
putterman%netscape.com
98bbb002c5 Add and Remove folderListeners, and hook up DeleteMessage between datasource
and database.
1999-03-12 07:57:26 +00:00
putterman%netscape.com
073233a928 Added a parameter to CreateMsgHdr to determine if we use GetMessageKey while
creating URI.
1999-03-12 07:56:24 +00:00
putterman%netscape.com
510b1c3f03 Add and Remove FolderListeners. 1999-03-12 07:55:26 +00:00
putterman%netscape.com
d419f08699 Add and Remove Folder Listeners. 1999-03-12 07:54:48 +00:00
bienvenu%netscape.com
10d777902f initial mork landing - not part of build yet 1999-03-12 07:39:27 +00:00
mscott%netscape.com
38f0f39756 add printf statement for "Mailbox Done" to allow QA to script a smoketest for the mail client. 1999-03-12 06:24:34 +00:00
mscott%netscape.com
f1ff990ae2 Add a return value at the end of GetSmtpName to fix build breakage on windows. I don't know why VC6.0 let it go.... 1999-03-12 05:33:00 +00:00
mscott%netscape.com
54c5ed351f Build nsPop3Service.cpp 1999-03-12 04:19:12 +00:00
mscott%netscape.com
1f8dc5f9a2 Export nsIPop3Service.h 1999-03-12 04:18:34 +00:00
mscott%netscape.com
7a4de4fd4c Implement get new mail. 1999-03-12 04:15:13 +00:00
mscott%netscape.com
8583c9f361 MsgGetNewMsg should call the get new mail function. 1999-03-12 04:14:28 +00:00
mscott%netscape.com
7838849ad7 Changes for naoki to implement set character set function. 1999-03-12 04:13:53 +00:00
mscott%netscape.com
a372c3e741 Changes for naoki to fill in the character set encoding menu. 1999-03-12 04:13:11 +00:00
mscott%netscape.com
60e382ecc4 Changes for Naoki to implement set character set menu stuff.
Implement GetNewMsgs function which runs a get new mail url through the pop3 service.
1999-03-12 04:12:36 +00:00
mscott%netscape.com
4d61525fe2 oops don't build pop3test until I'm ready for it to work again... 1999-03-12 04:10:59 +00:00
mscott%netscape.com
82a665a4f8 pop3 test no longer needs to create a transport. Go through the pop3 service for running a get new mail url.... 1999-03-12 04:09:39 +00:00
mscott%netscape.com
afea5c7960 factory can now create a pop3 service... 1999-03-12 04:07:52 +00:00
mscott%netscape.com
751eb786d3 Build nsPop3Service. 1999-03-12 04:06:09 +00:00
mscott%netscape.com
dd707a4593 Creating a pop3 protocol should not require a transport. We should do it ourselves. LoadUrL should take a consumer. 1999-03-12 04:05:40 +00:00
mscott%netscape.com
cba3d20efc updates to use nsIMsgMailNewsUrl to pick up url listener stuff. define a default Pop3 port... 1999-03-12 04:04:40 +00:00
mscott%netscape.com
05bca94454 Update the interface so it supports the nsIMsgMailNews interface... 1999-03-12 04:02:53 +00:00
mscott%netscape.com
cc258d652c We no longer need to create the transport for the smtp protocol. Use smtpName as sender's name. 1999-03-12 03:57:59 +00:00
mscott%netscape.com
dc4e7da04f Updates to smtp protocol. We should not require the caller to create the transport at construction time. the protocol should do this itself. 1999-03-12 03:57:13 +00:00
mscott%netscape.com
de32acb4fd use default smtp port to initialize m_port. 1999-03-12 03:55:46 +00:00
mscott%netscape.com
b9c8fb7a48 define default SMTP port... 1999-03-12 03:54:59 +00:00
mscott%netscape.com
df789b51d1 Distinguish between pop and smtp user name. Remove old user_name field which has these new, more specific fields instead. 1999-03-12 03:54:13 +00:00
mscott%netscape.com
752c4e696f a service to make running pop3 urls easier for the mail client. 1999-03-12 03:51:35 +00:00
mscott%netscape.com
ba5c6e774c Export nsIPop3Service.h 1999-03-12 03:50:48 +00:00
mscott%netscape.com
88f982b202 Pop3 service for dealing with pop3 urls... 1999-03-12 03:50:20 +00:00
rhp%netscape.com
0822709efc Finding content type handler plugins on UNIX 1999-03-12 03:40:28 +00:00
rhp%netscape.com
941cf23e01 More makefile changes for components 1999-03-12 03:35:09 +00:00
rhp%netscape.com
fb4661b354 Change to make it a component 1999-03-12 03:24:00 +00:00