java 開發的郵件服務器平臺。支持以下協議。 協議可以修改為自己的專門標識,這個版本絕對能用,我自己的郵件服務器就是使用這個開源項目,修改后架設的,據說21cn也是用這個引擎開發的郵件系統。SMTP轉發的時候需要二次開發。 Item Status Since First released SMTP server Stable 1.0 0.95 Mailet Engine Stable 1.2 0.95 filesystem mailboxes/spool Stable 1.2 1.0 RDBMS mailboxes/spool Stable 1.2 1.2 POP3 server Stable 1.1 1.0 RDBMS - Users Stable 1.2.1 1.2.1 LDAP Support - Users Experimental 1.2 1.2 TLS Support - POP3 Experimental 1.2 1.2 Remote Manager Stable 1.0 1.0 TLS Support - Remote Manager Stable 1.2 1.2 NNTP server Experimental 1.2 1.2 FetchPOP Experimental 2.1 2.1
上傳時間: 2014-01-19
上傳用戶:zhouchang199
Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開) "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組
標簽: Jollen-Kit 2006
上傳時間: 2015-06-16
上傳用戶:xz85592677
Recite(一個輔助英語學習軟件源碼) 該程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微軟的官方網站找到,安裝也很簡單。 另外使用了BOOST庫中的部分內容。包括filesystem用于操作文件名和目錄,可以在( http://lunatic.bokee.com/5899788.html )找到更詳細的介紹。serialization用于將對象序列化在磁盤文件中。datetime用于做日期的計算。還用到了string algo做簡單的字符串操作。因此你需要從( http://www.boost.org )下載boost的最新版本1.33.1,并在本地編譯它。 配置文件的讀寫使用了TinyXML,源碼已經包含在源碼包中,無須另外下載。 整個程序的祼奔性相當好,不依賴于其他任何的DLL或COM庫,就一個EXE文件。 我的編程和調試環境為WindowsXP,Visual Studio .net 2003。 該軟件的目的及作用請參見( http://lunatic.bokee.com/6153131.html ) 使用方法( http://lunatic.bokee.com/6153160.html ) 相關的資源( http://lunatic.bokee.com/6153181.html )
上傳時間: 2015-09-19
上傳用戶:fxf126@126.com
The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.
標簽: NtddkSrcStoragesfloppy directory sfloppy resides
上傳時間: 2015-12-04
上傳用戶:84425894
Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems - Includes a FUSE filesystem module to access FAT volumes which uses the library
標簽: FAT manipulate Includes Support
上傳時間: 2013-12-20
上傳用戶:ztj182002
The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: MIDP2.0, CLDC 1.0, 512k of Storage). The mail synchronization using SyncML 1.2 over HTTP, thus removing any problem related to the access to IMAP or POP ports. The mail client synchonizes its address book with the one on the server, Its design is modular and can be extended in future with other mail protocols, a more sophisticated UI and access to the phone s AddressBook or filesystem for the devices allowing this. See the javadoc for more information on the structure of the library.
標簽: J2ME Funambol devices Client
上傳時間: 2014-01-05
上傳用戶:gououo
Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to play mp3 data files within the local filesystem (which can be a network filesystem), or fetch files to play via http over a network. For the http case the address can specify a streaming MP3 server.
標簽: Application embedded designed playing
上傳時間: 2016-07-10
上傳用戶:520
MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS
標簽: collection programs version systems
上傳時間: 2016-11-18
上傳用戶:wlcaption
I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an example driver. The current status is a working read-only driver that supports caching of file data, the create functionallity still needs some work but I m releasing it due to the high public demand.
標簽: provide Windows example driver
上傳時間: 2013-12-19
上傳用戶:zsjzc
Boost 庫寫的備份軟件,用到了boost.filesystem
上傳時間: 2013-12-13
上傳用戶:924484786