├── README.md ├── SendEmailGUI ├── MainFrame.cpp ├── MainFrame.h ├── SendEmailGUI.project ├── main.cpp ├── win_resources.rc ├── wxEmailMessage.cpp ├── wxEmailMessage.h ├── wxEmailMessageID.cpp ├── wxEmailMessageID.h ├── wxMailer.cpp ├── wxMailer.h ├── wxcrafter.cpp ├── wxcrafter.h ├── wxcrafter.wxcp ├── wxcrafter_bitmaps.cpp └── wxcrafter_bitmaps.xrc └── SendMail.workspace /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/README.md -------------------------------------------------------------------------------- /SendEmailGUI/MainFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/MainFrame.cpp -------------------------------------------------------------------------------- /SendEmailGUI/MainFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/MainFrame.h -------------------------------------------------------------------------------- /SendEmailGUI/SendEmailGUI.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/SendEmailGUI.project -------------------------------------------------------------------------------- /SendEmailGUI/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/main.cpp -------------------------------------------------------------------------------- /SendEmailGUI/win_resources.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/win_resources.rc -------------------------------------------------------------------------------- /SendEmailGUI/wxEmailMessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxEmailMessage.cpp -------------------------------------------------------------------------------- /SendEmailGUI/wxEmailMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxEmailMessage.h -------------------------------------------------------------------------------- /SendEmailGUI/wxEmailMessageID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxEmailMessageID.cpp -------------------------------------------------------------------------------- /SendEmailGUI/wxEmailMessageID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxEmailMessageID.h -------------------------------------------------------------------------------- /SendEmailGUI/wxMailer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxMailer.cpp -------------------------------------------------------------------------------- /SendEmailGUI/wxMailer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxMailer.h -------------------------------------------------------------------------------- /SendEmailGUI/wxcrafter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxcrafter.cpp -------------------------------------------------------------------------------- /SendEmailGUI/wxcrafter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxcrafter.h -------------------------------------------------------------------------------- /SendEmailGUI/wxcrafter.wxcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxcrafter.wxcp -------------------------------------------------------------------------------- /SendEmailGUI/wxcrafter_bitmaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxcrafter_bitmaps.cpp -------------------------------------------------------------------------------- /SendEmailGUI/wxcrafter_bitmaps.xrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendEmailGUI/wxcrafter_bitmaps.xrc -------------------------------------------------------------------------------- /SendMail.workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eranif/wxEmail/HEAD/SendMail.workspace --------------------------------------------------------------------------------